{
  "_from": "fusing@~1.0.0",
  "_id": "fusing@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-VQwV12r5Jld4qgUezkTUAAoJjUU=",
  "_location": "/fusing",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fusing@~1.0.0",
    "name": "fusing",
    "escapedName": "fusing",
    "rawSpec": "~1.0.0",
    "saveSpec": null,
    "fetchSpec": "~1.0.0"
  },
  "_requiredBy": [
    "/primus"
  ],
  "_resolved": "https://registry.npmjs.org/fusing/-/fusing-1.0.0.tgz",
  "_shasum": "550c15d76af9265778aa051ece44d4000a098d45",
  "_spec": "fusing@~1.0.0",
  "_where": "/Users/jandvorak/Development/feedbot/packages/redux-scuttlebutt/node_modules/primus",
  "author": {
    "name": "Arnout Kazemier"
  },
  "bugs": {
    "url": "https://github.com/bigpipe/fusing/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "emits": "3.0.x",
    "predefine": "0.1.x"
  },
  "deprecated": false,
  "description": "Prototype fusion",
  "devDependencies": {
    "assume": "0.0.x",
    "istanbul": "0.3.x",
    "mocha": "2.1.x",
    "pre-commit": "0.0.x"
  },
  "homepage": "https://github.com/bigpipe/fusing",
  "keywords": [
    "fusing",
    "fusion",
    "bigpipe",
    "constructor",
    "prototype",
    "merge",
    "inherit",
    "base",
    "class"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fusing",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigpipe/fusing.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": "1.0.0"
}
