{
  "_args": [
    [
      "neatequal@1.0.0",
      "/var/www/brandplatform.be/villapila"
    ]
  ],
  "_from": "neatequal@1.0.0",
  "_id": "neatequal@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-LuEhG8n6bkxVcV/SELsFYC6xrjs=",
  "_location": "/neatequal",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "neatequal@1.0.0",
    "name": "neatequal",
    "escapedName": "neatequal",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/svgicons2svgfont"
  ],
  "_resolved": "https://registry.npmjs.org/neatequal/-/neatequal-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/brandplatform.be/villapila",
  "author": {
    "name": "Nicolas Froidure"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/neatequal/issues"
  },
  "dependencies": {
    "varstream": "^0.3.2"
  },
  "description": "Neat deep equal.",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "mocha": "^2.1.0"
  },
  "homepage": "https://github.com/nfroidure/neatequal",
  "keywords": [
    "assert",
    "deepEqual",
    "neat"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "neatequal",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nfroidure/neatequal.git"
  },
  "scripts": {
    "cover": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report html -- tests/*.mocha.js -R spec -t 5000",
    "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "test": "mocha tests/*.mocha.js"
  },
  "version": "1.0.0"
}
