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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "istanbul-lib-instrument@4.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-lib-instrument@4.0.3",
  10. "_id": "istanbul-lib-instrument@4.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",
  13. "_location": "/istanbul-lib-instrument",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-lib-instrument@4.0.3",
  19. "name": "istanbul-lib-instrument",
  20. "escapedName": "istanbul-lib-instrument",
  21. "rawSpec": "4.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.3"
  24. },
  25. "_requiredBy": [
  26. "/@jest/reporters",
  27. "/babel-plugin-istanbul",
  28. "/nyc"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
  31. "_spec": "4.0.3",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Krishnan Anantheswaran",
  35. "email": "kananthmail-github@yahoo.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  39. },
  40. "dependencies": {
  41. "@babel/core": "^7.7.5",
  42. "@istanbuljs/schema": "^0.1.2",
  43. "istanbul-lib-coverage": "^3.0.0",
  44. "semver": "^6.3.0"
  45. },
  46. "description": "Core istanbul API for JS code coverage",
  47. "devDependencies": {
  48. "@babel/cli": "^7.7.5",
  49. "@babel/plugin-transform-modules-commonjs": "^7.7.5",
  50. "@babel/register": "^7.7.4",
  51. "chai": "^4.2.0",
  52. "clone": "^2.1.2",
  53. "debug": "^4.1.1",
  54. "documentation": "^12.1.4",
  55. "js-yaml": "^3.13.1",
  56. "mocha": "^6.2.2",
  57. "nopt": "^4.0.1",
  58. "nyc": "^15.0.0-beta.2"
  59. },
  60. "engines": {
  61. "node": ">=8"
  62. },
  63. "files": [
  64. "dist"
  65. ],
  66. "gitHead": "2c6f0e24680d050503d404de0ebff53467fefbff",
  67. "homepage": "https://istanbul.js.org/",
  68. "keywords": [
  69. "coverage",
  70. "istanbul",
  71. "js",
  72. "instrumentation"
  73. ],
  74. "license": "BSD-3-Clause",
  75. "main": "dist/index.js",
  76. "name": "istanbul-lib-instrument",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  80. "directory": "packages/istanbul-lib-instrument"
  81. },
  82. "scripts": {
  83. "prepublish": "npm run release",
  84. "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
  85. "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json --require=@babel/register --include=src mocha"
  86. },
  87. "version": "4.0.3"
  88. }