{
  "_args": [
    [
      "connect-timeout@1.6.2",
      "/app"
    ]
  ],
  "_from": "connect-timeout@1.6.2",
  "_id": "connect-timeout@1.6.2",
  "_inBundle": false,
  "_integrity": "sha1-3ppexh4zoStu2qt7XwYumMWZuI4=",
  "_location": "/connect-timeout",
  "_phantomChildren": {
    "ms": "0.7.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "connect-timeout@1.6.2",
    "name": "connect-timeout",
    "escapedName": "connect-timeout",
    "rawSpec": "1.6.2",
    "saveSpec": null,
    "fetchSpec": "1.6.2"
  },
  "_requiredBy": [
    "/@sailshq/connect"
  ],
  "_resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz",
  "_spec": "1.6.2",
  "_where": "/app",
  "bugs": {
    "url": "https://github.com/expressjs/timeout/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {
    "debug": "~2.2.0",
    "http-errors": "~1.3.1",
    "ms": "0.7.1",
    "on-headers": "~1.0.0"
  },
  "description": "timeout middleware",
  "devDependencies": {
    "istanbul": "0.3.9",
    "mocha": "~2.2.4",
    "supertest": "~0.15.0"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "homepage": "https://github.com/expressjs/timeout#readme",
  "license": "MIT",
  "name": "connect-timeout",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/timeout.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 dot --check-leaks test/"
  },
  "version": "1.6.2"
}
