mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 19:12:24 +00:00
192 lines
6.9 KiB
JSON
192 lines
6.9 KiB
JSON
{
|
|
"name": "youtubei.js",
|
|
"version": "1.1.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "youtubei.js",
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.4",
|
|
"time-to-seconds": "^1.1.5",
|
|
"user-agents": "^1.0.778",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
},
|
|
"node_modules/axios": {
|
|
"version": "0.21.4",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
|
|
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.14.0"
|
|
}
|
|
},
|
|
"node_modules/detect-indent": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.0.0.tgz",
|
|
"integrity": "sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/docopt": {
|
|
"version": "0.6.2",
|
|
"resolved": "https://registry.npmjs.org/docopt/-/docopt-0.6.2.tgz",
|
|
"integrity": "sha1-so6eIiDaXsSffqW7JKR3h0Be6xE=",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/dot-json": {
|
|
"version": "1.2.2",
|
|
"resolved": "https://registry.npmjs.org/dot-json/-/dot-json-1.2.2.tgz",
|
|
"integrity": "sha512-AKL+GsO4wSEU4LU+fAk/PqN4nQ6PB1vT3HpMiZous9xCzK5S0kh4DzfUY0EfU67jsIXLlu0ty71659N9Nmg+Tw==",
|
|
"dependencies": {
|
|
"detect-indent": "~6.0.0",
|
|
"docopt": "~0.6.2",
|
|
"underscore-keypath": "~0.0.22"
|
|
},
|
|
"bin": {
|
|
"dot-json": "bin/dot-json.js"
|
|
}
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.14.4",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz",
|
|
"integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"debug": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/lodash.clonedeep": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
|
|
"integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8="
|
|
},
|
|
"node_modules/time-to-seconds": {
|
|
"version": "1.1.5",
|
|
"resolved": "https://registry.npmjs.org/time-to-seconds/-/time-to-seconds-1.1.5.tgz",
|
|
"integrity": "sha512-mpzJDHGF4VdhiahyusCUSy+BWJdN3q8Cluzfy0n7GMU9IIj+HJDX9bbbr7wVSUiqmRn1vqhhfECgdfj+SByu2A==",
|
|
"engines": {
|
|
"node": ">=15.0.1",
|
|
"vscode": "^1.22.0"
|
|
}
|
|
},
|
|
"node_modules/underscore": {
|
|
"version": "1.13.1",
|
|
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
|
|
"integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g=="
|
|
},
|
|
"node_modules/underscore-keypath": {
|
|
"version": "0.0.22",
|
|
"resolved": "https://registry.npmjs.org/underscore-keypath/-/underscore-keypath-0.0.22.tgz",
|
|
"integrity": "sha1-SKUoOSu278QkvhyqVtpLX6zPJk0=",
|
|
"dependencies": {
|
|
"underscore": "*"
|
|
}
|
|
},
|
|
"node_modules/user-agents": {
|
|
"version": "1.0.805",
|
|
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.0.805.tgz",
|
|
"integrity": "sha512-asL9HOjdiJw+A7T7rYnxFC3wAt3u7Shle8fWHECKoqFV2JqI21Xoh8i29cdIsWP1Tn8FZcB0doUQ0h1pUwLkxw==",
|
|
"dependencies": {
|
|
"dot-json": "^1.2.2",
|
|
"lodash.clonedeep": "^4.5.0"
|
|
}
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "8.3.2",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"axios": {
|
|
"version": "0.21.4",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
|
|
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
|
|
"requires": {
|
|
"follow-redirects": "^1.14.0"
|
|
}
|
|
},
|
|
"detect-indent": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.0.0.tgz",
|
|
"integrity": "sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA=="
|
|
},
|
|
"docopt": {
|
|
"version": "0.6.2",
|
|
"resolved": "https://registry.npmjs.org/docopt/-/docopt-0.6.2.tgz",
|
|
"integrity": "sha1-so6eIiDaXsSffqW7JKR3h0Be6xE="
|
|
},
|
|
"dot-json": {
|
|
"version": "1.2.2",
|
|
"resolved": "https://registry.npmjs.org/dot-json/-/dot-json-1.2.2.tgz",
|
|
"integrity": "sha512-AKL+GsO4wSEU4LU+fAk/PqN4nQ6PB1vT3HpMiZous9xCzK5S0kh4DzfUY0EfU67jsIXLlu0ty71659N9Nmg+Tw==",
|
|
"requires": {
|
|
"detect-indent": "~6.0.0",
|
|
"docopt": "~0.6.2",
|
|
"underscore-keypath": "~0.0.22"
|
|
}
|
|
},
|
|
"follow-redirects": {
|
|
"version": "1.14.4",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz",
|
|
"integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g=="
|
|
},
|
|
"lodash.clonedeep": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
|
|
"integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8="
|
|
},
|
|
"time-to-seconds": {
|
|
"version": "1.1.5",
|
|
"resolved": "https://registry.npmjs.org/time-to-seconds/-/time-to-seconds-1.1.5.tgz",
|
|
"integrity": "sha512-mpzJDHGF4VdhiahyusCUSy+BWJdN3q8Cluzfy0n7GMU9IIj+HJDX9bbbr7wVSUiqmRn1vqhhfECgdfj+SByu2A=="
|
|
},
|
|
"underscore": {
|
|
"version": "1.13.1",
|
|
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
|
|
"integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g=="
|
|
},
|
|
"underscore-keypath": {
|
|
"version": "0.0.22",
|
|
"resolved": "https://registry.npmjs.org/underscore-keypath/-/underscore-keypath-0.0.22.tgz",
|
|
"integrity": "sha1-SKUoOSu278QkvhyqVtpLX6zPJk0=",
|
|
"requires": {
|
|
"underscore": "*"
|
|
}
|
|
},
|
|
"user-agents": {
|
|
"version": "1.0.805",
|
|
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.0.805.tgz",
|
|
"integrity": "sha512-asL9HOjdiJw+A7T7rYnxFC3wAt3u7Shle8fWHECKoqFV2JqI21Xoh8i29cdIsWP1Tn8FZcB0doUQ0h1pUwLkxw==",
|
|
"requires": {
|
|
"dot-json": "^1.2.2",
|
|
"lodash.clonedeep": "^4.5.0"
|
|
}
|
|
},
|
|
"uuid": {
|
|
"version": "8.3.2",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
|
}
|
|
}
|
|
}
|