{
  "_from": "emits@3.0.x",
  "_id": "emits@3.0.0",
  "_inBundle": false,
  "_integrity": "sha1-MnUrupXhcHshlWI4Srm7ix/WL3A=",
  "_location": "/emits",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "emits@3.0.x",
    "name": "emits",
    "escapedName": "emits",
    "rawSpec": "3.0.x",
    "saveSpec": null,
    "fetchSpec": "3.0.x"
  },
  "_requiredBy": [
    "/fusing"
  ],
  "_resolved": "https://registry.npmjs.org/emits/-/emits-3.0.0.tgz",
  "_shasum": "32752bba95e1707b219562384ab9bb8b1fd62f70",
  "_spec": "emits@3.0.x",
  "_where": "/Users/jandvorak/Development/feedbot/packages/redux-scuttlebutt/node_modules/fusing",
  "author": {
    "name": "Arnout Kazemier"
  },
  "bugs": {
    "url": "https://github.com/primus/emits/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "returns a function which will emit and parse the specified event",
  "devDependencies": {
    "assume": "0.0.x",
    "istanbul": "0.3.x",
    "mocha": "2.1.x",
    "pre-commit": "0.0.x"
  },
  "homepage": "https://github.com/primus/emits",
  "keywords": [
    "emits",
    "event",
    "parser",
    "eventemitter"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "emits",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/primus/emits.git"
  },
  "scripts": {
    "coverage": "istanbul cover node_modules/.bin/_mocha -- test.js",
    "test": "mocha test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
  },
  "version": "3.0.0"
}
