package.json 5.38 KB
{
  "_from": "@microlink/youtube-dl",
  "_id": "@microlink/youtube-dl@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-B2DqRrDHFMu1MsBTq6ZAKR4BtKgvOK91Ci9EQiMVbSGC1/3UIPxpIYP4Py4kzcS94B++zVSMirhnCgX//5Qs4w==",
  "_location": "/@microlink/youtube-dl",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@microlink/youtube-dl",
    "name": "@microlink/youtube-dl",
    "escapedName": "@microlink%2fyoutube-dl",
    "scope": "@microlink",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@microlink/youtube-dl/-/youtube-dl-2.0.0.tgz",
  "_shasum": "0120c67949185228afe4d771cfd80719b278cd73",
  "_spec": "@microlink/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,
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "contributors": [
    {
      "name": "Roly Fentanes",
      "email": "roly426@gmail.com"
    },
    {
      "name": "przemyslawpluta",
      "email": "przemekpluta@hotmail.com"
    },
    {
      "name": "Kiko Beats",
      "email": "josefrancisco.verdu@gmail.com"
    },
    {
      "name": "Jay Salvat",
      "email": "jay@jaysalvat.com"
    },
    {
      "name": "Benjamin C",
      "email": "benjamin@coriou.net"
    },
    {
      "name": "Gregoire Guémas",
      "email": "gregoire.guemas@navispeed.eu"
    },
    {
      "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": "optikfluffel",
      "email": "optik@fluffel.io"
    },
    {
      "name": "Calvin",
      "email": "calvin@sealtelecom.com.br"
    },
    {
      "name": "Jeremy Louie",
      "email": "jeremy@jeremylouie.com"
    },
    {
      "name": "Sergey M․",
      "email": "dstftw@gmail.com"
    },
    {
      "name": "t3rr0r",
      "email": "mail@t3rr0r.com"
    },
    {
      "name": "EragonJ",
      "email": "eragonj@eragonj.me"
    },
    {
      "name": "tifroz",
      "email": "hhardel@gmail.com"
    },
    {
      "name": "walheresq",
      "email": "walheresq@hotmail.com"
    },
    {
      "name": "Alireza Mirian",
      "email": "alireza.mirian@gmail.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": "bartronicus",
      "email": "matthewdavidbarton@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": {
    "@commitlint/cli": "latest",
    "@commitlint/config-conventional": "latest",
    "finepack": "latest",
    "git-authors-cli": "latest",
    "husky": "latest",
    "lint-staged": "latest",
    "prettier-standard": "latest",
    "standard": "latest",
    "standard-markdown": "latest",
    "standard-version": "latest",
    "vows": "latest"
  },
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "lib",
    "scripts"
  ],
  "homepage": "https://github.com/przemyslawpluta/node-youtube-dl#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "download",
    "video",
    "youtube"
  ],
  "license": "MIT",
  "lint-staged": {
    "linters": {
      "package.json": [
        "finepack",
        "git add"
      ],
      "*.js": [
        "prettier-standard",
        "git add"
      ],
      "*.md": [
        "standard-markdown",
        "git add"
      ]
    }
  },
  "main": "./lib/youtube-dl.js",
  "name": "@microlink/youtube-dl",
  "repository": {
    "type": "git",
    "url": "git://github.com/przemyslawpluta/node-youtube-dl.git"
  },
  "scripts": {
    "lint": "standard-markdown README.md && standard",
    "postinstall": "node ./scripts/download.js",
    "release": "bumped release",
    "test": "vows ./test/*.js --spec",
    "update": "node ./scripts/download.js"
  },
  "version": "2.0.0"
}