package.json 2.25 KB
{
  "_args": [
    [
      {
        "raw": "pump@^1.0.1",
        "scope": null,
        "escapedName": "pump",
        "name": "pump",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming"
    ]
  ],
  "_from": "pump@>=1.0.1 <2.0.0",
  "_id": "pump@1.0.2",
  "_inCache": true,
  "_location": "/pump",
  "_nodeVersion": "4.6.2",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/pump-1.0.2.tgz_1482243286673_0.09530888125300407"
  },
  "_npmUser": {
    "name": "mafintosh",
    "email": "mathiasbuus@gmail.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {
    "wrappy": "1.0.2"
  },
  "_requested": {
    "raw": "pump@^1.0.1",
    "scope": null,
    "escapedName": "pump",
    "name": "pump",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/pump/-/pump-1.0.2.tgz",
  "_shasum": "3b3ee6512f94f0e575538c17995f9f16990a5d51",
  "_shrinkwrap": null,
  "_spec": "pump@^1.0.1",
  "_where": "/Users/admin/Documents/workspace/programming",
  "author": {
    "name": "Mathias Buus Madsen",
    "email": "mathiasbuus@gmail.com"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/mafintosh/pump/issues"
  },
  "dependencies": {
    "end-of-stream": "^1.1.0",
    "once": "^1.3.1"
  },
  "description": "pipe streams together and close all of them if one of them closes",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "3b3ee6512f94f0e575538c17995f9f16990a5d51",
    "tarball": "https://registry.npmjs.org/pump/-/pump-1.0.2.tgz"
  },
  "gitHead": "90ed7ae8923ade7c7589e3db28c29fbc5c2d42ca",
  "homepage": "https://github.com/mafintosh/pump",
  "keywords": [
    "streams",
    "pipe",
    "destroy",
    "callback"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "mafintosh",
      "email": "mathiasbuus@gmail.com"
    }
  ],
  "name": "pump",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/mafintosh/pump.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.2"
}