package.json 1.86 KB
{
  "_from": "hpkp@2.0.0",
  "_id": "hpkp@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-EOFCJk52IVpdMMROxD3mTe5tFnI=",
  "_location": "/hpkp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hpkp@2.0.0",
    "name": "hpkp",
    "escapedName": "hpkp",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/hpkp/-/hpkp-2.0.0.tgz",
  "_shasum": "10e142264e76215a5d30c44ec43de64dee6d1672",
  "_spec": "hpkp@2.0.0",
  "_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/helmet",
  "author": {
    "name": "Adam Baldwin",
    "email": "baldwin@andyet.net",
    "url": "http://andyet.net/team/baldwin"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/hpkp/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Evan Hahn",
      "email": "me@evanhahn.com",
      "url": "http://evanhahn.com"
    },
    {
      "name": "Tom Delmas",
      "email": "tdelmas@gmail.com",
      "url": "https://tdelmas.ovh"
    }
  ],
  "deprecated": false,
  "description": "HTTP Public Key Pinning (HPKP) middleware",
  "devDependencies": {
    "connect": "^3.5.0",
    "mocha": "^3.1.2",
    "standard": "^8.5.0",
    "supertest": "^2.0.1"
  },
  "homepage": "https://github.com/helmetjs/hpkp#readme",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "public-key pinning",
    "https",
    "cert",
    "certificate"
  ],
  "license": "MIT",
  "name": "hpkp",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/hpkp.git"
  },
  "scripts": {
    "pretest": "standard",
    "test": "mocha"
  },
  "standard": {
    "global": [
      "beforeEach",
      "describe",
      "it"
    ]
  },
  "version": "2.0.0"
}