Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "helmet@4.6.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "helmet@4.6.0",
  9. "_id": "helmet@4.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==",
  12. "_location": "/helmet",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "helmet@4.6.0",
  18. "name": "helmet",
  19. "escapedName": "helmet",
  20. "rawSpec": "4.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.6.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/helmet/-/helmet-4.6.0.tgz",
  28. "_spec": "4.6.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Adam Baldwin",
  32. "email": "adam@npmjs.com",
  33. "url": "https://evilpacket.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/helmetjs/helmet/issues",
  37. "email": "me@evanhahn.com"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Evan Hahn",
  42. "email": "me@evanhahn.com",
  43. "url": "https://evanhahn.com"
  44. },
  45. {
  46. "name": "Ameen Abdeen",
  47. "email": "ameen.abdeen.se@gmail.com"
  48. }
  49. ],
  50. "description": "help secure Express/Connect apps with various HTTP headers",
  51. "devDependencies": {
  52. "@types/connect": "^3.4.34",
  53. "@types/jest": "^26.0.22",
  54. "@types/supertest": "^2.0.11",
  55. "@typescript-eslint/eslint-plugin": "^4.21.0",
  56. "@typescript-eslint/parser": "^4.21.0",
  57. "connect": "^3.7.0",
  58. "eslint": "^7.24.0",
  59. "jest": "^26.6.3",
  60. "prettier": "^2.2.1",
  61. "supertest": "^6.1.3",
  62. "ts-jest": "^26.5.4",
  63. "typescript": "^4.2.4"
  64. },
  65. "engines": {
  66. "node": ">=10.0.0"
  67. },
  68. "homepage": "https://helmetjs.github.io/",
  69. "keywords": [
  70. "express",
  71. "security",
  72. "headers"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/index",
  76. "name": "helmet",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/helmetjs/helmet.git"
  80. },
  81. "scripts": {
  82. "build": "npm run clean && tsc && npm run format",
  83. "build-middleware-package": "npm run build && node ./bin/build-middleware-package.js",
  84. "clean": "node ./bin/clean.js",
  85. "format": "prettier --write \"**/*{md,js,json,ts}\"",
  86. "lint": "npm run lint:eslint && npm run lint:prettier",
  87. "lint:eslint": "eslint \"**/*.ts\"",
  88. "lint:prettier": "prettier --check \"**/*{md,js,json,ts}\"",
  89. "prepublishOnly": "npm run build",
  90. "pretest": "npm run lint",
  91. "test": "jest"
  92. },
  93. "types": "dist/index.d.ts",
  94. "version": "4.6.0"
  95. }