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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "cacheable-lookup@5.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cacheable-lookup@5.0.4",
  10. "_id": "cacheable-lookup@5.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
  13. "_location": "/cacheable-lookup",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cacheable-lookup@5.0.4",
  19. "name": "cacheable-lookup",
  20. "escapedName": "cacheable-lookup",
  21. "rawSpec": "5.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.4"
  24. },
  25. "_requiredBy": [
  26. "/spectron/got",
  27. "/webdriver/got"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
  30. "_spec": "5.0.4",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Szymon Marczak"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/szmarczak/cacheable-lookup/issues"
  37. },
  38. "description": "A cacheable dns.lookup(…) that respects the TTL",
  39. "devDependencies": {
  40. "@types/keyv": "^3.1.1",
  41. "ava": "^3.8.2",
  42. "benchmark": "^2.1.4",
  43. "coveralls": "^3.0.9",
  44. "keyv": "^4.0.0",
  45. "nyc": "^15.0.0",
  46. "proxyquire": "^2.1.3",
  47. "quick-lru": "^5.1.0",
  48. "tsd": "^0.11.0",
  49. "xo": "^0.25.3"
  50. },
  51. "engines": {
  52. "node": ">=10.6.0"
  53. },
  54. "files": [
  55. "source",
  56. "index.d.ts"
  57. ],
  58. "homepage": "https://github.com/szmarczak/cacheable-lookup#readme",
  59. "keywords": [
  60. "dns",
  61. "lookup",
  62. "cacheable",
  63. "ttl"
  64. ],
  65. "license": "MIT",
  66. "main": "source/index.js",
  67. "name": "cacheable-lookup",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/szmarczak/cacheable-lookup.git"
  71. },
  72. "scripts": {
  73. "test": "xo && nyc --reporter=lcovonly --reporter=text ava && tsd"
  74. },
  75. "types": "index.d.ts",
  76. "version": "5.0.4"
  77. }