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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "has-flag@4.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "has-flag@4.0.0",
  9. "_id": "has-flag@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  12. "_location": "/has-flag",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-flag@4.0.0",
  18. "name": "has-flag",
  19. "escapedName": "has-flag",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/jest-worker/supports-color",
  26. "/supports-color",
  27. "/supports-hyperlinks"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  30. "_spec": "4.0.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/has-flag/issues"
  39. },
  40. "description": "Check if argv has a specific flag",
  41. "devDependencies": {
  42. "ava": "^1.4.1",
  43. "tsd": "^0.7.2",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/has-flag#readme",
  54. "keywords": [
  55. "has",
  56. "check",
  57. "detect",
  58. "contains",
  59. "find",
  60. "flag",
  61. "cli",
  62. "command-line",
  63. "argv",
  64. "process",
  65. "arg",
  66. "args",
  67. "argument",
  68. "arguments",
  69. "getopt",
  70. "minimist",
  71. "optimist"
  72. ],
  73. "license": "MIT",
  74. "name": "has-flag",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/has-flag.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava && tsd"
  81. },
  82. "version": "4.0.0"
  83. }