Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "read-only-stream",
3
"version": "1.1.1",
4
"description": "wrap a readable/writable stream to be read-only",
5
"main": "index.js",
6
"dependencies": {
7
"readable-stream": "^1.0.31",
8
"readable-wrap": "^1.0.0"
9
},
10
"devDependencies": {
11
"concat-stream": "^1.4.6",
12
"tape": "^2.13.2",
13
"through2": "~0.6.1",
14
"through": "^2.3.4",
15
"covert": "^1.0.0"
16
},
17
"scripts": {
18
"test": "tape test/*.js",
19
"coverage": "covert test/*.js"
20
},
21
"repository": {
22
"type": "git",
23
"url": "git://github.com/substack/read-only-stream.git"
24
},
25
"homepage": "https://github.com/substack/read-only-stream",
26
"keywords": [
27
"stream",
28
"readonly"
29
],
30
"author": {
31
"name": "James Halliday",
32
"email": "[email protected]",
33
"url": "http://substack.net"
34
},
35
"license": "MIT",
36
"gitHead": "ab5c349f1819bd45c208e41dead2af33f44898a8",
37
"bugs": {
38
"url": "https://github.com/substack/read-only-stream/issues"
39
},
40
"_id": "[email protected]",
41
"_shasum": "5da77c799ed1388d3ef88a18471bb5924f8a0ba1",
42
"_from": "read-only-stream@>=1.1.1 <2.0.0",
43
"_npmVersion": "2.0.0",
44
"_npmUser": {
45
"name": "substack",
46
"email": "[email protected]"
47
},
48
"maintainers": [
49
{
50
"name": "substack",
51
"email": "[email protected]"
52
}
53
],
54
"dist": {
55
"shasum": "5da77c799ed1388d3ef88a18471bb5924f8a0ba1",
56
"tarball": "http://registry.npmjs.org/read-only-stream/-/read-only-stream-1.1.1.tgz"
57
},
58
"directories": {},
59
"_resolved": "https://registry.npmjs.org/read-only-stream/-/read-only-stream-1.1.1.tgz"
60
}
61
62