{
  "_from": "ytdl-core",
  "_id": "ytdl-core@0.29.2",
  "_inBundle": false,
  "_integrity": "sha512-rQTxqxF09tKGgWxVtvFfi6ga1KWcHNbUGz09yTklirhqQlsIYvaDFCEhJ0K/RlzMH12FquAAMzh+Qi35fkwbFQ==",
  "_location": "/ytdl-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "ytdl-core",
    "name": "ytdl-core",
    "escapedName": "ytdl-core",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-0.29.2.tgz",
  "_shasum": "003e5d821aab6dcc2f5c01d10d2abc538cbd92b5",
  "_spec": "ytdl-core",
  "_where": "C:\\Users\\matia\\Documents\\GitHub\\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.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.2"
}