{
  "_args": [
    [
      "proxyquire@2.1.0",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "proxyquire@2.1.0",
  "_id": "proxyquire@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-kptdFArCfGRtQFv3Qwjr10lwbEV0TBJYvfqzhwucyfEXqVgmnAkyEw/S3FYzR5HI9i5QOq4rcqQjZ6AlknlCDQ==",
  "_location": "/proxyquire",
  "_phantomChildren": {
    "path-parse": "1.0.5"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "proxyquire@2.1.0",
    "name": "proxyquire",
    "escapedName": "proxyquire",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/proxyquire/-/proxyquire-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Thorsten Lorenz"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/proxyquire/issues"
  },
  "dependencies": {
    "fill-keys": "^1.0.2",
    "module-not-found-error": "^1.0.0",
    "resolve": "~1.8.1"
  },
  "description": "Proxies nodejs require in order to allow overriding dependencies during testing.",
  "devDependencies": {
    "mocha": "^5.2.0",
    "native-hello-world": "^1.0.0",
    "should": "~13.2",
    "sinon": "~6.1",
    "standard": "^11.0.0"
  },
  "homepage": "https://github.com/thlorenz/proxyquire#readme",
  "keywords": [
    "require",
    "dependency",
    "injection",
    "di",
    "inject",
    "swap",
    "test",
    "mock",
    "stub"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "proxyquire",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thlorenz/proxyquire.git"
  },
  "scripts": {
    "test": "standard && mocha"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  },
  "version": "2.1.0"
}
