93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
|
{
|
||
|
"_from": "helmet",
|
||
|
"_id": "helmet@4.4.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-G8tp0wUMI7i8wkMk2xLcEvESg5PiCitFMYgGRc/PwULB0RVhTP5GFdxOwvJwp9XVha8CuS8mnhmE8I/8dx/pbw==",
|
||
|
"_location": "/helmet",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "helmet",
|
||
|
"name": "helmet",
|
||
|
"escapedName": "helmet",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/helmet/-/helmet-4.4.1.tgz",
|
||
|
"_shasum": "a17e1444d81d7a83ddc6e6f9bc6e2055b994efe7",
|
||
|
"_spec": "helmet",
|
||
|
"_where": "C:\\Users\\gonza\\discofy\\src\\nodeApi",
|
||
|
"author": {
|
||
|
"name": "Adam Baldwin",
|
||
|
"email": "adam@npmjs.com",
|
||
|
"url": "https://evilpacket.net"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/helmetjs/helmet/issues",
|
||
|
"email": "me@evanhahn.com"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Evan Hahn",
|
||
|
"email": "me@evanhahn.com",
|
||
|
"url": "https://evanhahn.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Ameen Abdeen",
|
||
|
"email": "ameen.abdeen.se@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"deprecated": false,
|
||
|
"description": "help secure Express/Connect apps with various HTTP headers",
|
||
|
"devDependencies": {
|
||
|
"@types/connect": "^3.4.34",
|
||
|
"@types/jest": "^26.0.19",
|
||
|
"@types/supertest": "^2.0.10",
|
||
|
"@typescript-eslint/eslint-plugin": "^4.11.0",
|
||
|
"@typescript-eslint/parser": "^4.11.0",
|
||
|
"connect": "^3.7.0",
|
||
|
"eslint": "^7.16.0",
|
||
|
"jest": "^26.6.3",
|
||
|
"prettier": "^2.2.1",
|
||
|
"supertest": "^6.0.1",
|
||
|
"ts-jest": "^26.4.4",
|
||
|
"typescript": "^4.1.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10.0.0"
|
||
|
},
|
||
|
"homepage": "https://helmetjs.github.io/",
|
||
|
"keywords": [
|
||
|
"express",
|
||
|
"security",
|
||
|
"headers"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/index",
|
||
|
"name": "helmet",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/helmetjs/helmet.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "npm run clean && tsc && npm run format",
|
||
|
"build-middleware-package": "npm run build && node ./bin/build-middleware-package.js",
|
||
|
"clean": "node ./bin/clean.js",
|
||
|
"format": "prettier --write \"**/*{md,js,json,ts}\"",
|
||
|
"lint": "npm run lint:eslint && npm run lint:prettier",
|
||
|
"lint:eslint": "eslint \"**/*.ts\"",
|
||
|
"lint:prettier": "prettier --check \"**/*{md,js,json,ts}\"",
|
||
|
"prepublishOnly": "npm run build",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"version": "4.4.1"
|
||
|
}
|