wazuh-kibana-app/node_modules/lazystream/package.json
2016-06-28 19:30:19 -07:00

91 lines
2.2 KiB
JSON

{
"_args": [
[
"lazystream@~0.1.0",
"/home/my-kibana-plugin/node_modules/archiver-utils"
]
],
"_from": "lazystream@>=0.1.0 <0.2.0",
"_id": "lazystream@0.1.0",
"_inCache": true,
"_installable": true,
"_location": "/lazystream",
"_npmUser": {
"email": "jonas.pommerening@gmail.com",
"name": "jpommerening"
},
"_npmVersion": "1.2.17",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.1",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
},
"_requested": {
"name": "lazystream",
"raw": "lazystream@~0.1.0",
"rawSpec": "~0.1.0",
"scope": null,
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/archiver-utils"
],
"_resolved": "https://registry.npmjs.org/lazystream/-/lazystream-0.1.0.tgz",
"_shasum": "1b25d63c772a4c20f0a5ed0a9d77f484b6e16920",
"_shrinkwrap": null,
"_spec": "lazystream@~0.1.0",
"_where": "/home/my-kibana-plugin/node_modules/archiver-utils",
"author": {
"name": "J. Pommerening"
},
"bugs": {
"url": "https://github.com/jpommerening/node-lazystream/issues"
},
"dependencies": {
"readable-stream": "~1.0.2"
},
"description": "Open Node Streams on demand.",
"devDependencies": {
"nodeunit": "~0.7.4"
},
"directories": {},
"dist": {
"shasum": "1b25d63c772a4c20f0a5ed0a9d77f484b6e16920",
"tarball": "http://registry.npmjs.org/lazystream/-/lazystream-0.1.0.tgz"
},
"engines": {
"node": ">= 0.6.3"
},
"homepage": "https://github.com/jpommerening/node-lazystream",
"keywords": [
"streams",
"stream"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jpommerening/node-lazystream/blob/master/LICENSE-MIT"
}
],
"main": "lib/lazystream.js",
"maintainers": [
{
"email": "jonas.pommerening@gmail.com",
"name": "jpommerening"
}
],
"name": "lazystream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jpommerening/node-lazystream.git"
},
"scripts": {
"test": "nodeunit test/readable_test.js test/writable_test.js test/pipe_test.js test/fs_test.js"
},
"version": "0.1.0"
}