Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80556 views
1
{
2
"name": "through2",
3
"version": "0.5.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.0.17",
28
"xtend": "~3.0.0"
29
},
30
"devDependencies": {
31
"tape": "~2.3.0",
32
"bl": "~0.6.0",
33
"stream-spigot": "~3.0.1",
34
"brtapsauce": "~0.2.2"
35
},
36
"bugs": {
37
"url": "https://github.com/rvagg/through2/issues"
38
},
39
"homepage": "https://github.com/rvagg/through2",
40
"_id": "[email protected]",
41
"dist": {
42
"shasum": "dfdd012eb9c700e2323fd334f38ac622ab372da7",
43
"tarball": "http://registry.npmjs.org/through2/-/through2-0.5.1.tgz"
44
},
45
"_from": "through2@>=0.5.1 <0.6.0",
46
"_npmVersion": "1.4.3",
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
"directories": {},
62
"_shasum": "dfdd012eb9c700e2323fd334f38ac622ab372da7",
63
"_resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz",
64
"readme": "ERROR: No README data found!"
65
}
66
67