package.json 1.73 KB
{
  "_from": "streamify@~0.2.9",
  "_id": "streamify@0.2.9",
  "_inBundle": false,
  "_integrity": "sha512-8pUxeLEef9UO1FxtTt5iikAiyzGI4SZRnGuJ3sz8axZ5Xk+/7ezEV5kuJQsMEFxw7AKYw3xp0Ow+20mmSaJbQQ==",
  "_location": "/streamify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "streamify@~0.2.9",
    "name": "streamify",
    "escapedName": "streamify",
    "rawSpec": "~0.2.9",
    "saveSpec": null,
    "fetchSpec": "~0.2.9"
  },
  "_requiredBy": [
    "/youtube-dl"
  ],
  "_resolved": "https://registry.npmjs.org/streamify/-/streamify-0.2.9.tgz",
  "_shasum": "8938b14db491e2b6be4f8d99cc4133c9f0384f0b",
  "_spec": "streamify@~0.2.9",
  "_where": "C:\\Users\\user\\Desktop\\오소git\\오소플젝\\Youtube_MPL\\node_modules\\youtube-dl",
  "author": {
    "name": "Roly Fentanes",
    "url": "https://github.com/fent"
  },
  "bugs": {
    "url": "https://github.com/fent/node-streamify/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "hashish": "~0.0.4"
  },
  "deprecated": false,
  "description": "Streamify helps you easily provide a streaming interface for code.",
  "devDependencies": {
    "istanbul": "*",
    "mocha": "*",
    "stream-equal": "~1.0.0"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">=0.12"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/fent/node-streamify#readme",
  "keywords": [
    "stream",
    "input",
    "output",
    "api"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "streamify",
  "repository": {
    "type": "git",
    "url": "git://github.com/fent/node-streamify.git"
  },
  "scripts": {
    "test": "istanbul cover node_modules/.bin/_mocha -- test/*-test.js"
  },
  "version": "0.2.9"
}