package.json
2.36 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
{
"_args": [
[
{
"raw": "combined-stream@~0.0.4",
"scope": null,
"escapedName": "combined-stream",
"name": "combined-stream",
"rawSpec": "~0.0.4",
"spec": ">=0.0.4 <0.1.0",
"type": "range"
},
"C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\form-data"
]
],
"_from": "combined-stream@>=0.0.4 <0.1.0",
"_id": "combined-stream@0.0.7",
"_inCache": true,
"_location": "/combined-stream",
"_npmUser": {
"name": "felixge",
"email": "felix@debuggable.com"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"raw": "combined-stream@~0.0.4",
"scope": null,
"escapedName": "combined-stream",
"name": "combined-stream",
"rawSpec": "~0.0.4",
"spec": ">=0.0.4 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/form-data"
],
"_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz",
"_shasum": "0137e657baa5a7541c57ac37ac5fc07d73b4dc1f",
"_shrinkwrap": null,
"_spec": "combined-stream@~0.0.4",
"_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\form-data",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"bugs": {
"url": "https://github.com/felixge/node-combined-stream/issues"
},
"dependencies": {
"delayed-stream": "0.0.5"
},
"description": "A stream that emits multiple other streams one after another.",
"devDependencies": {
"far": "~0.0.7"
},
"directories": {},
"dist": {
"shasum": "0137e657baa5a7541c57ac37ac5fc07d73b4dc1f",
"tarball": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz"
},
"engines": {
"node": ">= 0.8"
},
"homepage": "https://github.com/felixge/node-combined-stream",
"main": "./lib/combined_stream",
"maintainers": [
{
"name": "felixge",
"email": "felix@debuggable.com"
},
{
"name": "celer",
"email": "celer@scrypt.net"
},
{
"name": "alexindigo",
"email": "iam@alexindigo.com"
}
],
"name": "combined-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-combined-stream.git"
},
"scripts": {
"test": "node test/run.js"
},
"version": "0.0.7"
}