{
  "_args": [
    [
      "chai-http@4.2.0",
      "D:\\Development\\Work\\CENOS\\cenos-licenses"
    ]
  ],
  "_development": true,
  "_from": "chai-http@4.2.0",
  "_id": "chai-http@4.2.0",
  "_inBundle": false,
  "_integrity": "sha512-5j9LC1pl9jaPanux+wDm9D/V6R2xLfpixsRQhoJHxCR0E5KaiT0aL4544pVtYXN/wTUVSDTmwye5mCXkO/8b3w==",
  "_location": "/chai-http",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "chai-http@4.2.0",
    "name": "chai-http",
    "escapedName": "chai-http",
    "rawSpec": "4.2.0",
    "saveSpec": null,
    "fetchSpec": "4.2.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/chai-http/-/chai-http-4.2.0.tgz",
  "_spec": "4.2.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-licenses",
  "author": {
    "name": "Jake Luer",
    "email": "jake@alogicalparadox.com"
  },
  "browser": {
    "http": false,
    "https": false,
    "net": "./lib/net.js",
    "querystring": "qs"
  },
  "bugs": {
    "url": "https://github.com/chaijs/chai-http/issues"
  },
  "contributors": [
    {
      "name": "Jake Luer",
      "email": "jake@alogicalparadox.com"
    },
    {
      "name": "Veselin Todorov",
      "email": "hi@vesln.com"
    },
    {
      "name": "Keith Cirkel",
      "email": "oss@keithcirkel.co.uk",
      "url": "http://keithcirkel.co.uk"
    }
  ],
  "dependencies": {
    "@types/chai": "4",
    "@types/superagent": "^3.8.3",
    "cookiejar": "^2.1.1",
    "is-ip": "^2.0.0",
    "methods": "^1.1.2",
    "qs": "^6.5.1",
    "superagent": "^3.7.0"
  },
  "description": "Extend Chai Assertion library with tests for http apis",
  "devDependencies": {
    "chai": "4",
    "coveralls": "^3.0.0",
    "cpr": "^3.0.1",
    "dox": "^0.9.0",
    "es6-shim": "^0.35.1",
    "http-server": "^0.10.0",
    "istanbul": "^0.4.3",
    "mocha": "^4.0.1",
    "npm-run-all": "^4.1.1",
    "simplifyify": "^4.0.0",
    "typescript": "^3.0.1"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "dist/chai-http.js",
    "lib/*.js",
    "index.js"
  ],
  "homepage": "https://github.com/chaijs/chai-http#readme",
  "keywords": [
    "chai",
    "chai-plugin",
    "browser",
    "http",
    "request",
    "vendor",
    "supertest",
    "superagent"
  ],
  "license": "MIT",
  "main": "./index",
  "name": "chai-http",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/chaijs/chai-http.git"
  },
  "scripts": {
    "build": "npm run build:readme && npm run build:js && npm run build:ts",
    "build:js": "simplifyify lib/http.js --outfile dist/chai-http.js --bundle --minify --debug --standalone chaiHttp",
    "build:readme": "rm -rf README.md && node ./support/readme",
    "build:ts": "cd types && tsc",
    "postbuild:ts": "cpr types/index.d.ts dist/chai-http.d.ts --overwrite",
    "posttest": "if [ -z \"$COVERALLS_REPO_TOKEN\" ]; then cat coverage/lcov.info | coveralls; fi",
    "prebuild:js": "rm -rf dist",
    "server": "http-server -o -c-1",
    "start": "npm-run-all --parallel watch server",
    "test": "istanbul cover --report lcovonly _mocha",
    "watch": "npm run build:js -- --watch"
  },
  "version": "4.2.0"
}
