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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "onetime@5.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "onetime@5.1.2",
  10. "_id": "onetime@5.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  13. "_location": "/onetime",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "onetime@5.1.2",
  19. "name": "onetime",
  20. "escapedName": "onetime",
  21. "rawSpec": "5.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.2"
  24. },
  25. "_requiredBy": [
  26. "/execa",
  27. "/pretty-quick/execa"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  30. "_spec": "5.1.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/onetime/issues"
  39. },
  40. "dependencies": {
  41. "mimic-fn": "^2.1.0"
  42. },
  43. "description": "Ensure a function is only called once",
  44. "devDependencies": {
  45. "ava": "^1.4.1",
  46. "tsd": "^0.7.1",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/onetime#readme",
  58. "keywords": [
  59. "once",
  60. "function",
  61. "one",
  62. "onetime",
  63. "func",
  64. "fn",
  65. "single",
  66. "call",
  67. "called",
  68. "prevent"
  69. ],
  70. "license": "MIT",
  71. "name": "onetime",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/onetime.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "5.1.2"
  80. }