{
  "_args": [
    [
      "module-not-found-error@1.0.1",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "module-not-found-error@1.0.1",
  "_id": "module-not-found-error@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-z4tP9PKWQGdNbN0CsOO8UjwrvcA=",
  "_location": "/module-not-found-error",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "module-not-found-error@1.0.1",
    "name": "module-not-found-error",
    "escapedName": "module-not-found-error",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/proxyquire"
  ],
  "_resolved": "https://registry.npmjs.org/module-not-found-error/-/module-not-found-error-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Ben Drucker",
    "email": "bvdrucker@gmail.com",
    "url": "bendrucker.me"
  },
  "bugs": {
    "url": "https://github.com/bendrucker/module-not-found-error/issues"
  },
  "description": "Create a module not found error",
  "devDependencies": {
    "standard": "^4.5.2",
    "tape": "^4.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/bendrucker/module-not-found-error#readme",
  "keywords": [
    "module",
    "not found",
    "error"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "module-not-found-error",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bendrucker/module-not-found-error.git"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "version": "1.0.1"
}
