{
  "_from": "nock@^8.2.1",
  "_id": "nock@8.2.2",
  "_inBundle": false,
  "_integrity": "sha512-f4s5qR4Eg/NgaLuBYTThc/abl5mohCgIvnGdHkoqR5WgRe5amjFQTU2aia085OE8o3OAY7ZerDkRAeXfR720TA==",
  "_location": "/nock",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nock@^8.2.1",
    "name": "nock",
    "escapedName": "nock",
    "rawSpec": "^8.2.1",
    "saveSpec": null,
    "fetchSpec": "^8.2.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/nock/-/nock-8.2.2.tgz",
  "_shasum": "fe9d1b9d30e899e886bd79c420b06de7e90c478f",
  "_spec": "nock@^8.2.1",
  "_where": "/data/www/cors-anywhere",
  "author": {
    "name": "Pedro Teixeira",
    "email": "pedro.teixeira@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/node-nock/nock/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Bin Chang",
      "url": "https://github.com/BinChang"
    },
    {
      "name": "Roman Hotsiy",
      "url": "https://github.com/RomanGotsiy"
    },
    {
      "name": "Jeffrey Jagoda",
      "url": "https://github.com/jagoda"
    },
    {
      "name": "Hidenari Nozaki",
      "url": "https://github.com/ghiden"
    },
    {
      "name": "Ken Sheedlo",
      "url": "https://github.com/ksheedlo"
    },
    {
      "name": "Douglas Eggleton",
      "url": "https://github.com/douglaseggleton"
    },
    {
      "name": "José F. Romaniello",
      "url": "https://github.com/jfromaniello"
    },
    {
      "name": "Benjamin Urban",
      "url": "https://github.com/benurb"
    },
    {
      "name": "Justin",
      "url": "https://github.com/justincy"
    },
    {
      "name": "Brett Porter"
    },
    {
      "name": "Matt Olson"
    },
    {
      "name": "Rémy HUBSCHER"
    },
    {
      "name": "Roly Fentanes"
    },
    {
      "name": "Alexander Simmerl"
    },
    {
      "name": "Pedro Teixeira"
    },
    {
      "name": "Nuno Job"
    },
    {
      "name": "Ian Young"
    },
    {
      "name": "nilsbunger"
    },
    {
      "name": "bacchusrx",
      "email": "bacchusrx@eightstar.ca"
    },
    {
      "name": "Fabiano França"
    },
    {
      "name": "Sascha Drews"
    },
    {
      "name": "Mike Swift"
    },
    {
      "name": "James Herdman"
    },
    {
      "name": "David Björklund"
    },
    {
      "name": "Andrew Kramolisch"
    },
    {
      "name": "Balazs Nagy"
    },
    {
      "name": "Brian J Brennan"
    },
    {
      "name": "Attila Incze"
    },
    {
      "name": "Mac Angell"
    },
    {
      "name": "Tom Hosford"
    },
    {
      "name": "Aurélien Thieriot"
    },
    {
      "name": "Alex Zylman"
    },
    {
      "name": "Celestino Gomes",
      "email": "contact@tinogomes.com"
    },
    {
      "name": "David Rousselie"
    },
    {
      "name": "spenceralger"
    },
    {
      "name": "Ivan Erceg",
      "email": "ivan@softwaremarbles.com",
      "url": "https://github.com/ierceg"
    },
    {
      "name": "Keith Laban",
      "email": "kelaban17@gmail.com",
      "url": "https://github.com/kelaban"
    },
    {
      "name": "Rui Marinho",
      "email": "ruipmarinho@gmail.com",
      "url": "https://github.com/ruimarinho"
    },
    {
      "name": "David Pate",
      "email": "davidtpate@gmail.com",
      "url": "https://github.com/DavidTPate"
    },
    {
      "name": "Matt Oakes",
      "url": "https://github.com/matto1990"
    }
  ],
  "dependencies": {
    "chai": ">=1.9.2 <4.0.0",
    "debug": "^2.2.0",
    "deep-equal": "^1.0.0",
    "json-stringify-safe": "^5.0.1",
    "lodash": "~4.9.0",
    "mkdirp": "^0.5.0",
    "propagate": "0.4.0",
    "qs": "^6.0.2"
  },
  "deprecated": false,
  "description": "HTTP Server mocking for Node.js",
  "devDependencies": {
    "async": "^2.1.1",
    "aws-sdk": "^2.0.15",
    "browserify": "^13.0.0",
    "changelog": "^1.0.7",
    "coveralls": "^2.11.2",
    "hyperquest": "^1.3.0",
    "isomorphic-fetch": "^2.2.0",
    "istanbul": "^0.4.2",
    "jshint": "^2.5.6",
    "markdown-toc": "^0.13.0",
    "needle": "^1.0.0",
    "node-static": "^0.7.7",
    "nyc": "^8.3.0",
    "pre-commit": "1.1.2",
    "request": "2.71.0",
    "request-promise": "^2.0.1",
    "restify": "^4.0.4",
    "restler": "3.4.0",
    "rimraf": "^2.3.2",
    "superagent": "^1.4.0",
    "tap": "^5.7.0",
    "zombie": "^4.2.1"
  },
  "engines": [
    "node >= 0.10.0"
  ],
  "homepage": "https://github.com/node-nock/nock#readme",
  "license": "MIT",
  "main": "./index",
  "name": "nock",
  "pre-commit": [
    "jshint",
    "coverage"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/node-nock/nock.git"
  },
  "scripts": {
    "changelog": "changelog nock all -m > CHANGELOG.md",
    "coverage": "nyc --reporter=lcov tap --harmony ./tests/test_*.js",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "jshint": "jshint lib/*.js",
    "test": "tap --harmony ./tests/test_*.js"
  },
  "tags": [
    "Mock",
    "HTTP",
    "testing",
    "isolation"
  ],
  "version": "8.2.2"
}
