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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "cacheable-request@6.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "cacheable-request@6.1.0",
  9. "_id": "cacheable-request@6.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==",
  12. "_location": "/cacheable-request",
  13. "_phantomChildren": {
  14. "pump": "3.0.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "cacheable-request@6.1.0",
  20. "name": "cacheable-request",
  21. "escapedName": "cacheable-request",
  22. "rawSpec": "6.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "6.1.0"
  25. },
  26. "_requiredBy": [
  27. "/got"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz",
  30. "_spec": "6.1.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Luke Childs",
  34. "email": "lukechilds123@gmail.com",
  35. "url": "http://lukechilds.co.uk"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/lukechilds/cacheable-request/issues"
  39. },
  40. "dependencies": {
  41. "clone-response": "^1.0.2",
  42. "get-stream": "^5.1.0",
  43. "http-cache-semantics": "^4.0.0",
  44. "keyv": "^3.0.0",
  45. "lowercase-keys": "^2.0.0",
  46. "normalize-url": "^4.1.0",
  47. "responselike": "^1.0.2"
  48. },
  49. "description": "Wrap native HTTP requests with RFC compliant cache support",
  50. "devDependencies": {
  51. "@keyv/sqlite": "^2.0.0",
  52. "ava": "^1.1.0",
  53. "coveralls": "^3.0.0",
  54. "create-test-server": "3.0.0",
  55. "delay": "^4.0.0",
  56. "eslint-config-xo-lukechilds": "^1.0.0",
  57. "nyc": "^14.1.1",
  58. "pify": "^4.0.0",
  59. "sqlite3": "^4.0.2",
  60. "this": "^1.0.2",
  61. "xo": "^0.23.0"
  62. },
  63. "engines": {
  64. "node": ">=8"
  65. },
  66. "files": [
  67. "src"
  68. ],
  69. "homepage": "https://github.com/lukechilds/cacheable-request#readme",
  70. "keywords": [
  71. "HTTP",
  72. "HTTPS",
  73. "cache",
  74. "caching",
  75. "layer",
  76. "cacheable",
  77. "RFC 7234",
  78. "RFC",
  79. "7234",
  80. "compliant"
  81. ],
  82. "license": "MIT",
  83. "main": "src/index.js",
  84. "name": "cacheable-request",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/lukechilds/cacheable-request.git"
  88. },
  89. "scripts": {
  90. "coverage": "nyc report --reporter=text-lcov | coveralls",
  91. "test": "xo && nyc ava"
  92. },
  93. "version": "6.1.0",
  94. "xo": {
  95. "extends": "xo-lukechilds"
  96. }
  97. }