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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "quick-lru@4.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "quick-lru@4.0.1",
  10. "_id": "quick-lru@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
  13. "_location": "/quick-lru",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "quick-lru@4.0.1",
  19. "name": "quick-lru",
  20. "escapedName": "quick-lru",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/camelcase-keys"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz",
  29. "_spec": "4.0.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/quick-lru/issues"
  38. },
  39. "description": "Simple \"Least Recently Used\" (LRU) cache",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "coveralls": "^3.0.3",
  43. "nyc": "^14.1.1",
  44. "tsd": "^0.7.2",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/quick-lru#readme",
  55. "keywords": [
  56. "lru",
  57. "quick",
  58. "cache",
  59. "caching",
  60. "least",
  61. "recently",
  62. "used",
  63. "fast",
  64. "map",
  65. "hash",
  66. "buffer"
  67. ],
  68. "license": "MIT",
  69. "name": "quick-lru",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/quick-lru.git"
  73. },
  74. "scripts": {
  75. "test": "xo && nyc ava && tsd"
  76. },
  77. "version": "4.0.1"
  78. }