Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "labeled-stream-splicer",
3
"version": "1.0.2",
4
"description": "stream splicer with labels",
5
"main": "index.js",
6
"dependencies": {
7
"inherits": "^2.0.1",
8
"isarray": "~0.0.1",
9
"stream-splicer": "^1.1.0"
10
},
11
"devDependencies": {
12
"tape": "^2.12.1",
13
"browser-pack": "^2.0.1",
14
"concat-stream": "^1.4.6",
15
"module-deps": "^2.1.2",
16
"through2": "^1.0.0"
17
},
18
"scripts": {
19
"test": "tape test/*.js"
20
},
21
"repository": {
22
"type": "git",
23
"url": "git://github.com/substack/labeled-stream-splicer.git"
24
},
25
"homepage": "https://github.com/substack/labeled-stream-splicer",
26
"keywords": [
27
"splice",
28
"stream",
29
"labels",
30
"mutable",
31
"pipeline"
32
],
33
"author": {
34
"name": "James Halliday",
35
"email": "[email protected]",
36
"url": "http://substack.net"
37
},
38
"license": "MIT",
39
"testling": {
40
"files": "test/*.js",
41
"browsers": [
42
"ie/8..latest",
43
"firefox/15",
44
"firefox/latest",
45
"firefox/nightly",
46
"chrome/15",
47
"chrome/latest",
48
"chrome/canary",
49
"opera/12..latest",
50
"opera/next",
51
"safari/5.1..latest",
52
"ipad/6.0..latest",
53
"iphone/6.0..latest",
54
"android-browser/4.2..latest"
55
]
56
},
57
"gitHead": "efb6b5e2eefc5d6642358c67c8f40ffa241fa55e",
58
"bugs": {
59
"url": "https://github.com/substack/labeled-stream-splicer/issues"
60
},
61
"_id": "[email protected]",
62
"_shasum": "4615331537784981e8fd264e1f3a434c4e0ddd65",
63
"_from": "labeled-stream-splicer@>=1.0.0 <2.0.0",
64
"_npmVersion": "2.1.3",
65
"_nodeVersion": "0.10.31",
66
"_npmUser": {
67
"name": "substack",
68
"email": "[email protected]"
69
},
70
"maintainers": [
71
{
72
"name": "substack",
73
"email": "[email protected]"
74
}
75
],
76
"dist": {
77
"shasum": "4615331537784981e8fd264e1f3a434c4e0ddd65",
78
"tarball": "http://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-1.0.2.tgz"
79
},
80
"directories": {},
81
"_resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-1.0.2.tgz",
82
"readme": "ERROR: No README data found!"
83
}
84
85