{
  "_from": "supertest@^2.0.1",
  "_id": "supertest@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-ay8SLm8FsxVk1MjBhSkwPaJimEyyiPS/i97NGP/OEDD5xXZykV8hleIaxomhCXQgJEjLohuZ7g0dZqk92/3bKA==",
  "_location": "/supertest",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "supertest@^2.0.1",
    "name": "supertest",
    "escapedName": "supertest",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/supertest/-/supertest-2.0.1.tgz",
  "_shasum": "a058081d788f1515d4700d7502881e6b759e44cd",
  "_spec": "supertest@^2.0.1",
  "_where": "/data/www/cors-anywhere",
  "author": {
    "name": "TJ Holowaychuk"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/supertest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "methods": "1.x",
    "superagent": "^2.0.0"
  },
  "deprecated": false,
  "description": "SuperAgent driven library for testing HTTP servers",
  "devDependencies": {
    "body-parser": "~1.15.0",
    "cookie-parser": "~1.4.1",
    "eslint": "^3.8.1",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-import": "1.16.0",
    "eslint-plugin-jsx-a11y": "2.2.3",
    "eslint-plugin-react": "6.4.1",
    "express": "~4.14.0",
    "mocha": "~3.1.2",
    "should": "~11.1.1"
  },
  "engines": {
    "node": ">=4.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": {
    "pretest": "npm install",
    "test": "eslint lib/**/*.js test/**/*.js && mocha --require should --reporter spec --check-leaks"
  },
  "version": "2.0.1"
}
