package.json 4.02 KB
{
  "_from": "youtube-dl",
  "_id": "youtube-dl@1.13.1",
  "_inBundle": false,
  "_integrity": "sha512-89mUKwOavaojNKQlyzW+A7Dph5G/oPYs6T/PTMcvgdRQ5E2+uDQgYPxWHQDMBhHOkxQaxvxQTiTPKQLdg0OI4w==",
  "_location": "/youtube-dl",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "youtube-dl",
    "name": "youtube-dl",
    "escapedName": "youtube-dl",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/youtube-dl/-/youtube-dl-1.13.1.tgz",
  "_shasum": "2da47c0dad3c5391e2172b7811da46501b82edc4",
  "_spec": "youtube-dl",
  "_where": "C:\\Users\\user\\Desktop\\오소git\\오소플젝\\Youtube_MPL",
  "author": {
    "name": "Roly Fentanes",
    "url": "https://github.com/fent"
  },
  "bugs": {
    "url": "https://github.com/przemyslawpluta/node-youtube-dl/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Roly Fentanes",
      "email": "roly426@gmail.com"
    },
    {
      "name": "przemyslawpluta",
      "email": "przemekpluta@hotmail.com"
    },
    {
      "name": "Jay Salvat",
      "email": "jay@jaysalvat.com"
    },
    {
      "name": "Kiko Beats",
      "email": "josefrancisco.verdu@gmail.com"
    },
    {
      "name": "Jaime Marquínez Ferrándiz",
      "email": "jaime.marquinez.ferrandiz@gmail.com"
    },
    {
      "name": "Jay Baker",
      "email": "logikal@gmail.com"
    },
    {
      "name": "Jack Li",
      "email": "jack.lee2980@gmail.com"
    },
    {
      "name": "Sergey M․",
      "email": "dstftw@gmail.com"
    },
    {
      "name": "optikfluffel",
      "email": "optik@fluffel.io"
    },
    {
      "name": "EragonJ",
      "email": "eragonj@eragonj.me"
    },
    {
      "name": "t3rr0r",
      "email": "mail@t3rr0r.com"
    },
    {
      "name": "tifroz",
      "email": "hhardel@gmail.com"
    },
    {
      "name": "Jeremy Louie",
      "email": "jeremy@jeremylouie.com"
    },
    {
      "name": "Calvin",
      "email": "calvin@sealtelecom.com.br"
    },
    {
      "name": "walheresq",
      "email": "walheresq@hotmail.com"
    },
    {
      "name": "▟ ▖▟ ▖",
      "email": "dodo.the.last@gmail.com"
    },
    {
      "name": "Davide Pastore",
      "email": "pasdavide@gmail.com"
    },
    {
      "name": "Farrin Reid",
      "email": "blakmatrix@gmail.com"
    },
    {
      "name": "Jason Penny",
      "email": "jason@jooraccess.com"
    },
    {
      "name": "Juan C. Olivares",
      "email": "cristobal@cxsoftware.com"
    },
    {
      "name": "Lopez Hugo",
      "email": "hugo.lpz@gmail.com"
    },
    {
      "name": "Meral",
      "email": "meral.harbes@gmail.com"
    },
    {
      "name": "Michael Nguyen",
      "email": "tehtotalpwnage@gmail.com"
    },
    {
      "name": "Nicolas Gotchac",
      "email": "ngotchac@gmail.com"
    },
    {
      "name": "Parikshit Hooda",
      "email": "phooda804@live.com"
    },
    {
      "name": "Pietro",
      "email": "pietro.passarelli@gmail.com"
    },
    {
      "name": "Sagi Nadir",
      "email": "saginadir@gmail.com"
    },
    {
      "name": "btmdave",
      "email": "dave@bluetopmedia.com"
    },
    {
      "name": "coderaiser",
      "email": "mnemonic.enemy@gmail.com"
    }
  ],
  "dependencies": {
    "hh-mm-ss": "~1.2.0",
    "mkdirp": "~0.5.1",
    "request": "~2.88.0",
    "streamify": "~0.2.9"
  },
  "deprecated": false,
  "description": "youtube-dl driver for node",
  "devDependencies": {
    "vows": "latest"
  },
  "files": [
    "lib",
    "scripts"
  ],
  "homepage": "https://github.com/przemyslawpluta/node-youtube-dl#readme",
  "keywords": [
    "download",
    "video",
    "youtube"
  ],
  "license": "MIT",
  "main": "./lib/youtube-dl.js",
  "name": "youtube-dl",
  "repository": {
    "type": "git",
    "url": "git://github.com/przemyslawpluta/node-youtube-dl.git"
  },
  "scripts": {
    "postinstall": "node ./scripts/download.js",
    "test": "vows ./test/*.js --spec",
    "update": "node ./scripts/download.js"
  },
  "version": "1.13.1"
}