mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-17 05:22:18 +00:00
installed portfinder
removed useless packages moved types to devDependencies upgraded packages to more recent versions - axios ^0.19.2 → ^0.20.0 - axios-retry ^3.1.8 → ^3.1.9 - puppeteer 2.1.1 → 5.3.0 - yargs ^15.4.1 → ^16.0.3 - @types/mocha ^7.0.2 → ^8.0.3 - @types/puppeteer ^1.20.6 → ^3.0.2 - @typescript-eslint/eslint-plugin ^2.34.0 → ^4.1.1 - @typescript-eslint/parser ^2.34.0 → ^4.1.1 - eslint ^6.8.0 → ^7.9.0 - mocha ^7.2.0 → ^8.1.3 - typescript ^3.9.7 → ^4.0.3
This commit is contained in:
1738
package-lock.json
generated
1738
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@@ -17,37 +17,37 @@
|
||||
"author": "snobu",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^7.0.2",
|
||||
"@types/puppeteer": "^1.20.6",
|
||||
"@types/readline-sync": "^1.4.3",
|
||||
"@types/yargs": "^15.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
||||
"@typescript-eslint/parser": "^2.34.0",
|
||||
"eslint": "^6.8.0",
|
||||
"mocha": "^7.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tedconf/fessonia": "^2.1.2",
|
||||
"@types/cli-progress": "^3.8.0",
|
||||
"@types/jwt-decode": "^2.2.1",
|
||||
"@types/mocha": "^8.0.3",
|
||||
"@types/puppeteer": "^3.0.2",
|
||||
"@types/readline-sync": "^1.4.3",
|
||||
"@types/tmp": "^0.2.0",
|
||||
"@types/ws": "^7.2.6",
|
||||
"axios": "^0.19.2",
|
||||
"axios-retry": "^3.1.8",
|
||||
"@types/yargs": "^15.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^4.1.1",
|
||||
"@typescript-eslint/parser": "^4.1.1",
|
||||
"eslint": "^7.9.0",
|
||||
"mocha": "^8.1.3",
|
||||
"typescript": "^4.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.20.0",
|
||||
"axios-retry": "^3.1.9",
|
||||
"cli-progress": "^3.8.2",
|
||||
"colors": "^1.4.0",
|
||||
"is-elevated": "^3.0.0",
|
||||
"iso8601-duration": "^1.2.0",
|
||||
"jwt-decode": "^2.2.0",
|
||||
"m3u8-parser": "^4.4.3",
|
||||
"puppeteer": "2.1.1",
|
||||
"portfinder": "^1.0.28",
|
||||
"puppeteer": "5.3.0",
|
||||
"readline-sync": "^1.4.10",
|
||||
"sanitize-filename": "^1.6.3",
|
||||
"terminal-image": "^1.2.1",
|
||||
"tmp": "^0.2.1",
|
||||
"typescript": "^3.9.7",
|
||||
"winston": "^3.3.3",
|
||||
"ws": "^7.3.1",
|
||||
"yargs": "^15.4.1"
|
||||
"yargs": "^16.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user