{
  "_args": [
    [
      "expect-ct@0.1.1",
      "/var/www/html/trains/api"
    ]
  ],
  "_from": "expect-ct@0.1.1",
  "_id": "expect-ct@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-3oRHai28uFAA1ZA3N+m8ilunuJc=",
  "_location": "/expect-ct",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "expect-ct@0.1.1",
    "name": "expect-ct",
    "escapedName": "expect-ct",
    "rawSpec": "0.1.1",
    "saveSpec": null,
    "fetchSpec": "0.1.1"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/expect-ct/-/expect-ct-0.1.1.tgz",
  "_spec": "0.1.1",
  "_where": "/var/www/html/trains/api",
  "author": {
    "name": "Evan Hahn",
    "email": "me@evanhahn.com",
    "url": "https://evanhahn.com"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/expect-ct/issues"
  },
  "description": "Middleware to set the Expect-CT header",
  "devDependencies": {
    "mocha": "^4.1.0",
    "standard": "^11.0.1"
  },
  "homepage": "https://github.com/helmetjs/expect-ct#readme",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "expect-ct"
  ],
  "license": "MIT",
  "name": "expect-ct",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/expect-ct.git"
  },
  "scripts": {
    "pretest": "standard",
    "test": "mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "beforeEach",
      "it"
    ]
  },
  "version": "0.1.1"
}
