package.json
2.25 KB
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
90
91
92
93
94
95
96
97
{
"_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"
}