{ "_from": "ytdl-core@^0.29.7", "_id": "ytdl-core@0.29.7", "_inBundle": false, "_integrity": "sha512-mqPuZ1UyspT84lyV1FSU1UAoiQ4H5j52ba3sC1LC43OmL8qNaDIRCGffGlpiakQrc69qsplNWsWEZUF+J5bhJA==", "_location": "/ytdl-core", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ytdl-core@^0.29.7", "name": "ytdl-core", "escapedName": "ytdl-core", "rawSpec": "^0.29.7", "saveSpec": null, "fetchSpec": "^0.29.7" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-0.29.7.tgz", "_shasum": "e63ce0b086a4543d827499bed22f53fdf4d16af2", "_spec": "ytdl-core@^0.29.7", "_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix", "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.5.3", "sax": "^1.1.3" }, "deprecated": false, "description": "Youtube video downloader in pure javascript.", "devDependencies": { "@types/node": "^12.6.0", "assert-diff": "^2.0.0", "istanbul": "^0.4.5", "mocha": "^6.2.0", "muk-prop": "^2.0.0", "nock": "^11.1.0", "sinon": "^7.3.2", "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.7" }