backoffice/node_modules/delayed-stream/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"_args": [
[
"delayed-stream@0.0.5",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "delayed-stream@0.0.5",
"_id": "delayed-stream@0.0.5",
"_inBundle": false,
"_integrity": "sha1-1LH0OpPoKW3+AmlPRoC8N6MTxz8=",
"_location": "/delayed-stream",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "delayed-stream@0.0.5",
"name": "delayed-stream",
"escapedName": "delayed-stream",
"rawSpec": "0.0.5",
"saveSpec": null,
"fetchSpec": "0.0.5"
},
"_requiredBy": [
"/combined-stream"
],
"_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz",
"_spec": "0.0.5",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"bugs": {
"url": "https://github.com/felixge/node-delayed-stream/issues"
},
"dependencies": {},
"description": "Buffers events from a stream until you are ready to handle them.",
"devDependencies": {
"fake": "0.2.0",
"far": "0.0.1"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/felixge/node-delayed-stream",
"main": "./lib/delayed_stream",
"name": "delayed-stream",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-delayed-stream.git"
},
"version": "0.0.5"
}