mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
102 lines
2.4 KiB
JSON
102 lines
2.4 KiB
JSON
{
|
|
"_from": "ytdl-core@latest",
|
|
"_id": "ytdl-core@1.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-gECPN5g5JnSy8hIq11xHIGe1T/Xzy0mWxQin3zhlJ3nG/YjPcEVEejrdd2XmA4Vv2Zw3+b1ZyDjmt37XfZri6A==",
|
|
"_location": "/ytdl-core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "ytdl-core@latest",
|
|
"name": "ytdl-core",
|
|
"escapedName": "ytdl-core",
|
|
"rawSpec": "latest",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-1.0.7.tgz",
|
|
"_shasum": "2cda813e6429eb35aee349656b8f5693314b6992",
|
|
"_spec": "ytdl-core@latest",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3",
|
|
"author": {
|
|
"name": "fent",
|
|
"url": "https://github.com/fent"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fent/node-ytdl-core/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Tobias Kutscha",
|
|
"url": "https://github.com/TimeForANinja"
|
|
},
|
|
{
|
|
"name": "Andrew Kelley",
|
|
"url": "https://github.com/andrewrk"
|
|
},
|
|
{
|
|
"name": "Mauricio Allende",
|
|
"url": "https://github.com/mallendeo"
|
|
},
|
|
{
|
|
"name": "Rodrigo Altamirano",
|
|
"url": "https://github.com/raltamirano"
|
|
},
|
|
{
|
|
"name": "Jim Buck",
|
|
"url": "https://github.com/JimmyBoh"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"html-entities": "^1.1.3",
|
|
"m3u8stream": "^0.6.3",
|
|
"miniget": "^1.6.0",
|
|
"sax": "^1.1.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Youtube video downloader in pure javascript.",
|
|
"devDependencies": {
|
|
"@types/node": "^13.1.0",
|
|
"assert-diff": "^2.0.0",
|
|
"mocha": "^6.2.0",
|
|
"muk-prop": "^2.0.0",
|
|
"muk-require": "^1.2.0",
|
|
"nock": "^11.1.0",
|
|
"nyc": "^15.0.0",
|
|
"sinon": "^8.0.0",
|
|
"stream-equal": "~1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"typings"
|
|
],
|
|
"homepage": "https://github.com/fent/node-ytdl-core#readme",
|
|
"keywords": [
|
|
"youtube",
|
|
"video",
|
|
"download"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "ytdl-core",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fent/node-ytdl-core.git"
|
|
},
|
|
"scripts": {
|
|
"test": "nyc --reporter=lcov --reporter=text-summary mocha -- --ignore test/irl-test.js test/*-test.js",
|
|
"test:irl": "mocha --timeout 16000 test/irl-test.js"
|
|
},
|
|
"types": "./typings/index.d.ts",
|
|
"version": "1.0.7"
|
|
}
|