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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-istanbul@6.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-istanbul@6.0.0",
  10. "_id": "babel-plugin-istanbul@6.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==",
  13. "_location": "/babel-plugin-istanbul",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-istanbul@6.0.0",
  19. "name": "babel-plugin-istanbul",
  20. "escapedName": "babel-plugin-istanbul",
  21. "rawSpec": "6.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@jest/transform",
  27. "/babel-jest"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz",
  30. "_spec": "6.0.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Thai Pangsakulyanont @dtinth"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues"
  37. },
  38. "dependencies": {
  39. "@babel/helper-plugin-utils": "^7.0.0",
  40. "@istanbuljs/load-nyc-config": "^1.0.0",
  41. "@istanbuljs/schema": "^0.1.2",
  42. "istanbul-lib-instrument": "^4.0.0",
  43. "test-exclude": "^6.0.0"
  44. },
  45. "description": "A babel plugin that adds istanbul instrumentation to ES6 code",
  46. "devDependencies": {
  47. "@babel/cli": "^7.7.5",
  48. "@babel/core": "^7.7.5",
  49. "@babel/plugin-transform-modules-commonjs": "^7.7.5",
  50. "@babel/register": "^7.7.4",
  51. "chai": "^4.2.0",
  52. "coveralls": "^3.0.9",
  53. "cross-env": "^6.0.3",
  54. "mocha": "^6.2.2",
  55. "nyc": "^15.0.0",
  56. "pmock": "^0.2.3",
  57. "standard": "^14.3.1",
  58. "standard-version": "^7.1.0"
  59. },
  60. "engines": {
  61. "node": ">=8"
  62. },
  63. "files": [
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme",
  67. "keywords": [
  68. "istanbul",
  69. "babel",
  70. "plugin",
  71. "instrumentation"
  72. ],
  73. "license": "BSD-3-Clause",
  74. "main": "lib/index.js",
  75. "name": "babel-plugin-istanbul",
  76. "nyc": {
  77. "include": [
  78. "src/*.js",
  79. "fixtures/should-cover.js"
  80. ],
  81. "require": [
  82. "@babel/register"
  83. ],
  84. "sourceMap": false,
  85. "instrument": false
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/istanbuljs/babel-plugin-istanbul.git"
  90. },
  91. "scripts": {
  92. "coverage": "nyc report --reporter=text-lcov | coveralls",
  93. "prepublish": "npm test && npm run release",
  94. "pretest": "standard && npm run release",
  95. "release": "babel src --out-dir lib",
  96. "test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha --timeout 5000 test/*.js",
  97. "version": "standard-version"
  98. },
  99. "standard": {
  100. "ignore": [
  101. "fixtures/*.js"
  102. ]
  103. },
  104. "version": "6.0.0"
  105. }