mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
100 lines
2.3 KiB
JSON
100 lines
2.3 KiB
JSON
{
|
|
"_from": "ytdl-core@^0.29.1",
|
|
"_id": "ytdl-core@0.29.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-J/TW3rupqE6y+TczHTTFjuwf23tweA9fasmnbU/5yYH0O2IRFLcwgHbbvEPt3t8mtXWGX207+TWH7uuJpB1FKQ==",
|
|
"_location": "/ytdl-core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ytdl-core@^0.29.1",
|
|
"name": "ytdl-core",
|
|
"escapedName": "ytdl-core",
|
|
"rawSpec": "^0.29.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.29.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-0.29.1.tgz",
|
|
"_shasum": "2d7a1505d47a34a02551639a8d4092af959c4902",
|
|
"_spec": "ytdl-core@^0.29.1",
|
|
"_where": "C:\\Users\\matia\\Bot Files",
|
|
"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.2",
|
|
"miniget": "^1.4.0",
|
|
"sax": "^1.1.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Youtube video downloader in pure javascript.",
|
|
"devDependencies": {
|
|
"@types/node": "^10.0.3",
|
|
"assert-diff": "^2.0.0",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^5.0.0",
|
|
"muk-prop": "^2.0.0",
|
|
"nock": "^10.0.0",
|
|
"sinon": "^6.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": "istanbul cover node_modules/mocha/bin/_mocha -- -t 16000 test/*-test.js"
|
|
},
|
|
"types": "./typings/index.d.ts",
|
|
"version": "0.29.1"
|
|
}
|