blob: 4e8658ef8c880853277cefb06b59231dcb59e1e4 [file] [log] [blame]
{
"_from": "re-emitter@1.1.3",
"_id": "re-emitter@1.1.3",
"_inBundle": false,
"_integrity": "sha1-+p4xn/3u6zWycpbvDz03TawvUqc=",
"_location": "/re-emitter",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "re-emitter@1.1.3",
"name": "re-emitter",
"escapedName": "re-emitter",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/tap-out"
],
"_resolved": "https://registry.npmjs.org/re-emitter/-/re-emitter-1.1.3.tgz",
"_shasum": "fa9e319ffdeeeb35b27296ef0f3d374dac2f52a7",
"_spec": "re-emitter@1.1.3",
"_where": "/home/rafael/marvin/marvin-repl/nodejs_poc/node_modules/tap-out",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"bugs": {
"url": "https://github.com/feross/re-emitter/issues",
"email": "raynos2@gmail.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jake Verbaten"
},
{
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
}
],
"dependencies": {},
"deprecated": false,
"description": "Re emit events from another emitter",
"devDependencies": {
"standard": "^6.0.7",
"tape": "^4.0.0",
"zuul": "^3.0.0"
},
"homepage": "https://github.com/feross/re-emitter",
"keywords": [
"reemit",
"re emit",
"re-emit",
"reemitter",
"filter events",
"events",
"emitter"
],
"license": "MIT",
"main": "index.js",
"name": "re-emitter",
"repository": {
"type": "git",
"url": "git://github.com/feross/re-emitter.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/*.js",
"test-browser-local": "zuul --local -- test/*.js",
"test-node": "tape test/*.js"
},
"version": "1.1.3"
}