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. "_from": "safe-buffer@^5.0.1",
  3. "_id": "safe-buffer@5.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  6. "_location": "/safe-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "safe-buffer@^5.0.1",
  12. "name": "safe-buffer",
  13. "escapedName": "safe-buffer",
  14. "rawSpec": "^5.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cipher-base",
  20. "/hash-base",
  21. "/md5.js",
  22. "/sha.js",
  23. "/string_decoder"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  26. "_shasum": "1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6",
  27. "_spec": "safe-buffer@^5.0.1",
  28. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/cipher-base",
  29. "author": {
  30. "name": "Feross Aboukhadijeh",
  31. "email": "feross@feross.org",
  32. "url": "https://feross.org"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/feross/safe-buffer/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "Safer Node.js Buffer API",
  40. "devDependencies": {
  41. "standard": "*",
  42. "tape": "^5.0.0"
  43. },
  44. "funding": [
  45. {
  46. "type": "github",
  47. "url": "https://github.com/sponsors/feross"
  48. },
  49. {
  50. "type": "patreon",
  51. "url": "https://www.patreon.com/feross"
  52. },
  53. {
  54. "type": "consulting",
  55. "url": "https://feross.org/support"
  56. }
  57. ],
  58. "homepage": "https://github.com/feross/safe-buffer",
  59. "keywords": [
  60. "buffer",
  61. "buffer allocate",
  62. "node security",
  63. "safe",
  64. "safe-buffer",
  65. "security",
  66. "uninitialized"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "safe-buffer",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/feross/safe-buffer.git"
  74. },
  75. "scripts": {
  76. "test": "standard && tape test/*.js"
  77. },
  78. "types": "index.d.ts",
  79. "version": "5.2.1"
  80. }