You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.6 KiB

{
"_from": "end-stream@~0.1.0",
"_id": "end-stream@0.1.0",
"_inBundle": false,
"_integrity": "sha1-MgA/P0OKKwFDFoE3+PpumGbIHtU=",
"_location": "/end-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "end-stream@~0.1.0",
"name": "end-stream",
"escapedName": "end-stream",
"rawSpec": "~0.1.0",
"saveSpec": null,
"fetchSpec": "~0.1.0"
},
"_requiredBy": [
"/level-write-stream"
],
"_resolved": "https://registry.npmjs.org/end-stream/-/end-stream-0.1.0.tgz",
"_shasum": "32003f3f438a2b0143168137f8fa6e9866c81ed5",
"_spec": "end-stream@~0.1.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/level-write-stream",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"bugs": {
"url": "https://github.com/Raynos/end-stream/issues",
"email": "raynos2@gmail.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jake Verbaten"
}
],
"dependencies": {
"write-stream": "~0.4.3"
},
"deprecated": false,
"description": "A stream that ends after computation finishes",
"devDependencies": {
"tap": "~0.3.1"
},
"homepage": "https://github.com/Raynos/end-stream",
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/end-stream/raw/master/LICENSE"
}
],
"main": "index",
"name": "end-stream",
"repository": {
"type": "git",
"url": "git://github.com/Raynos/end-stream.git"
},
"scripts": {
"test": "tap --stderr --tap ./test"
},
"version": "0.1.0"
}