{
  "_args": [
    [
      "supertest@6.3.3",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "supertest@6.3.3",
  "_id": "supertest@6.3.3",
  "_inBundle": false,
  "_integrity": "sha512-EMCG6G8gDu5qEqRQ3JjjPs6+FYT1a7Hv5ApHvtSghmOFJYtsU5S+pSb6Y2EUeCEY3CmEL3mmQ8YWlPOzQomabA==",
  "_location": "/supertest",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "supertest@6.3.3",
    "name": "supertest",
    "escapedName": "supertest",
    "rawSpec": "6.3.3",
    "saveSpec": null,
    "fetchSpec": "6.3.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmmirror.com/supertest/-/supertest-6.3.3.tgz",
  "_spec": "6.3.3",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "author": {
    "name": "TJ Holowaychuk"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/supertest/issues"
  },
  "contributors": [],
  "dependencies": {
    "methods": "^1.1.2",
    "superagent": "^8.0.5"
  },
  "description": "SuperAgent driven library for testing HTTP servers",
  "devDependencies": {
    "body-parser": "^1.20.1",
    "cookie-parser": "^1.4.6",
    "eslint": "^8.29.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "express": "^4.18.2",
    "mocha": "^10.1.0",
    "nock": "^13.2.9",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "should": "^13.2.3"
  },
  "engines": {
    "node": ">=6.4.0"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/visionmedia/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/visionmedia/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": "6.3.3"
}
