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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "@jest/source-map@27.0.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jest/source-map@27.0.6",
  10. "_id": "@jest/source-map@27.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Fek4mi5KQrqmlY07T23JRi0e7Z9bXTOOD86V/uS0EIW4PClvPDqZOyFlLpNJheS6QI0FNX1CgmPjtJ4EA/2M+g==",
  13. "_location": "/@jest/source-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jest/source-map@27.0.6",
  19. "name": "@jest/source-map",
  20. "escapedName": "@jest%2fsource-map",
  21. "scope": "@jest",
  22. "rawSpec": "27.0.6",
  23. "saveSpec": null,
  24. "fetchSpec": "27.0.6"
  25. },
  26. "_requiredBy": [
  27. "/jest-jasmine2",
  28. "/jest-runtime"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.0.6.tgz",
  31. "_spec": "27.0.6",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "bugs": {
  34. "url": "https://github.com/facebook/jest/issues"
  35. },
  36. "dependencies": {
  37. "callsites": "^3.0.0",
  38. "graceful-fs": "^4.2.4",
  39. "source-map": "^0.6.0"
  40. },
  41. "devDependencies": {
  42. "@types/graceful-fs": "^4.1.2"
  43. },
  44. "engines": {
  45. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  46. },
  47. "exports": {
  48. ".": "./build/index.js",
  49. "./package.json": "./package.json"
  50. },
  51. "gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9",
  52. "homepage": "https://github.com/facebook/jest#readme",
  53. "license": "MIT",
  54. "main": "./build/index.js",
  55. "name": "@jest/source-map",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/facebook/jest.git",
  62. "directory": "packages/jest-source-map"
  63. },
  64. "types": "./build/index.d.ts",
  65. "version": "27.0.6"
  66. }