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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "jest-diff@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-diff@27.2.2",
  10. "_id": "jest-diff@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-o3LaDbQDSaMJif4yztJAULI4xVatxbBasbKLbEw3K8CiRdDdbxMrLArS9EKDHQFYh6Tgfrm1PC2mIYR1xhu0hQ==",
  13. "_location": "/jest-diff",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-diff@27.2.2",
  19. "name": "jest-diff",
  20. "escapedName": "jest-diff",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-matcher-utils",
  27. "/jest-snapshot"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.2.2.tgz",
  30. "_spec": "27.2.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "dependencies": {
  36. "chalk": "^4.0.0",
  37. "diff-sequences": "^27.0.6",
  38. "jest-get-type": "^27.0.6",
  39. "pretty-format": "^27.2.2"
  40. },
  41. "description": "Display differences clearly so people can review changes confidently.",
  42. "devDependencies": {
  43. "@jest/test-utils": "^27.2.2",
  44. "strip-ansi": "^6.0.0"
  45. },
  46. "engines": {
  47. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  48. },
  49. "exports": {
  50. ".": "./build/index.js",
  51. "./package.json": "./package.json"
  52. },
  53. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  54. "homepage": "https://github.com/facebook/jest#readme",
  55. "license": "MIT",
  56. "main": "./build/index.js",
  57. "name": "jest-diff",
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/facebook/jest.git",
  64. "directory": "packages/jest-diff"
  65. },
  66. "types": "./build/index.d.ts",
  67. "version": "27.2.2"
  68. }