-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
108 lines (108 loc) · 2.61 KB
/
package.json
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
101
102
103
104
105
106
107
108
{
"_args": [
[
"concat-stream@~1.5.1",
"/Users/steveng/repo/cordova/tests/es6-phonegap/node_modules/browserify"
]
],
"_from": "concat-stream@>=1.5.1 <1.6.0",
"_id": "concat-stream@1.5.1",
"_inCache": true,
"_installable": true,
"_location": "/concat-stream",
"_nodeVersion": "4.0.0",
"_npmUser": {
"email": "max@maxogden.com",
"name": "maxogden"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"name": "concat-stream",
"raw": "concat-stream@~1.5.1",
"rawSpec": "~1.5.1",
"scope": null,
"spec": ">=1.5.1 <1.6.0",
"type": "range"
},
"_requiredBy": [
"/browserify",
"/insert-module-globals",
"/module-deps"
],
"_resolved": "http://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz",
"_shasum": "f3b80acf9e1f48e3875c0688b41b6c31602eea1c",
"_shrinkwrap": null,
"_spec": "concat-stream@~1.5.1",
"_where": "/Users/steveng/repo/cordova/tests/es6-phonegap/node_modules/browserify",
"author": {
"email": "max@maxogden.com",
"name": "Max Ogden"
},
"bugs": {
"url": "http://github.com/maxogden/concat-stream/issues"
},
"dependencies": {
"inherits": "~2.0.1",
"readable-stream": "~2.0.0",
"typedarray": "~0.0.5"
},
"description": "writable stream that concatenates strings or binary data and calls a callback with the result",
"devDependencies": {
"tape": "~2.3.2"
},
"directories": {},
"dist": {
"shasum": "f3b80acf9e1f48e3875c0688b41b6c31602eea1c",
"tarball": "http://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz"
},
"engines": [
"node >= 0.8"
],
"files": [
"index.js"
],
"gitHead": "522adc12d82f57c691a5f946fbc8ba08718dcdcb",
"homepage": "https://github.com/maxogden/concat-stream#readme",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "maxogden",
"email": "max@maxogden.com"
}
],
"name": "concat-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/maxogden/concat-stream.git"
},
"scripts": {
"test": "tape test/*.js test/server/*.js"
},
"tags": [
"simple",
"stream",
"util",
"utility"
],
"testling": {
"browsers": [
"android-browser/4.2..latest",
"chrome/22..latest",
"chrome/canary",
"firefox/17..latest",
"firefox/nightly",
"ie/8..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/12..latest",
"opera/next",
"safari/5.1..latest"
],
"files": "test/*.js"
},
"version": "1.5.1"
}