File: /var/www/zaklada/html/node_modules/event-stream/package.json
{
"_args": [
[
"event-stream@4.0.1",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "event-stream@4.0.1",
"_id": "event-stream@4.0.1",
"_inBundle": false,
"_integrity": "sha512-qACXdu/9VHPBzcyhdOWR5/IahhGMf0roTeZJfzz077GwylcDd90yOHLouhmv7GJ5XzPi6ekaQWd8AvPP2nOvpA==",
"_location": "/event-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "event-stream@4.0.1",
"name": "event-stream",
"escapedName": "event-stream",
"rawSpec": "4.0.1",
"saveSpec": null,
"fetchSpec": "4.0.1"
},
"_requiredBy": [
"/gulp-useref"
],
"_resolved": "https://registry.npmjs.org/event-stream/-/event-stream-4.0.1.tgz",
"_spec": "4.0.1",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://bit.ly/dominictarr"
},
"bugs": {
"url": "https://github.com/dominictarr/event-stream/issues"
},
"dependencies": {
"duplexer": "^0.1.1",
"from": "^0.1.7",
"map-stream": "0.0.7",
"pause-stream": "^0.0.11",
"split": "^1.0.1",
"stream-combiner": "^0.2.2",
"through": "^2.3.8"
},
"description": "construct pipes of streams of events",
"devDependencies": {
"asynct": "^1.1.0",
"it-is": "^1.0.3",
"stream-spec": "^0.3.6",
"tape": "^4.9.1",
"ubelt": "^3.2.2"
},
"homepage": "http://github.com/dominictarr/event-stream",
"keywords": [
"stream",
"map",
"flatmap",
"filter",
"split",
"join",
"merge",
"replace"
],
"license": "MIT",
"name": "event-stream",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/event-stream.git"
},
"scripts": {
"prepublish": "npm ls && npm test",
"test": "asynct test/",
"test_tap": "set -e; for t in test/*.js; do node $t; done"
},
"version": "4.0.1"
}