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
98
99
100
|
{
"_args": [
[
{
"raw": "mississippi@1.3.0",
"scope": null,
"escapedName": "mississippi",
"name": "mississippi",
"rawSpec": "1.3.0",
"spec": "1.3.0",
"type": "version"
},
"/Users/zkat/Documents/code/npm"
]
],
"_from": "mississippi@1.3.0",
"_id": "mississippi@1.3.0",
"_inCache": true,
"_location": "/mississippi",
"_nodeVersion": "6.9.2",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/mississippi-1.3.0.tgz_1484780252704_0.3479328122921288"
},
"_npmUser": {
"name": "maxogden",
"email": "max@maxogden.com"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {
"inherits": "2.0.3",
"once": "1.4.0",
"readable-stream": "2.2.2",
"wrappy": "1.0.2"
},
"_requested": {
"raw": "mississippi@1.3.0",
"scope": null,
"escapedName": "mississippi",
"name": "mississippi",
"rawSpec": "1.3.0",
"spec": "1.3.0",
"type": "version"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/mississippi/-/mississippi-1.3.0.tgz",
"_shasum": "d201583eb12327e3c5c1642a404a9cacf94e34f5",
"_shrinkwrap": null,
"_spec": "mississippi@1.3.0",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "max ogden"
},
"bugs": {
"url": "https://github.com/maxogden/mississippi/issues"
},
"dependencies": {
"concat-stream": "^1.5.0",
"duplexify": "^3.4.2",
"end-of-stream": "^1.1.0",
"flush-write-stream": "^1.0.0",
"from2": "^2.1.0",
"parallel-transform": "^1.1.0",
"pump": "^1.0.0",
"pumpify": "^1.3.3",
"stream-each": "^1.1.0",
"through2": "^2.0.0"
},
"description": "a collection of useful streams",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "d201583eb12327e3c5c1642a404a9cacf94e34f5",
"tarball": "https://registry.npmjs.org/mississippi/-/mississippi-1.3.0.tgz"
},
"gitHead": "dd64841b932d06baf7859ee80db78d139c90b4c7",
"homepage": "https://github.com/maxogden/mississippi#readme",
"license": "BSD-2-Clause",
"main": "index.js",
"maintainers": [
{
"name": "maxogden",
"email": "max@maxogden.com"
}
],
"name": "mississippi",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/maxogden/mississippi.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.3.0"
}
|