Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "through2",
3
"version": "1.1.1",
4
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
5
"main": "through2.js",
6
"scripts": {
7
"test": "node test/test.js",
8
"test-local": "brtapsauce-local test/basic-test.js"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git+https://github.com/rvagg/through2.git"
13
},
14
"keywords": [
15
"stream",
16
"streams2",
17
"through",
18
"transform"
19
],
20
"author": {
21
"name": "Rod Vagg",
22
"email": "[email protected]",
23
"url": "https://github.com/rvagg"
24
},
25
"license": "MIT",
26
"dependencies": {
27
"readable-stream": ">=1.1.13-1 <1.2.0-0",
28
"xtend": ">=4.0.0 <4.1.0-0"
29
},
30
"devDependencies": {
31
"bl": ">=0.9.0 <0.10.0-0",
32
"stream-spigot": ">=3.0.4 <3.1.0-0",
33
"tape": ">=2.14.0 <2.15.0-0"
34
},
35
"publishConfig": {
36
"tag": "1.0"
37
},
38
"gitHead": "05618510052dcb4ec970c47c1234e0fcad8566de",
39
"bugs": {
40
"url": "https://github.com/rvagg/through2/issues"
41
},
42
"homepage": "https://github.com/rvagg/through2",
43
"_id": "[email protected]",
44
"_shasum": "0847cbc4449f3405574dbdccd9bb841b83ac3545",
45
"_from": "through2@>=1.0.0 <2.0.0",
46
"_npmVersion": "1.4.21",
47
"_npmUser": {
48
"name": "rvagg",
49
"email": "[email protected]"
50
},
51
"maintainers": [
52
{
53
"name": "rvagg",
54
"email": "[email protected]"
55
},
56
{
57
"name": "bryce",
58
"email": "[email protected]"
59
}
60
],
61
"dist": {
62
"shasum": "0847cbc4449f3405574dbdccd9bb841b83ac3545",
63
"tarball": "http://registry.npmjs.org/through2/-/through2-1.1.1.tgz"
64
},
65
"directories": {},
66
"_resolved": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz",
67
"readme": "ERROR: No README data found!"
68
}
69
70