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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "v8-to-istanbul@8.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "v8-to-istanbul@8.1.0",
  10. "_id": "v8-to-istanbul@8.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==",
  13. "_location": "/v8-to-istanbul",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "v8-to-istanbul@8.1.0",
  19. "name": "v8-to-istanbul",
  20. "escapedName": "v8-to-istanbul",
  21. "rawSpec": "8.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "8.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@jest/reporters"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz",
  29. "_spec": "8.1.0",
  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/istanbuljs/v8-to-istanbul/issues"
  37. },
  38. "dependencies": {
  39. "@types/istanbul-lib-coverage": "^2.0.1",
  40. "convert-source-map": "^1.6.0",
  41. "source-map": "^0.7.3"
  42. },
  43. "description": "convert from v8 coverage format to istanbul's format",
  44. "devDependencies": {
  45. "@types/node": "^14.0.0",
  46. "c8": "^7.2.1",
  47. "semver": "^7.3.2",
  48. "should": "13.2.3",
  49. "standard": "^16.0.0",
  50. "tap": "^15.0.0"
  51. },
  52. "engines": {
  53. "node": ">=10.12.0"
  54. },
  55. "files": [
  56. "lib/*.js",
  57. "index.js",
  58. "index.d.ts"
  59. ],
  60. "homepage": "https://github.com/istanbuljs/v8-to-istanbul#readme",
  61. "keywords": [
  62. "istanbul",
  63. "v8",
  64. "coverage"
  65. ],
  66. "license": "ISC",
  67. "main": "index.js",
  68. "name": "v8-to-istanbul",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/istanbuljs/v8-to-istanbul.git"
  72. },
  73. "scripts": {
  74. "coverage": "c8 report --check-coverage",
  75. "fix": "standard --fix",
  76. "posttest": "standard",
  77. "snapshot": "TAP_SNAPSHOT=1 tap test/*.js",
  78. "test": "c8 --reporter=html --reporter=text tap --no-coverage test/*.js"
  79. },
  80. "standard": {
  81. "ignore": [
  82. "**/test/fixtures"
  83. ]
  84. },
  85. "types": "index.d.ts",
  86. "version": "8.1.0"
  87. }