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