mirror of
https://github.com/snobu/destreamer.git
synced 2026-03-03 18:48:24 +00:00
updated all packages
This commit is contained in:
6050
package-lock.json
generated
6050
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@@ -7,7 +7,9 @@
|
|||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"description": "Save Microsoft Stream videos for offline enjoyment.",
|
"description": "Save Microsoft Stream videos for offline enjoyment.",
|
||||||
"main": "build/src/destreamer.js",
|
"main": "build/src/destreamer.js",
|
||||||
"bin": "build/src/destreamer.js",
|
"bin": {
|
||||||
|
"destreamer": "build/src/destreamer.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "echo Transpiling TypeScript to JavaScript... && node node_modules/typescript/bin/tsc && echo Destreamer was built successfully.",
|
"build": "echo Transpiling TypeScript to JavaScript... && node node_modules/typescript/bin/tsc && echo Destreamer was built successfully.",
|
||||||
"test": "mocha build/test",
|
"test": "mocha build/test",
|
||||||
@@ -19,35 +21,35 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/cli-progress": "^3.8.0",
|
"@types/cli-progress": "^3.8.0",
|
||||||
"@types/jwt-decode": "^2.2.1",
|
"@types/jwt-decode": "^2.2.1",
|
||||||
"@types/mocha": "^8.0.3",
|
"@types/mocha": "^8.0.4",
|
||||||
"@types/puppeteer": "^3.0.2",
|
"@types/puppeteer": "^5.4.0",
|
||||||
"@types/readline-sync": "^1.4.3",
|
"@types/readline-sync": "^1.4.3",
|
||||||
"@types/tmp": "^0.2.0",
|
"@types/tmp": "^0.2.0",
|
||||||
"@types/ws": "^7.2.6",
|
"@types/ws": "^7.4.0",
|
||||||
"@types/yargs": "^15.0.5",
|
"@types/yargs": "^15.0.11",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.1.1",
|
"@typescript-eslint/eslint-plugin": "^4.9.0",
|
||||||
"@typescript-eslint/parser": "^4.1.1",
|
"@typescript-eslint/parser": "^4.9.0",
|
||||||
"eslint": "^7.9.0",
|
"eslint": "^7.14.0",
|
||||||
"mocha": "^8.1.3",
|
"mocha": "^8.2.1",
|
||||||
"typescript": "^4.0.3"
|
"typescript": "^4.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.20.0",
|
"axios": "^0.21.0",
|
||||||
"axios-retry": "^3.1.9",
|
"axios-retry": "^3.1.9",
|
||||||
"cli-progress": "^3.8.2",
|
"cli-progress": "^3.8.2",
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
"is-elevated": "^3.0.0",
|
"is-elevated": "^3.0.0",
|
||||||
"iso8601-duration": "^1.2.0",
|
"iso8601-duration": "^1.3.0",
|
||||||
"jwt-decode": "^2.2.0",
|
"jwt-decode": "^3.1.2",
|
||||||
"m3u8-parser": "^4.4.3",
|
"m3u8-parser": "^4.5.0",
|
||||||
"portfinder": "^1.0.28",
|
"portfinder": "^1.0.28",
|
||||||
"puppeteer": "5.3.0",
|
"puppeteer": "5.5.0",
|
||||||
"readline-sync": "^1.4.10",
|
"readline-sync": "^1.4.10",
|
||||||
"sanitize-filename": "^1.6.3",
|
"sanitize-filename": "^1.6.3",
|
||||||
"terminal-image": "^1.2.1",
|
"terminal-image": "^1.2.1",
|
||||||
"tmp": "^0.2.1",
|
"tmp": "^0.2.1",
|
||||||
"winston": "^3.3.3",
|
"winston": "^3.3.3",
|
||||||
"ws": "^7.3.1",
|
"ws": "^7.4.0",
|
||||||
"yargs": "^16.0.3"
|
"yargs": "^16.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user