{
  "_args": [
    [
      {
        "name": "finalhandler",
        "raw": "finalhandler@0.4.1",
        "rawSpec": "0.4.1",
        "scope": null,
        "spec": "0.4.1",
        "type": "version"
      },
      "/home/fgreiner/prog/js/Nodulator/node_modules/express"
    ]
  ],
  "_from": "finalhandler@0.4.1",
  "_id": "finalhandler@0.4.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/finalhandler",
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "finalhandler",
    "raw": "finalhandler@0.4.1",
    "rawSpec": "0.4.1",
    "scope": null,
    "spec": "0.4.1",
    "type": "version"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.1.tgz",
  "_shasum": "85a17c6c59a94717d262d61230d4b0ebe3d4a14d",
  "_shrinkwrap": null,
  "_spec": "finalhandler@0.4.1",
  "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/express",
  "author": {
    "email": "doug@somethingdoug.com",
    "name": "Douglas Christopher Wilson"
  },
  "bugs": {
    "url": "https://github.com/pillarjs/finalhandler/issues"
  },
  "dependencies": {
    "debug": "~2.2.0",
    "escape-html": "~1.0.3",
    "on-finished": "~2.3.0",
    "unpipe": "~1.0.0"
  },
  "description": "Node.js final http responder",
  "devDependencies": {
    "istanbul": "0.4.1",
    "mocha": "2.3.4",
    "readable-stream": "2.0.4",
    "supertest": "1.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "85a17c6c59a94717d262d61230d4b0ebe3d4a14d",
    "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.1.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "gitHead": "ac2036774059eb93dbac8475580e52433204d4d4",
  "homepage": "https://github.com/pillarjs/finalhandler",
  "license": "MIT",
  "maintainers": [
    {
      "email": "doug@somethingdoug.com",
      "name": "dougwilson"
    },
    {
      "email": "jonathanrichardong@gmail.com",
      "name": "jongleberry"
    },
    {
      "email": "tj@vision-media.ca",
      "name": "tjholowaychuk"
    },
    {
      "email": "fishrock123@rocketmail.com",
      "name": "fishrock123"
    },
    {
      "email": "shtylman@gmail.com",
      "name": "defunctzombie"
    }
  ],
  "name": "finalhandler",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pillarjs/finalhandler.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "version": "0.4.1"
}
