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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. "nyc@15.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nyc@15.1.0",
  10. "_id": "nyc@15.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==",
  13. "_location": "/nyc",
  14. "_phantomChildren": {
  15. "ansi-styles": "4.3.0",
  16. "camelcase": "5.3.1",
  17. "decamelize": "1.2.0",
  18. "find-up": "4.1.0",
  19. "get-caller-file": "2.0.5",
  20. "require-directory": "2.1.1",
  21. "require-main-filename": "2.0.0",
  22. "set-blocking": "2.0.0",
  23. "string-width": "4.2.2",
  24. "strip-ansi": "6.0.0",
  25. "which-module": "2.0.0"
  26. },
  27. "_requested": {
  28. "type": "version",
  29. "registry": true,
  30. "raw": "nyc@15.1.0",
  31. "name": "nyc",
  32. "escapedName": "nyc",
  33. "rawSpec": "15.1.0",
  34. "saveSpec": null,
  35. "fetchSpec": "15.1.0"
  36. },
  37. "_requiredBy": [
  38. "#DEV:/"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz",
  41. "_spec": "15.1.0",
  42. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  43. "author": {
  44. "name": "Ben Coe",
  45. "email": "ben@npmjs.com"
  46. },
  47. "bin": {
  48. "nyc": "./bin/nyc.js"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/istanbuljs/nyc/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "Isaac Schlueter"
  56. },
  57. {
  58. "name": "Mark Wubben"
  59. },
  60. {
  61. "name": "James Talmage"
  62. },
  63. {
  64. "name": "Krishnan Anantheswaran"
  65. }
  66. ],
  67. "dependencies": {
  68. "@istanbuljs/load-nyc-config": "^1.0.0",
  69. "@istanbuljs/schema": "^0.1.2",
  70. "caching-transform": "^4.0.0",
  71. "convert-source-map": "^1.7.0",
  72. "decamelize": "^1.2.0",
  73. "find-cache-dir": "^3.2.0",
  74. "find-up": "^4.1.0",
  75. "foreground-child": "^2.0.0",
  76. "get-package-type": "^0.1.0",
  77. "glob": "^7.1.6",
  78. "istanbul-lib-coverage": "^3.0.0",
  79. "istanbul-lib-hook": "^3.0.0",
  80. "istanbul-lib-instrument": "^4.0.0",
  81. "istanbul-lib-processinfo": "^2.0.2",
  82. "istanbul-lib-report": "^3.0.0",
  83. "istanbul-lib-source-maps": "^4.0.0",
  84. "istanbul-reports": "^3.0.2",
  85. "make-dir": "^3.0.0",
  86. "node-preload": "^0.2.1",
  87. "p-map": "^3.0.0",
  88. "process-on-spawn": "^1.0.0",
  89. "resolve-from": "^5.0.0",
  90. "rimraf": "^3.0.0",
  91. "signal-exit": "^3.0.2",
  92. "spawn-wrap": "^2.0.0",
  93. "test-exclude": "^6.0.0",
  94. "yargs": "^15.0.2"
  95. },
  96. "description": "the Istanbul command line interface",
  97. "devDependencies": {
  98. "any-path": "^1.3.0",
  99. "coveralls": "^3.0.9",
  100. "is-windows": "^1.0.2",
  101. "requirejs": "^2.3.6",
  102. "source-map-support": "^0.5.16",
  103. "standard": "^14.3.1",
  104. "standard-version": "^8.0.0",
  105. "tap": "^14.10.5",
  106. "which": "^2.0.2"
  107. },
  108. "engines": {
  109. "node": ">=8.9"
  110. },
  111. "files": [
  112. "index.js",
  113. "bin/*.js",
  114. "lib/**/*.js"
  115. ],
  116. "homepage": "https://istanbul.js.org/",
  117. "keywords": [
  118. "coverage",
  119. "reporter",
  120. "subprocess",
  121. "testing"
  122. ],
  123. "license": "ISC",
  124. "main": "index.js",
  125. "name": "nyc",
  126. "repository": {
  127. "type": "git",
  128. "url": "git+ssh://git@github.com/istanbuljs/nyc.git"
  129. },
  130. "scripts": {
  131. "clean": "node ./npm-run-clean.js",
  132. "instrument": "node ./build-self-coverage.js",
  133. "lint": "standard",
  134. "posttest": "npm run report",
  135. "pretest": "npm run lint && npm run clean && npm run instrument",
  136. "release": "standard-version",
  137. "report": "node ./bin/nyc report --temp-dir ./.self_coverage/ -r text -r lcov",
  138. "snap": "npm test -- --snapshot",
  139. "test": "tap"
  140. },
  141. "standard": {
  142. "ignore": [
  143. "/tap-snapshots/",
  144. "**/fixtures/**",
  145. "**/test/build/*"
  146. ]
  147. },
  148. "version": "15.1.0"
  149. }