Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80575 views
1
{
2
"name": "readable-stream",
3
"version": "1.0.33",
4
"description": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",
5
"main": "readable.js",
6
"dependencies": {
7
"core-util-is": "~1.0.0",
8
"isarray": "0.0.1",
9
"string_decoder": "~0.10.x",
10
"inherits": "~2.0.1"
11
},
12
"devDependencies": {
13
"tap": "~0.2.6"
14
},
15
"scripts": {
16
"test": "tap test/simple/*.js"
17
},
18
"repository": {
19
"type": "git",
20
"url": "git://github.com/isaacs/readable-stream.git"
21
},
22
"keywords": [
23
"readable",
24
"stream",
25
"pipe"
26
],
27
"browser": {
28
"util": false
29
},
30
"author": {
31
"name": "Isaac Z. Schlueter",
32
"email": "[email protected]",
33
"url": "http://blog.izs.me/"
34
},
35
"license": "MIT",
36
"gitHead": "0bf97a117c5646556548966409ebc57a6dda2638",
37
"bugs": {
38
"url": "https://github.com/isaacs/readable-stream/issues"
39
},
40
"homepage": "https://github.com/isaacs/readable-stream",
41
"_id": "[email protected]",
42
"_shasum": "3a360dd66c1b1d7fd4705389860eda1d0f61126c",
43
"_from": "readable-stream@>=1.0.17 <1.1.0",
44
"_npmVersion": "1.4.28",
45
"_npmUser": {
46
"name": "rvagg",
47
"email": "[email protected]"
48
},
49
"maintainers": [
50
{
51
"name": "isaacs",
52
"email": "[email protected]"
53
},
54
{
55
"name": "tootallnate",
56
"email": "[email protected]"
57
},
58
{
59
"name": "rvagg",
60
"email": "[email protected]"
61
}
62
],
63
"dist": {
64
"shasum": "3a360dd66c1b1d7fd4705389860eda1d0f61126c",
65
"tarball": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz"
66
},
67
"directories": {},
68
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz",
69
"readme": "ERROR: No README data found!"
70
}
71
72