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

87 lines
1.8 KiB
JSON

{
"_args": [
[
"hsts@2.2.0",
"/home/rui/code/personal/dijkstra-app/backend-dijkstra"
]
],
"_from": "hsts@2.2.0",
"_id": "hsts@2.2.0",
"_inBundle": false,
"_integrity": "sha512-ToaTnQ2TbJkochoVcdXYm4HOCliNozlviNsg+X2XQLQvZNI/kCHR9rZxVYpJB3UPcHz80PgxRyWQ7PdU1r+VBQ==",
"_location": "/hsts",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hsts@2.2.0",
"name": "hsts",
"escapedName": "hsts",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/helmet"
],
"_resolved": "https://registry.npmjs.org/hsts/-/hsts-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra",
"author": {
"name": "Adam Baldwin",
"email": "adam@npmjs.com",
"url": "https://evilpacket.net"
},
"bugs": {
"url": "https://github.com/helmetjs/hsts/issues",
"email": "me@evanhahn.com"
},
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
}
],
"dependencies": {
"depd": "2.0.0"
},
"description": "HTTP Strict Transport Security middleware.",
"devDependencies": {
"connect": "^3.6.6",
"mocha": "^6.0.2",
"standard": "^12.0.1",
"supertest": "^4.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://helmetjs.github.io/docs/hsts/",
"keywords": [
"helmet",
"security",
"express",
"connect",
"hsts",
"https"
],
"license": "MIT",
"name": "hsts",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/hsts.git"
},
"scripts": {
"pretest": "standard --fix",
"test": "mocha"
},
"standard": {
"globals": [
"describe",
"beforeEach",
"it"
]
},
"version": "2.2.0"
}