{
  "_from": "hapi-server-session@^4.0.1",
  "_id": "hapi-server-session@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-jcMXbuIw4Yna57wJFFi/ZWnIJQB9fOSyzio9QmmIJeioqZ8W/3VEAW1+ZYxsJDzeebpvwaXpmlPYI7Etz069pg==",
  "_location": "/hapi-server-session",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hapi-server-session@^4.0.1",
    "name": "hapi-server-session",
    "escapedName": "hapi-server-session",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/hapi-server-session/-/hapi-server-session-4.0.1.tgz",
  "_shasum": "a4bb2040cedfef9b789c9d0a1c671c15a068dd60",
  "_spec": "hapi-server-session@^4.0.1",
  "_where": "/var/www/app",
  "author": {
    "name": "Avery Fay",
    "email": "avery@shadypixel.com",
    "url": "https://averyfay.com/"
  },
  "bugs": {
    "url": "https://github.com/btmorex/hapi-server-session/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "hoek": ">=5.0.1 <6"
  },
  "deprecated": false,
  "description": "Simple server-side session support for hapi",
  "devDependencies": {
    "chai": "^4",
    "coveralls": "^3",
    "hapi": "^17",
    "mocha": "^4",
    "nyc": "^11"
  },
  "homepage": "https://github.com/btmorex/hapi-server-session",
  "keywords": [
    "hapi",
    "plugin",
    "server",
    "session"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "hapi-server-session",
  "peerDependencies": {
    "hapi": ">=17 <18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/btmorex/hapi-server-session.git"
  },
  "scripts": {
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "test": "nyc mocha"
  },
  "version": "4.0.1"
}
