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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "jest-haste-map@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-haste-map@27.2.2",
  10. "_id": "jest-haste-map@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-kaKiq+GbAvk6/sq++Ymor4Vzk6+lr0vbKs2HDVPdkKsHX2lIJRyvhypZG/QsNfQnROKWIZSpUpGuv2HySSosvA==",
  13. "_location": "/jest-haste-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-haste-map@27.2.2",
  19. "name": "jest-haste-map",
  20. "escapedName": "jest-haste-map",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core",
  27. "/@jest/reporters",
  28. "/@jest/test-sequencer",
  29. "/@jest/transform",
  30. "/jest-resolve",
  31. "/jest-runner",
  32. "/jest-runtime",
  33. "/jest-snapshot"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.2.2.tgz",
  36. "_spec": "27.2.2",
  37. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  38. "bugs": {
  39. "url": "https://github.com/facebook/jest/issues"
  40. },
  41. "dependencies": {
  42. "@jest/types": "^27.1.1",
  43. "@types/graceful-fs": "^4.1.2",
  44. "@types/node": "*",
  45. "anymatch": "^3.0.3",
  46. "fb-watchman": "^2.0.0",
  47. "fsevents": "^2.3.2",
  48. "graceful-fs": "^4.2.4",
  49. "jest-regex-util": "^27.0.6",
  50. "jest-serializer": "^27.0.6",
  51. "jest-util": "^27.2.0",
  52. "jest-worker": "^27.2.2",
  53. "micromatch": "^4.0.4",
  54. "walker": "^1.0.7"
  55. },
  56. "devDependencies": {
  57. "@jest/test-utils": "^27.2.2",
  58. "@types/fb-watchman": "^2.0.0",
  59. "@types/micromatch": "^4.0.1",
  60. "jest-snapshot-serializer-raw": "^1.1.0",
  61. "slash": "^3.0.0"
  62. },
  63. "engines": {
  64. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  65. },
  66. "exports": {
  67. ".": "./build/index.js",
  68. "./package.json": "./package.json"
  69. },
  70. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  71. "homepage": "https://github.com/facebook/jest#readme",
  72. "license": "MIT",
  73. "main": "./build/index.js",
  74. "name": "jest-haste-map",
  75. "optionalDependencies": {
  76. "fsevents": "^2.3.2"
  77. },
  78. "publishConfig": {
  79. "access": "public"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/facebook/jest.git",
  84. "directory": "packages/jest-haste-map"
  85. },
  86. "types": "./build/index.d.ts",
  87. "version": "27.2.2"
  88. }