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 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "istanbul-lib-hook@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-lib-hook@3.0.0",
  10. "_id": "istanbul-lib-hook@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==",
  13. "_location": "/istanbul-lib-hook",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-lib-hook@3.0.0",
  19. "name": "istanbul-lib-hook",
  20. "escapedName": "istanbul-lib-hook",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/nyc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Krishnan Anantheswaran",
  33. "email": "kananthmail-github@yahoo.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  37. },
  38. "dependencies": {
  39. "append-transform": "^2.0.0"
  40. },
  41. "description": "Hooks for require, vm and script used in istanbul",
  42. "devDependencies": {
  43. "chai": "^4.2.0",
  44. "mocha": "^6.2.2",
  45. "nyc": "^15.0.0-beta.2"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "lib",
  52. "index.js"
  53. ],
  54. "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
  55. "homepage": "https://istanbul.js.org/",
  56. "keywords": [
  57. "istanbul",
  58. "hook"
  59. ],
  60. "license": "BSD-3-Clause",
  61. "main": "index.js",
  62. "name": "istanbul-lib-hook",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  66. "directory": "packages/istanbul-lib-hook"
  67. },
  68. "scripts": {
  69. "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
  70. },
  71. "version": "3.0.0"
  72. }