{
  "_args": [
    [
      "mock-req@0.2.0",
      "/app"
    ]
  ],
  "_from": "mock-req@0.2.0",
  "_id": "mock-req@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-dJRGgE0sAGFpNC7nvmu6HP/VNMI=",
  "_location": "/mock-req",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mock-req@0.2.0",
    "name": "mock-req",
    "escapedName": "mock-req",
    "rawSpec": "0.2.0",
    "saveSpec": null,
    "fetchSpec": "0.2.0"
  },
  "_requiredBy": [
    "/sails"
  ],
  "_resolved": "https://registry.npmjs.org/mock-req/-/mock-req-0.2.0.tgz",
  "_spec": "0.2.0",
  "_where": "/app",
  "author": {
    "name": "James Diacono"
  },
  "bugs": {
    "url": "https://github.com/diachedelic/mock-req/issues"
  },
  "description": "Mocks node.js `http.IncomingMessage` (a request).  See also `mock-res`.",
  "homepage": "https://github.com/diachedelic/mock-req#readme",
  "keywords": [
    "mock",
    "IncomingMessage",
    "req",
    "request",
    "test",
    "stub"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "mock-req",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diachedelic/mock-req.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "0.2.0"
}
