File: /var/www/zaklada/html/node_modules/lazypipe/package.json
{
"_args": [
[
"lazypipe@1.0.1",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "lazypipe@1.0.1",
"_id": "lazypipe@1.0.1",
"_inBundle": false,
"_integrity": "sha1-FHGu9rN6NA1Rw030Rpnc7wZMGUA=",
"_location": "/lazypipe",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "lazypipe@1.0.1",
"name": "lazypipe",
"escapedName": "lazypipe",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/lazypipe/-/lazypipe-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Phil DeJarnett",
"url": "http://overzealous.com/"
},
"bugs": {
"url": "https://github.com/OverZealous/lazypipe/issues"
},
"dependencies": {
"stream-combiner": "*"
},
"description": "Use to create an immutable, lazily initialized pipeline from a series of streams.",
"devDependencies": {
"event-stream": "~3.1.0",
"mocha": "*",
"should": "*"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/OverZealous/lazypipe",
"keywords": [
"gulpfriendly",
"stream",
"streams",
"combine",
"lazy",
"pipeline",
"gulp"
],
"license": "MIT",
"main": "./index.js",
"name": "lazypipe",
"repository": {
"type": "git",
"url": "git://github.com/OverZealous/lazypipe.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "1.0.1"
}