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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "keyv@3.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "keyv@3.1.0",
  9. "_id": "keyv@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==",
  12. "_location": "/keyv",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "keyv@3.1.0",
  18. "name": "keyv",
  19. "escapedName": "keyv",
  20. "rawSpec": "3.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.0"
  23. },
  24. "_requiredBy": [
  25. "/cacheable-request"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz",
  28. "_spec": "3.1.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Luke Childs",
  32. "email": "lukechilds123@gmail.com",
  33. "url": "http://lukechilds.co.uk"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lukechilds/keyv/issues"
  37. },
  38. "dependencies": {
  39. "json-buffer": "3.0.0"
  40. },
  41. "description": "Simple key-value storage with support for multiple backends",
  42. "devDependencies": {
  43. "@keyv/mongo": "*",
  44. "@keyv/mysql": "*",
  45. "@keyv/postgres": "*",
  46. "@keyv/redis": "*",
  47. "@keyv/sqlite": "*",
  48. "@keyv/test-suite": "*",
  49. "ava": "^0.25.0",
  50. "coveralls": "^3.0.0",
  51. "eslint-config-xo-lukechilds": "^1.0.0",
  52. "nyc": "^11.0.3",
  53. "this": "^1.0.2",
  54. "timekeeper": "^2.0.0",
  55. "xo": "^0.20.1"
  56. },
  57. "homepage": "https://github.com/lukechilds/keyv",
  58. "keywords": [
  59. "key",
  60. "value",
  61. "store",
  62. "cache",
  63. "ttl"
  64. ],
  65. "license": "MIT",
  66. "main": "src/index.js",
  67. "name": "keyv",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/lukechilds/keyv.git"
  71. },
  72. "scripts": {
  73. "coverage": "nyc report --reporter=text-lcov | coveralls",
  74. "test": "xo && nyc ava test/keyv.js",
  75. "test:full": "xo && nyc ava --serial"
  76. },
  77. "version": "3.1.0",
  78. "xo": {
  79. "extends": "xo-lukechilds"
  80. }
  81. }