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 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. {
  2. "_args": [
  3. [
  4. "enquirer@2.3.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "enquirer@2.3.6",
  9. "_id": "enquirer@2.3.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
  12. "_location": "/enquirer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "enquirer@2.3.6",
  18. "name": "enquirer",
  19. "escapedName": "enquirer",
  20. "rawSpec": "2.3.6",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.6"
  23. },
  24. "_requiredBy": [
  25. "/eslint"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
  28. "_spec": "2.3.6",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/enquirer/enquirer/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Brian Woodward",
  40. "url": "https://twitter.com/doowb"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. }
  46. ],
  47. "dependencies": {
  48. "ansi-colors": "^4.1.1"
  49. },
  50. "description": "Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.",
  51. "devDependencies": {
  52. "@types/node": "^8",
  53. "gulp-format-md": "^2.0.0",
  54. "inquirer": "^6.2.0",
  55. "mocha": "^5.2.0",
  56. "nyc": "^13.1.0",
  57. "prompts": "^1.2.1",
  58. "time-require": "github:jonschlinkert/time-require",
  59. "typescript": "^3.1.6"
  60. },
  61. "engines": {
  62. "node": ">=8.6"
  63. },
  64. "files": [
  65. "index.js",
  66. "index.d.ts",
  67. "lib"
  68. ],
  69. "homepage": "https://github.com/enquirer/enquirer",
  70. "keywords": [
  71. "answer",
  72. "answers",
  73. "ask",
  74. "base",
  75. "cli",
  76. "command",
  77. "command-line",
  78. "confirm",
  79. "enquirer",
  80. "generator",
  81. "generate",
  82. "hyper",
  83. "input",
  84. "inquire",
  85. "inquirer",
  86. "interface",
  87. "iterm",
  88. "javascript",
  89. "node",
  90. "nodejs",
  91. "prompt",
  92. "prompts",
  93. "promptly",
  94. "question",
  95. "readline",
  96. "scaffold",
  97. "scaffolding",
  98. "scaffolder",
  99. "stdin",
  100. "stdout",
  101. "terminal",
  102. "tty",
  103. "ui",
  104. "yeoman",
  105. "yo",
  106. "zsh"
  107. ],
  108. "license": "MIT",
  109. "lintDeps": {
  110. "devDependencies": {
  111. "files": {
  112. "patterns": [
  113. "examples/**/*.js",
  114. "perf/*.js",
  115. "recipes/*.js"
  116. ]
  117. }
  118. }
  119. },
  120. "main": "index.js",
  121. "name": "enquirer",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/enquirer/enquirer.git"
  125. },
  126. "scripts": {
  127. "cover": "nyc --reporter=text --reporter=html mocha",
  128. "test": "mocha && tsc -p ./test/types"
  129. },
  130. "verb": {
  131. "toc": false,
  132. "layout": false,
  133. "tasks": [
  134. "readme"
  135. ],
  136. "plugins": [
  137. "gulp-format-md"
  138. ],
  139. "helpers": [
  140. "./docs/helpers.js"
  141. ],
  142. "lint": {
  143. "reflinks": true
  144. },
  145. "reflinks": [
  146. "inquirer",
  147. "prompt-skeleton"
  148. ]
  149. },
  150. "version": "2.3.6"
  151. }