mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
83
node_modules/hpkp/package.json
generated
vendored
Normal file
83
node_modules/hpkp/package.json
generated
vendored
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"_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": "/home/runner/Socketio-Chat-Template/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"
|
||||
}
|
Reference in New Issue
Block a user