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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "istanbul-reports@3.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-reports@3.0.2",
  10. "_id": "istanbul-reports@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==",
  13. "_location": "/istanbul-reports",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-reports@3.0.2",
  19. "name": "istanbul-reports",
  20. "escapedName": "istanbul-reports",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/reporters",
  27. "/nyc"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz",
  30. "_spec": "3.0.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Krishnan Anantheswaran",
  34. "email": "kananthmail-github@yahoo.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  38. },
  39. "dependencies": {
  40. "html-escaper": "^2.0.0",
  41. "istanbul-lib-report": "^3.0.0"
  42. },
  43. "description": "istanbul reports",
  44. "devDependencies": {
  45. "@babel/core": "^7.7.5",
  46. "@babel/preset-env": "^7.7.5",
  47. "@babel/preset-react": "^7.7.4",
  48. "babel-loader": "^8.0.6",
  49. "chai": "^4.2.0",
  50. "is-windows": "^1.0.2",
  51. "istanbul-lib-coverage": "^3.0.0",
  52. "mocha": "^6.2.2",
  53. "nyc": "^15.0.0-beta.2",
  54. "react": "^16.12.0",
  55. "react-dom": "^16.12.0",
  56. "webpack": "^4.41.2",
  57. "webpack-cli": "^3.3.10"
  58. },
  59. "engines": {
  60. "node": ">=8"
  61. },
  62. "files": [
  63. "index.js",
  64. "lib"
  65. ],
  66. "gitHead": "73c25ce79f91010d1ff073aa6ff3fd01114f90db",
  67. "homepage": "https://istanbul.js.org/",
  68. "keywords": [
  69. "istanbul",
  70. "reports"
  71. ],
  72. "license": "BSD-3-Clause",
  73. "main": "index.js",
  74. "name": "istanbul-reports",
  75. "nyc": {
  76. "exclude": [
  77. "lib/html/assets/**",
  78. "lib/html-spa/assets/**",
  79. "lib/html-spa/rollup.config.js",
  80. "test/**"
  81. ]
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  86. "directory": "packages/istanbul-reports"
  87. },
  88. "scripts": {
  89. "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production",
  90. "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development",
  91. "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha --recursive"
  92. },
  93. "version": "3.0.2"
  94. }