dijkstra-backend-cloudron/node_modules/hpkp/package.json

87 lines
1.8 KiB
JSON

{
"_args": [
[
"hpkp@2.0.0",
"/home/rui/code/personal/dijkstra-app/backend-dijkstra"
]
],
"_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",
"_spec": "2.0.0",
"_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra",
"author": {
"name": "Adam Baldwin",
"email": "baldwin@andyet.net",
"url": "http://andyet.net/team/baldwin"
},
"bugs": {
"url": "https://github.com/helmetjs/hpkp/issues"
},
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "http://evanhahn.com"
},
{
"name": "Tom Delmas",
"email": "tdelmas@gmail.com",
"url": "https://tdelmas.ovh"
}
],
"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"
}