summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/mississippi/node_modules/pump/package.json
blob: 2457d2f00d2cdfabdb0651c817536998377e209e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
  "_args": [
    [
      {
        "raw": "pump@^1.0.0",
        "scope": null,
        "escapedName": "pump",
        "name": "pump",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/zkat/Documents/code/npm/node_modules/mississippi"
    ]
  ],
  "_from": "pump@>=1.0.0 <2.0.0",
  "_id": "pump@1.0.1",
  "_inCache": true,
  "_location": "/mississippi/pump",
  "_nodeVersion": "4.1.1",
  "_npmUser": {
    "name": "mafintosh",
    "email": "mathiasbuus@gmail.com"
  },
  "_npmVersion": "2.14.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "pump@^1.0.0",
    "scope": null,
    "escapedName": "pump",
    "name": "pump",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/mississippi",
    "/mississippi/pumpify"
  ],
  "_resolved": "https://registry.npmjs.org/pump/-/pump-1.0.1.tgz",
  "_shasum": "f1f1409fb9bd1085bbdb576b43b84ec4b5eadc1a",
  "_shrinkwrap": null,
  "_spec": "pump@^1.0.0",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/mississippi",
  "author": {
    "name": "Mathias Buus Madsen",
    "email": "mathiasbuus@gmail.com"
  },
  "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": "f1f1409fb9bd1085bbdb576b43b84ec4b5eadc1a",
    "tarball": "https://registry.npmjs.org/pump/-/pump-1.0.1.tgz"
  },
  "gitHead": "6abb030191e1ccb12c5f735a4f39162307f93b90",
  "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.1"
}