Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "through",
3
"version": "2.3.7",
4
"description": "simplified stream construction",
5
"main": "index.js",
6
"scripts": {
7
"test": "set -e; for t in test/*.js; do node $t; done"
8
},
9
"devDependencies": {
10
"stream-spec": "~0.3.5",
11
"tape": "~2.3.2",
12
"from": "~0.1.3"
13
},
14
"keywords": [
15
"stream",
16
"streams",
17
"user-streams",
18
"pipe"
19
],
20
"author": {
21
"name": "Dominic Tarr",
22
"email": "[email protected]",
23
"url": "dominictarr.com"
24
},
25
"license": "MIT",
26
"repository": {
27
"type": "git",
28
"url": "git+https://github.com/dominictarr/through.git"
29
},
30
"homepage": "http://github.com/dominictarr/through",
31
"testling": {
32
"browsers": [
33
"ie/8..latest",
34
"ff/15..latest",
35
"chrome/20..latest",
36
"safari/5.1..latest"
37
],
38
"files": "test/*.js"
39
},
40
"gitHead": "d532966ebcae90fd6a150cc489b55c6a4e0bc4a0",
41
"bugs": {
42
"url": "https://github.com/dominictarr/through/issues"
43
},
44
"_id": "[email protected]",
45
"_shasum": "5fcc3690fed2fdf98c6fc88b4d207a4624ac3b87",
46
"_from": "through@>=2.3.4 <2.4.0",
47
"_npmVersion": "2.4.1",
48
"_nodeVersion": "0.10.35",
49
"_npmUser": {
50
"name": "dominictarr",
51
"email": "[email protected]"
52
},
53
"maintainers": [
54
{
55
"name": "dominictarr",
56
"email": "[email protected]"
57
}
58
],
59
"dist": {
60
"shasum": "5fcc3690fed2fdf98c6fc88b4d207a4624ac3b87",
61
"tarball": "http://registry.npmjs.org/through/-/through-2.3.7.tgz"
62
},
63
"directories": {},
64
"_resolved": "https://registry.npmjs.org/through/-/through-2.3.7.tgz",
65
"readme": "ERROR: No README data found!"
66
}
67
68