68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"stream-splicer@2.0.0",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_from": "stream-splicer@2.0.0",
|
|
"_id": "stream-splicer@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-G2O+Q4oTPktnHMGTUZdgAXWRDYM=",
|
|
"_location": "/stream-splicer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "stream-splicer@2.0.0",
|
|
"name": "stream-splicer",
|
|
"escapedName": "stream-splicer",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/labeled-stream-splicer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/stream-splicer/issues"
|
|
},
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.2"
|
|
},
|
|
"description": "streaming pipeline with a mutable configuration",
|
|
"devDependencies": {
|
|
"JSONStream": "^1.0.4",
|
|
"concat-stream": "^1.4.6",
|
|
"split": "^1.0.0",
|
|
"tape": "^4.2.0",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"homepage": "https://github.com/substack/stream-splicer",
|
|
"keywords": [
|
|
"stream",
|
|
"mutable",
|
|
"pipeline"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "stream-splicer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/stream-splicer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|