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