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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "cliui@7.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cliui@7.0.4",
  10. "_id": "cliui@7.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  13. "_location": "/cliui",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cliui@7.0.4",
  19. "name": "cliui",
  20. "escapedName": "cliui",
  21. "rawSpec": "7.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "7.0.4"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  29. "_spec": "7.0.4",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/yargs/cliui/issues"
  37. },
  38. "dependencies": {
  39. "string-width": "^4.2.0",
  40. "strip-ansi": "^6.0.0",
  41. "wrap-ansi": "^7.0.0"
  42. },
  43. "description": "easily create complex multi-column command-line-interfaces",
  44. "devDependencies": {
  45. "@types/node": "^14.0.27",
  46. "@typescript-eslint/eslint-plugin": "^4.0.0",
  47. "@typescript-eslint/parser": "^4.0.0",
  48. "@wessberg/rollup-plugin-ts": "^1.3.2",
  49. "c8": "^7.3.0",
  50. "chai": "^4.2.0",
  51. "chalk": "^4.1.0",
  52. "cross-env": "^7.0.2",
  53. "eslint": "^7.6.0",
  54. "eslint-plugin-import": "^2.22.0",
  55. "eslint-plugin-node": "^11.1.0",
  56. "gts": "^3.0.0",
  57. "mocha": "^8.1.1",
  58. "rimraf": "^3.0.2",
  59. "rollup": "^2.23.1",
  60. "standardx": "^7.0.0",
  61. "typescript": "^4.0.0"
  62. },
  63. "engine": {
  64. "node": ">=10"
  65. },
  66. "exports": {
  67. ".": [
  68. {
  69. "import": "./index.mjs",
  70. "require": "./build/index.cjs"
  71. },
  72. "./build/index.cjs"
  73. ]
  74. },
  75. "files": [
  76. "build",
  77. "index.mjs",
  78. "!*.d.ts"
  79. ],
  80. "homepage": "https://github.com/yargs/cliui#readme",
  81. "keywords": [
  82. "cli",
  83. "command-line",
  84. "layout",
  85. "design",
  86. "console",
  87. "wrap",
  88. "table"
  89. ],
  90. "license": "ISC",
  91. "main": "build/index.cjs",
  92. "module": "./index.mjs",
  93. "name": "cliui",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/yargs/cliui.git"
  97. },
  98. "scripts": {
  99. "build:cjs": "rollup -c",
  100. "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'",
  101. "compile": "tsc",
  102. "coverage": "c8 report --check-coverage",
  103. "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'",
  104. "postcompile": "npm run build:cjs",
  105. "postest": "check",
  106. "precompile": "rimraf build",
  107. "prepare": "npm run compile",
  108. "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
  109. "test": "c8 mocha ./test/*.cjs",
  110. "test:esm": "c8 mocha ./test/esm/cliui-test.mjs"
  111. },
  112. "standard": {
  113. "ignore": [
  114. "**/example/**"
  115. ],
  116. "globals": [
  117. "it"
  118. ]
  119. },
  120. "type": "module",
  121. "version": "7.0.4"
  122. }