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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "@bcoe/v8-coverage@0.2.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@bcoe/v8-coverage@0.2.3",
  10. "_id": "@bcoe/v8-coverage@0.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
  13. "_location": "/@bcoe/v8-coverage",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@bcoe/v8-coverage@0.2.3",
  19. "name": "@bcoe/v8-coverage",
  20. "escapedName": "@bcoe%2fv8-coverage",
  21. "scope": "@bcoe",
  22. "rawSpec": "0.2.3",
  23. "saveSpec": null,
  24. "fetchSpec": "0.2.3"
  25. },
  26. "_requiredBy": [
  27. "/@jest/reporters"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  30. "_spec": "0.2.3",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Charles Samborski",
  34. "email": "demurgos@demurgos.net",
  35. "url": "https://demurgos.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/demurgos/v8-coverage/issues"
  39. },
  40. "description": "Helper functions for V8 coverage files.",
  41. "devDependencies": {
  42. "@types/chai": "^4.1.4",
  43. "@types/gulp": "^4.0.5",
  44. "@types/minimist": "^1.2.0",
  45. "@types/mocha": "^5.2.2",
  46. "@types/node": "^10.5.4",
  47. "chai": "^4.1.2",
  48. "codecov": "^3.0.2",
  49. "gulp": "^4.0.0",
  50. "gulp-cli": "^2.0.1",
  51. "minimist": "^1.2.0",
  52. "pre-commit": "^1.2.2",
  53. "ts-node": "^8.3.0",
  54. "turbo-gulp": "^0.20.1"
  55. },
  56. "homepage": "https://demurgos.github.io/v8-coverage",
  57. "license": "MIT",
  58. "main": "dist/lib/index",
  59. "name": "@bcoe/v8-coverage",
  60. "nyc": {
  61. "include": [
  62. "build/test/lib/**/*.js",
  63. "build/test/lib/**/*.mjs"
  64. ],
  65. "reporter": [
  66. "text",
  67. "html"
  68. ],
  69. "extension": [
  70. ".mjs"
  71. ]
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/demurgos/v8-coverage.git"
  76. },
  77. "scripts": {
  78. "lint": "gulp :lint:fix",
  79. "prepare": "gulp all:tsconfig.json && gulp dist",
  80. "pretest": "gulp lib:build",
  81. "test": "gulp test"
  82. },
  83. "types": "dist/lib/index.d.ts",
  84. "version": "0.2.3"
  85. }