2019-03-24 08:27:49 +01:00

133 lines
4.1 KiB
JSON

{
"_args": [
[
{
"raw": "helmet-csp@2.7.1",
"scope": null,
"escapedName": "helmet-csp",
"name": "helmet-csp",
"rawSpec": "2.7.1",
"spec": "2.7.1",
"type": "version"
},
"/Users/gerrit/Documents/dev/nodejs/rentfor.camp/html/RentForCamp/node_modules/helmet"
]
],
"_from": "helmet-csp@2.7.1",
"_id": "helmet-csp@2.7.1",
"_inCache": true,
"_location": "/helmet-csp",
"_nodeVersion": "10.5.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/helmet-csp_2.7.1_1532118830676_0.2757220233905715"
},
"_npmUser": {
"name": "evanhahn",
"email": "me@evanhahn.com"
},
"_npmVersion": "6.2.0",
"_phantomChildren": {},
"_requested": {
"raw": "helmet-csp@2.7.1",
"scope": null,
"escapedName": "helmet-csp",
"name": "helmet-csp",
"rawSpec": "2.7.1",
"spec": "2.7.1",
"type": "version"
},
"_requiredBy": [
"/helmet"
],
"_resolved": "https://registry.npmjs.org/helmet-csp/-/helmet-csp-2.7.1.tgz",
"_shasum": "e8e0b5186ffd4db625cfcce523758adbfadb9dca",
"_shrinkwrap": null,
"_spec": "helmet-csp@2.7.1",
"_where": "/Users/gerrit/Documents/dev/nodejs/rentfor.camp/html/RentForCamp/node_modules/helmet",
"author": {
"name": "Adam Baldwin",
"email": "baldwin@andyet.net",
"url": "http://andyet.net/team/baldwin"
},
"bugs": {
"url": "https://github.com/helmetjs/csp/issues"
},
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
},
{
"name": "Ryan Cannon",
"email": "ryan@ryancannon.com",
"url": "https://ryancannon.com"
}
],
"dependencies": {
"camelize": "1.0.0",
"content-security-policy-builder": "2.0.0",
"dasherize": "2.0.0",
"platform": "1.3.5"
},
"description": "Content Security Policy middleware.",
"devDependencies": {
"content-security-policy-parser": "^0.1.1",
"express": "^4.16.3",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
"standard": "^11.0.1",
"supertest": "^3.1.0"
},
"directories": {},
"dist": {
"integrity": "sha512-sCHwywg4daQ2mY0YYwXSZRsgcCeerUwxMwNixGA7aMLkVmPTYBl7gJoZDHOZyXkqPrtuDT3s2B1A+RLI7WxSdQ==",
"shasum": "e8e0b5186ffd4db625cfcce523758adbfadb9dca",
"tarball": "https://registry.npmjs.org/helmet-csp/-/helmet-csp-2.7.1.tgz",
"fileCount": 20,
"unpackedSize": 24588,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbUkcuCRA9TVsSAnZWagAAMpkP/jGWI9/c5mDrE40MQeO8\nCcnjhks0SsCCvnhDNggmFW8TNB/uHtNMklDx32M3lKV3fZKBeA8TAXwh0y1I\nLooWC1niKdvmLts6AG+8hk6uZk2HWwQz8wTHTaEZUCdP6hOfK7eMsJSD7SAS\nWhJ8qZnAjFvGyqr/Ni5SJ8OUWKF1je9K9WIozlej7kaFhGlLl0JCHRns/Kiq\n2u+2bMQdKRYHFnJbfztJrvQenoYNpiYP1bNdamXIJ7K6veCantLrYw/f33R4\n2TR3rQb29WGknKkfIH6+szoGz1ruaZjD311u8UXWVIQv/10aaP8sBEQQjj3Y\n2QHV5lB9JAfXXqG8ny5KKpcGAnstDnQUBPNuNFN4I4GLAe4oO4wrYfo1Gy5S\nYsTQwKf2EuMOhsgvAv6fkD+kRCneuXA248b5GS37y6miZxgxJjxgZKbS01CF\n/xfoC9ykto2pp30UVwwFvtbZHwlS5pTyZu/daFaQXj9NYevIEiHAliNJ9omX\nc+90SD2dsSMtTqZkzJI6fkunpgWWkv4r2JC2px0NknzVGAw2WdOe74HFRAok\nrTy2ozagrqef05k5RpjMLvEM3oRI13IX63f1R0Zb0enL3ua23lCqNg7xFmxX\nbBHQIrjQrr0esPZq6MJYI/x9GX9rKs+7UsOtU5DngnEUZnZdnu/mtwGIc9fx\n2tUx\r\n=UGEX\r\n-----END PGP SIGNATURE-----\r\n"
},
"gitHead": "4880b53cb58d46dbdf09d01b9293e5365694f8b7",
"homepage": "https://github.com/helmetjs/csp#readme",
"keywords": [
"helmet",
"security",
"express",
"connect",
"content",
"security",
"policy",
"csp",
"xss"
],
"license": "MIT",
"maintainers": [
{
"name": "evanhahn",
"email": "me@evanhahn.com"
}
],
"name": "helmet-csp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/csp.git"
},
"scripts": {
"generate-supported-directives-docs": "./scripts/generate_supported_directives_docs",
"pretest": "standard --fix",
"test": "mocha"
},
"standard": {
"globals": [
"describe",
"beforeEach",
"it"
]
},
"version": "2.7.1"
}