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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "istanbul-lib-source-maps@4.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-lib-source-maps@4.0.0",
  10. "_id": "istanbul-lib-source-maps@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==",
  13. "_location": "/istanbul-lib-source-maps",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-lib-source-maps@4.0.0",
  19. "name": "istanbul-lib-source-maps",
  20. "escapedName": "istanbul-lib-source-maps",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@jest/reporters",
  27. "/nyc"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz",
  30. "_spec": "4.0.0",
  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. "debug": "^4.1.1",
  41. "istanbul-lib-coverage": "^3.0.0",
  42. "source-map": "^0.6.1"
  43. },
  44. "description": "Source maps support for istanbul",
  45. "devDependencies": {
  46. "chai": "^4.2.0",
  47. "mocha": "^6.2.2",
  48. "nyc": "^15.0.0-beta.2",
  49. "ts-node": "^8.5.4"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "lib",
  56. "index.js"
  57. ],
  58. "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
  59. "homepage": "https://istanbul.js.org/",
  60. "keywords": [
  61. "istanbul",
  62. "sourcemaps",
  63. "sourcemap",
  64. "source",
  65. "maps"
  66. ],
  67. "license": "BSD-3-Clause",
  68. "main": "index.js",
  69. "name": "istanbul-lib-source-maps",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  73. "directory": "packages/istanbul-lib-source-maps"
  74. },
  75. "scripts": {
  76. "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha"
  77. },
  78. "version": "4.0.0"
  79. }