{
  "_from": "supertest@^7.0.0",
  "_id": "supertest@7.2.2",
  "_inBundle": false,
  "_integrity": "sha512-oK8WG9diS3DlhdUkcFn4tkNIiIbBx9lI2ClF8K+b2/m8Eyv47LSawxUzZQSNKUrVb2KsqeTDCcjAAVPYaSLVTA==",
  "_location": "/supertest",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "supertest@^7.0.0",
    "name": "supertest",
    "escapedName": "supertest",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/supertest/-/supertest-7.2.2.tgz",
  "_shasum": "dac3ee25a2aa59942a7f641e50c838a7c8819204",
  "_spec": "supertest@^7.0.0",
  "_where": "C:\\Sites\\Ecommerce",
  "author": {
    "name": "TJ Holowaychuk"
  },
  "bugs": {
    "url": "https://github.com/ladjs/supertest/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {
    "cookie-signature": "^1.2.2",
    "methods": "^1.1.2",
    "superagent": "^10.3.0"
  },
  "deprecated": false,
  "description": "SuperAgent driven library for testing HTTP servers",
  "devDependencies": {
    "@commitlint/cli": "17",
    "@commitlint/config-conventional": "17",
    "body-parser": "^1.20.3",
    "cookie-parser": "^1.4.7",
    "eslint": "^8.32.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.27.5",
    "express": "^4.18.3",
    "mocha": "^10.2.0",
    "nock": "^13.3.8",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "should": "^13.2.3",
    "sinon": "20.0.0"
  },
  "engines": {
    "node": ">=14.18.0"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/ladjs/supertest#readme",
  "keywords": [
    "bdd",
    "http",
    "request",
    "superagent",
    "tdd",
    "test",
    "testing"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "supertest",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ladjs/supertest.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov",
    "lint": "eslint lib/**/*.js test/**/*.js index.js",
    "lint:fix": "eslint --fix lib/**/*.js test/**/*.js index.js",
    "pretest": "npm run lint --if-present",
    "test": "nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks"
  },
  "version": "7.2.2"
}
