Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
{
2
"name": "concat-stream",
3
"version": "1.4.8",
4
"description": "writable stream that concatenates strings or binary data and calls a callback with the result",
5
"tags": [
6
"stream",
7
"simple",
8
"util",
9
"utility"
10
],
11
"author": {
12
"name": "Max Ogden",
13
"email": "[email protected]"
14
},
15
"repository": {
16
"type": "git",
17
"url": "git+ssh://[email protected]/maxogden/concat-stream.git"
18
},
19
"bugs": {
20
"url": "http://github.com/maxogden/concat-stream/issues"
21
},
22
"engines": [
23
"node >= 0.8"
24
],
25
"main": "index.js",
26
"scripts": {
27
"test": "tape test/*.js test/server/*.js"
28
},
29
"license": "MIT",
30
"dependencies": {
31
"inherits": "~2.0.1",
32
"typedarray": "~0.0.5",
33
"readable-stream": "~1.1.9"
34
},
35
"devDependencies": {
36
"tape": "~2.3.2"
37
},
38
"testling": {
39
"files": "test/*.js",
40
"browsers": [
41
"ie/8..latest",
42
"firefox/17..latest",
43
"firefox/nightly",
44
"chrome/22..latest",
45
"chrome/canary",
46
"opera/12..latest",
47
"opera/next",
48
"safari/5.1..latest",
49
"ipad/6.0..latest",
50
"iphone/6.0..latest",
51
"android-browser/4.2..latest"
52
]
53
},
54
"gitHead": "1f4ea1a7791b9366a133cab033eb0f3564cb0d92",
55
"homepage": "https://github.com/maxogden/concat-stream",
56
"_id": "[email protected]",
57
"_shasum": "e8325bb89e55000e52b626d97466fde1a28cfe5d",
58
"_from": "concat-stream@>=1.4.1 <1.5.0",
59
"_npmVersion": "2.7.0",
60
"_nodeVersion": "1.5.1",
61
"_npmUser": {
62
"name": "maxogden",
63
"email": "[email protected]"
64
},
65
"maintainers": [
66
{
67
"name": "maxogden",
68
"email": "[email protected]"
69
}
70
],
71
"dist": {
72
"shasum": "e8325bb89e55000e52b626d97466fde1a28cfe5d",
73
"tarball": "http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.8.tgz"
74
},
75
"directories": {},
76
"_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.8.tgz",
77
"readme": "ERROR: No README data found!"
78
}
79
80