UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

80 lines (79 loc) 1.87 kB
{ "_args": [ [ "re-emitter@1.1.3", "D:\\Projects\\Pet Projects\\WhoIAm.Domain\\Tests" ] ], "_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", "_spec": "1.1.3", "_where": "D:\\Projects\\Pet Projects\\WhoIAm.Domain\\Tests", "author": { "name": "Raynos", "email": "raynos2@gmail.com" }, "bugs": { "url": "https://github.com/feross/re-emitter/issues", "email": "raynos2@gmail.com" }, "contributors": [ { "name": "Jake Verbaten" }, { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" } ], "dependencies": {}, "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" }