Files
menui_backend/node_modules/hpkp/package.json
2020-08-20 20:27:14 +02:00

47 lines
1.0 KiB
JSON

{
"name": "hpkp",
"author": "Adam Baldwin <baldwin@andyet.net> (http://andyet.net/team/baldwin)",
"license": "MIT",
"contributors": [
"Evan Hahn <me@evanhahn.com> (http://evanhahn.com)",
"Tom Delmas <tdelmas@gmail.com> (https://tdelmas.ovh)"
],
"description": "HTTP Public Key Pinning (HPKP) middleware",
"version": "2.0.0",
"keywords": [
"helmet",
"security",
"express",
"connect",
"public-key pinning",
"https",
"cert",
"certificate"
],
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/hpkp.git"
},
"bugs": "https://github.com/helmetjs/hpkp/issues",
"scripts": {
"pretest": "standard",
"test": "mocha"
},
"devDependencies": {
"connect": "^3.5.0",
"mocha": "^3.1.2",
"standard": "^8.5.0",
"supertest": "^2.0.1"
},
"standard": {
"global": [
"beforeEach",
"describe",
"it"
]
}
,"_resolved": "https://registry.npmjs.org/hpkp/-/hpkp-2.0.0.tgz"
,"_integrity": "sha1-EOFCJk52IVpdMMROxD3mTe5tFnI="
,"_from": "hpkp@2.0.0"
}