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.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "escape-html@1.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "escape-html@1.0.3",
  9. "_id": "escape-html@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
  12. "_location": "/escape-html",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "escape-html@1.0.3",
  18. "name": "escape-html",
  19. "escapedName": "escape-html",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/express",
  26. "/finalhandler",
  27. "/send",
  28. "/serve-static"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  31. "_spec": "1.0.3",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "bugs": {
  34. "url": "https://github.com/component/escape-html/issues"
  35. },
  36. "description": "Escape string for use in HTML",
  37. "devDependencies": {
  38. "beautify-benchmark": "0.2.4",
  39. "benchmark": "1.0.0"
  40. },
  41. "files": [
  42. "LICENSE",
  43. "Readme.md",
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/component/escape-html#readme",
  47. "keywords": [
  48. "escape",
  49. "html",
  50. "utility"
  51. ],
  52. "license": "MIT",
  53. "name": "escape-html",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/component/escape-html.git"
  57. },
  58. "scripts": {
  59. "bench": "node benchmark/index.js"
  60. },
  61. "version": "1.0.3"
  62. }