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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "require-from-string@2.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "require-from-string@2.0.2",
  9. "_id": "require-from-string@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  12. "_location": "/require-from-string",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "require-from-string@2.0.2",
  18. "name": "require-from-string",
  19. "escapedName": "require-from-string",
  20. "rawSpec": "2.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.2"
  23. },
  24. "_requiredBy": [
  25. "/table/ajv"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  28. "_spec": "2.0.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Vsevolod Strukchinsky",
  32. "email": "floatdrop@gmail.com",
  33. "url": "github.com/floatdrop"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/floatdrop/require-from-string/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Require module from string",
  40. "devDependencies": {
  41. "mocha": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/floatdrop/require-from-string#readme",
  50. "keywords": [],
  51. "license": "MIT",
  52. "name": "require-from-string",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/floatdrop/require-from-string.git"
  56. },
  57. "scripts": {
  58. "test": "mocha"
  59. },
  60. "version": "2.0.2"
  61. }