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 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "http-cache-semantics@4.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "http-cache-semantics@4.1.0",
  9. "_id": "http-cache-semantics@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==",
  12. "_location": "/http-cache-semantics",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "http-cache-semantics@4.1.0",
  18. "name": "http-cache-semantics",
  19. "escapedName": "http-cache-semantics",
  20. "rawSpec": "4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/cacheable-request",
  26. "/spectron/cacheable-request",
  27. "/webdriver/cacheable-request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
  30. "_spec": "4.1.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Kornel Lesiński",
  34. "email": "kornel@geekhood.net",
  35. "url": "https://kornel.ski/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/kornelski/http-cache-semantics/issues"
  39. },
  40. "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
  41. "devDependencies": {
  42. "eslint": "^5.13.0",
  43. "eslint-plugin-prettier": "^3.0.1",
  44. "husky": "^0.14.3",
  45. "lint-staged": "^8.1.3",
  46. "mocha": "^5.1.0",
  47. "prettier": "^1.14.3",
  48. "prettier-eslint-cli": "^4.7.1"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/kornelski/http-cache-semantics#readme",
  54. "license": "BSD-2-Clause",
  55. "main": "index.js",
  56. "name": "http-cache-semantics",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/kornelski/http-cache-semantics.git"
  60. },
  61. "scripts": {
  62. "test": "mocha"
  63. },
  64. "version": "4.1.0"
  65. }