{
  "_args": [
    [
      "supertest@6.1.3",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_development": true,
  "_from": "supertest@6.1.3",
  "_id": "supertest@6.1.3",
  "_inBundle": false,
  "_integrity": "sha512-v2NVRyP73XDewKb65adz+yug1XMtmvij63qIWHZzSX8tp6wiq6xBLUy4SUAd2NII6wIipOmHT/FD9eicpJwdgQ==",
  "_location": "/supertest",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "supertest@6.1.3",
    "name": "supertest",
    "escapedName": "supertest",
    "rawSpec": "6.1.3",
    "saveSpec": null,
    "fetchSpec": "6.1.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/supertest/-/supertest-6.1.3.tgz",
  "_spec": "6.1.3",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "TJ Holowaychuk"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/supertest/issues"
  },
  "contributors": [
    {
      "name": "Dimitri DO BAIRRO",
      "email": "dimitri.dobairro@dimsolution.com"
    }
  ],
  "dependencies": {
    "methods": "^1.1.2",
    "superagent": "^6.1.0"
  },
  "description": "SuperAgent driven library for testing HTTP servers",
  "devDependencies": {
    "body-parser": "1.19.0",
    "cookie-parser": "1.4.5",
    "coveralls": "3.1.0",
    "eslint": "7.17.0",
    "eslint-config-airbnb-base": "14.2.1",
    "eslint-plugin-import": "2.22.1",
    "express": "4.17.1",
    "mocha": "8.2.1",
    "nock": "13.0.5",
    "nyc": "15.1.0",
    "should": "13.2.3"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/visionmedia/supertest#readme",
  "keywords": [
    "superagent",
    "request",
    "tdd",
    "bdd",
    "http",
    "test",
    "testing"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "supertest",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visionmedia/supertest.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint lib/**/*.js test/**/*.js index.js",
    "lint:fix": "eslint --fix lib/**/*.js test/**/*.js index.js",
    "pretest": "npm run lint",
    "test": "nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks"
  },
  "version": "6.1.3"
}
