Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "stream-browserify",
3
"version": "1.0.0",
4
"description": "the stream module from node core for browsers",
5
"main": "index.js",
6
"dependencies": {
7
"inherits": "~2.0.1",
8
"readable-stream": "^1.0.27-1"
9
},
10
"devDependencies": {
11
"typedarray": "~0.0.5",
12
"tape": "~2.3.2"
13
},
14
"scripts": {
15
"test": "tape test/*.js"
16
},
17
"repository": {
18
"type": "git",
19
"url": "git://github.com/substack/stream-browserify.git"
20
},
21
"homepage": "https://github.com/substack/stream-browserify",
22
"keywords": [
23
"stream",
24
"browser",
25
"browserify"
26
],
27
"author": {
28
"name": "James Halliday",
29
"email": "[email protected]",
30
"url": "http://substack.net"
31
},
32
"license": "MIT",
33
"testling": {
34
"files": "test/*.js",
35
"browsers": [
36
"ie/8..latest",
37
"firefox/3.5",
38
"firefox/10",
39
"firefox/nightly",
40
"chrome/10",
41
"chrome/latest",
42
"chrome/canary",
43
"opera/12..latest",
44
"opera/next",
45
"safari/5.1..latest",
46
"ipad/6.0..latest",
47
"iphone/6.0..latest",
48
"android-browser/4.2..latest"
49
]
50
},
51
"bugs": {
52
"url": "https://github.com/substack/stream-browserify/issues"
53
},
54
"_id": "[email protected]",
55
"dist": {
56
"shasum": "bf9b4abfb42b274d751479e44e0ff2656b6f1193",
57
"tarball": "http://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz"
58
},
59
"_from": "stream-browserify@>=1.0.0 <2.0.0",
60
"_npmVersion": "1.4.3",
61
"_npmUser": {
62
"name": "substack",
63
"email": "[email protected]"
64
},
65
"maintainers": [
66
{
67
"name": "substack",
68
"email": "[email protected]"
69
}
70
],
71
"directories": {},
72
"_shasum": "bf9b4abfb42b274d751479e44e0ff2656b6f1193",
73
"_resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz",
74
"readme": "ERROR: No README data found!"
75
}
76
77