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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "meow@9.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "meow@9.0.0",
  10. "_id": "meow@9.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==",
  13. "_location": "/meow",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "meow@9.0.0",
  19. "name": "meow",
  20. "escapedName": "meow",
  21. "rawSpec": "9.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "9.0.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
  29. "_spec": "9.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "ava": {
  37. "files": [
  38. "test/*"
  39. ]
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/meow/issues"
  43. },
  44. "dependencies": {
  45. "@types/minimist": "^1.2.0",
  46. "camelcase-keys": "^6.2.2",
  47. "decamelize": "^1.2.0",
  48. "decamelize-keys": "^1.1.0",
  49. "hard-rejection": "^2.1.0",
  50. "minimist-options": "4.1.0",
  51. "normalize-package-data": "^3.0.0",
  52. "read-pkg-up": "^7.0.1",
  53. "redent": "^3.0.0",
  54. "trim-newlines": "^3.0.0",
  55. "type-fest": "^0.18.0",
  56. "yargs-parser": "^20.2.3"
  57. },
  58. "description": "CLI app helper",
  59. "devDependencies": {
  60. "ava": "^2.4.0",
  61. "execa": "^4.1.0",
  62. "indent-string": "^4.0.0",
  63. "tsd": "^0.13.1",
  64. "xo": "^0.34.1"
  65. },
  66. "engines": {
  67. "node": ">=10"
  68. },
  69. "files": [
  70. "index.js",
  71. "index.d.ts"
  72. ],
  73. "funding": "https://github.com/sponsors/sindresorhus",
  74. "homepage": "https://github.com/sindresorhus/meow#readme",
  75. "keywords": [
  76. "cli",
  77. "bin",
  78. "util",
  79. "utility",
  80. "helper",
  81. "argv",
  82. "command",
  83. "line",
  84. "meow",
  85. "cat",
  86. "kitten",
  87. "parser",
  88. "option",
  89. "flags",
  90. "input",
  91. "cmd",
  92. "console"
  93. ],
  94. "license": "MIT",
  95. "name": "meow",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/sindresorhus/meow.git"
  99. },
  100. "scripts": {
  101. "test": "xo && ava && tsd"
  102. },
  103. "version": "9.0.0",
  104. "xo": {
  105. "rules": {
  106. "unicorn/no-process-exit": "off",
  107. "node/no-unsupported-features/es-syntax": "off"
  108. },
  109. "ignores": [
  110. "estest/index.js"
  111. ]
  112. }
  113. }