{
  "_args": [
    [
      "vhost@3.0.2",
      "/app"
    ]
  ],
  "_from": "vhost@3.0.2",
  "_id": "vhost@3.0.2",
  "_inBundle": false,
  "_integrity": "sha1-L7HezUxGaqiLD5NBrzPcGv8keNU=",
  "_location": "/vhost",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vhost@3.0.2",
    "name": "vhost",
    "escapedName": "vhost",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/@sailshq/connect"
  ],
  "_resolved": "https://registry.npmjs.org/vhost/-/vhost-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "/app",
  "bugs": {
    "url": "https://github.com/expressjs/vhost/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "description": "virtual domain hosting",
  "devDependencies": {
    "istanbul": "0.3.22",
    "mocha": "2.3.3",
    "supertest": "1.1.0"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "homepage": "https://github.com/expressjs/vhost#readme",
  "license": "MIT",
  "name": "vhost",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/vhost.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": "3.0.2"
}
