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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "istanbul-lib-coverage@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-lib-coverage@3.0.0",
  10. "_id": "istanbul-lib-coverage@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==",
  13. "_location": "/istanbul-lib-coverage",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-lib-coverage@3.0.0",
  19. "name": "istanbul-lib-coverage",
  20. "escapedName": "istanbul-lib-coverage",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@jest/reporters",
  27. "/istanbul-lib-instrument",
  28. "/istanbul-lib-processinfo",
  29. "/istanbul-lib-report",
  30. "/istanbul-lib-source-maps",
  31. "/nyc"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz",
  34. "_spec": "3.0.0",
  35. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  36. "author": {
  37. "name": "Krishnan Anantheswaran",
  38. "email": "kananthmail-github@yahoo.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  42. },
  43. "description": "Data library for istanbul coverage objects",
  44. "devDependencies": {
  45. "chai": "^4.2.0",
  46. "mocha": "^6.2.2",
  47. "nyc": "^15.0.0-beta.2"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "lib",
  54. "index.js"
  55. ],
  56. "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
  57. "homepage": "https://istanbul.js.org/",
  58. "karmaDeps": {
  59. "browserify-istanbul": "^0.2.1",
  60. "karma": "^0.13.10",
  61. "karma-browserify": "^4.2.1",
  62. "karma-chrome-launcher": "^0.2.0",
  63. "karma-coverage": "^0.4.2",
  64. "karma-mocha": "^0.2.0",
  65. "karma-phantomjs-launcher": "^0.2.0",
  66. "phantomjs": "^1.9.17"
  67. },
  68. "keywords": [
  69. "istanbul",
  70. "coverage",
  71. "data"
  72. ],
  73. "license": "BSD-3-Clause",
  74. "main": "index.js",
  75. "name": "istanbul-lib-coverage",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  79. "directory": "packages/istanbul-lib-coverage"
  80. },
  81. "scripts": {
  82. "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
  83. },
  84. "version": "3.0.0"
  85. }