|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_args": [
- [
- "helmet@4.6.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "helmet@4.6.0",
- "_id": "helmet@4.6.0",
- "_inBundle": false,
- "_integrity": "sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==",
- "_location": "/helmet",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "helmet@4.6.0",
- "name": "helmet",
- "escapedName": "helmet",
- "rawSpec": "4.6.0",
- "saveSpec": null,
- "fetchSpec": "4.6.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/helmet/-/helmet-4.6.0.tgz",
- "_spec": "4.6.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Adam Baldwin",
- "email": "adam@npmjs.com",
- "url": "https://evilpacket.net"
- },
- "bugs": {
- "url": "https://github.com/helmetjs/helmet/issues",
- "email": "me@evanhahn.com"
- },
- "contributors": [
- {
- "name": "Evan Hahn",
- "email": "me@evanhahn.com",
- "url": "https://evanhahn.com"
- },
- {
- "name": "Ameen Abdeen",
- "email": "ameen.abdeen.se@gmail.com"
- }
- ],
- "description": "help secure Express/Connect apps with various HTTP headers",
- "devDependencies": {
- "@types/connect": "^3.4.34",
- "@types/jest": "^26.0.22",
- "@types/supertest": "^2.0.11",
- "@typescript-eslint/eslint-plugin": "^4.21.0",
- "@typescript-eslint/parser": "^4.21.0",
- "connect": "^3.7.0",
- "eslint": "^7.24.0",
- "jest": "^26.6.3",
- "prettier": "^2.2.1",
- "supertest": "^6.1.3",
- "ts-jest": "^26.5.4",
- "typescript": "^4.2.4"
- },
- "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"
- },
- "types": "dist/index.d.ts",
- "version": "4.6.0"
- }
|