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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "json-parse-even-better-errors@2.3.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json-parse-even-better-errors@2.3.1",
  10. "_id": "json-parse-even-better-errors@2.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  13. "_location": "/json-parse-even-better-errors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json-parse-even-better-errors@2.3.1",
  19. "name": "json-parse-even-better-errors",
  20. "escapedName": "json-parse-even-better-errors",
  21. "rawSpec": "2.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.1"
  24. },
  25. "_requiredBy": [
  26. "/parse-json"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  29. "_spec": "2.3.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Kat Marchán",
  33. "email": "kzm@zkat.tech"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/npm/json-parse-even-better-errors/issues"
  37. },
  38. "description": "JSON.parse with context information on error",
  39. "devDependencies": {
  40. "tap": "^14.6.5"
  41. },
  42. "files": [
  43. "*.js"
  44. ],
  45. "homepage": "https://github.com/npm/json-parse-even-better-errors#readme",
  46. "keywords": [
  47. "JSON",
  48. "parser"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "json-parse-even-better-errors",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/npm/json-parse-even-better-errors.git"
  56. },
  57. "scripts": {
  58. "postversion": "npm publish",
  59. "prepublishOnly": "git push --follow-tags",
  60. "preversion": "npm t",
  61. "snap": "tap",
  62. "test": "tap"
  63. },
  64. "tap": {
  65. "check-coverage": true
  66. },
  67. "version": "2.3.1"
  68. }