{
  "_from": "connect-timeout@^1.9.0",
  "_id": "connect-timeout@1.9.0",
  "_inBundle": false,
  "_integrity": "sha1-vCcyaxIhA3FL6/oNlYurM/ZSLjo=",
  "_location": "/connect-timeout",
  "_phantomChildren": {
    "depd": "1.1.2",
    "inherits": "2.0.3",
    "statuses": "1.5.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "connect-timeout@^1.9.0",
    "name": "connect-timeout",
    "escapedName": "connect-timeout",
    "rawSpec": "^1.9.0",
    "saveSpec": null,
    "fetchSpec": "^1.9.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.9.0.tgz",
  "_shasum": "bc27326b122103714bebfa0d958bab33f6522e3a",
  "_spec": "connect-timeout@^1.9.0",
  "_where": "/home/sigonasr2/divar/server",
  "bugs": {
    "url": "https://github.com/expressjs/timeout/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {
    "http-errors": "~1.6.1",
    "ms": "2.0.0",
    "on-finished": "~2.3.0",
    "on-headers": "~1.0.1"
  },
  "deprecated": false,
  "description": "Request timeout middleware for Connect/Express",
  "devDependencies": {
    "eslint": "3.19.0",
    "eslint-config-standard": "10.2.1",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-markdown": "1.0.0-beta.6",
    "eslint-plugin-node": "4.2.2",
    "eslint-plugin-promise": "3.5.0",
    "eslint-plugin-standard": "3.0.1",
    "istanbul": "0.4.5",
    "mocha": "2.5.3",
    "supertest": "1.1.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": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "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.9.0"
}