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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "import-fresh@3.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "import-fresh@3.3.0",
  9. "_id": "import-fresh@3.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  12. "_location": "/import-fresh",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "import-fresh@3.3.0",
  18. "name": "import-fresh",
  19. "escapedName": "import-fresh",
  20. "rawSpec": "3.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.0"
  23. },
  24. "_requiredBy": [
  25. "/@eslint/eslintrc",
  26. "/cosmiconfig",
  27. "/eslint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  30. "_spec": "3.3.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/import-fresh/issues"
  39. },
  40. "dependencies": {
  41. "parent-module": "^1.0.0",
  42. "resolve-from": "^4.0.0"
  43. },
  44. "description": "Import a module while bypassing the cache",
  45. "devDependencies": {
  46. "ava": "^1.0.1",
  47. "heapdump": "^0.3.12",
  48. "tsd": "^0.7.3",
  49. "xo": "^0.23.0"
  50. },
  51. "engines": {
  52. "node": ">=6"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts"
  57. ],
  58. "funding": "https://github.com/sponsors/sindresorhus",
  59. "homepage": "https://github.com/sindresorhus/import-fresh#readme",
  60. "keywords": [
  61. "require",
  62. "cache",
  63. "uncache",
  64. "uncached",
  65. "module",
  66. "fresh",
  67. "bypass"
  68. ],
  69. "license": "MIT",
  70. "name": "import-fresh",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/import-fresh.git"
  74. },
  75. "scripts": {
  76. "heapdump": "node heapdump.js",
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "3.3.0"
  80. }