{
  "_args": [
    [
      {
        "name": "request",
        "raw": "request@2.51.0",
        "rawSpec": "2.51.0",
        "scope": null,
        "spec": "2.51.0",
        "type": "version"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\selenium-standalone"
    ]
  ],
  "_from": "request@2.51.0",
  "_id": "request@2.51.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/request",
  "_npmUser": {
    "email": "jnylen@gmail.com",
    "name": "nylen"
  },
  "_npmVersion": "1.4.14",
  "_phantomChildren": {
    "asn1": "0.1.11",
    "assert-plus": "0.1.5",
    "ctype": "0.5.3"
  },
  "_requested": {
    "name": "request",
    "raw": "request@2.51.0",
    "rawSpec": "2.51.0",
    "scope": null,
    "spec": "2.51.0",
    "type": "version"
  },
  "_requiredBy": [
    "/selenium-standalone"
  ],
  "_resolved": "https://registry.npmjs.org/request/-/request-2.51.0.tgz",
  "_shasum": "35d00bbecc012e55f907b1bd9e0dbd577bfef26e",
  "_shrinkwrap": null,
  "_spec": "request@2.51.0",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\selenium-standalone",
  "author": {
    "email": "mikeal.rogers@gmail.com",
    "name": "Mikeal Rogers"
  },
  "bugs": {
    "url": "http://github.com/request/request/issues"
  },
  "dependencies": {
    "aws-sign2": "~0.5.0",
    "bl": "~0.9.0",
    "caseless": "~0.8.0",
    "combined-stream": "~0.0.5",
    "forever-agent": "~0.5.0",
    "form-data": "~0.2.0",
    "hawk": "1.1.1",
    "http-signature": "~0.10.0",
    "json-stringify-safe": "~5.0.0",
    "mime-types": "~1.0.1",
    "node-uuid": "~1.4.0",
    "oauth-sign": "~0.5.0",
    "qs": "~2.3.1",
    "stringstream": "~0.0.4",
    "tough-cookie": ">=0.12.0",
    "tunnel-agent": "~0.4.0"
  },
  "description": "Simplified HTTP request client.",
  "devDependencies": {
    "browserify": "~5.9.1",
    "coveralls": "~2.11.2",
    "eslint": "0.5.1",
    "function-bind": "~1.0.0",
    "istanbul": "~0.3.2",
    "karma": "~0.12.21",
    "karma-cli": "0.0.4",
    "karma-phantomjs-launcher": "~0.1.4",
    "karma-tap": "~1.0.1",
    "rimraf": "~2.2.8",
    "tape": "~3.0.0",
    "taper": "~0.3.0"
  },
  "directories": {},
  "dist": {
    "shasum": "35d00bbecc012e55f907b1bd9e0dbd577bfef26e",
    "tarball": "https://registry.npmjs.org/request/-/request-2.51.0.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "gitHead": "1c8aca6a9205df58660c676005fb8ec4603d5265",
  "homepage": "https://github.com/request/request",
  "license": "Apache-2.0",
  "main": "index.js",
  "maintainers": [
    {
      "email": "mikeal.rogers@gmail.com",
      "name": "mikeal"
    },
    {
      "email": "jnylen@gmail.com",
      "name": "nylen"
    },
    {
      "email": "fkschott@gmail.com",
      "name": "fredkschott"
    }
  ],
  "name": "request",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/request/request.git"
  },
  "scripts": {
    "lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed.",
    "test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser",
    "test-browser": "browserify tests/browser/test.js -o tests/browser/test-browser.js && karma start tests/browser/karma.conf.js"
  },
  "tags": [
    "http",
    "simple",
    "util",
    "utility"
  ],
  "version": "2.51.0"
}
