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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "pretty-format@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pretty-format@27.2.2",
  10. "_id": "pretty-format@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+DdLh+rtaElc2SQOE/YPH8k2g3Rf2OXWEpy06p8Szs3hdVSYD87QOOlYRHWAeb/59XTmeVmRKvDD0svHqf6ycA==",
  13. "_location": "/pretty-format",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pretty-format@27.2.2",
  19. "name": "pretty-format",
  20. "escapedName": "pretty-format",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-circus",
  27. "/jest-config",
  28. "/jest-diff",
  29. "/jest-each",
  30. "/jest-jasmine2",
  31. "/jest-leak-detector",
  32. "/jest-matcher-utils",
  33. "/jest-message-util",
  34. "/jest-snapshot",
  35. "/jest-validate"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.2.2.tgz",
  38. "_spec": "27.2.2",
  39. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  40. "author": {
  41. "name": "James Kyle",
  42. "email": "me@thejameskyle.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/facebook/jest/issues"
  46. },
  47. "dependencies": {
  48. "@jest/types": "^27.1.1",
  49. "ansi-regex": "^5.0.1",
  50. "ansi-styles": "^5.0.0",
  51. "react-is": "^17.0.1"
  52. },
  53. "description": "Stringify any JavaScript value.",
  54. "devDependencies": {
  55. "@types/react": "*",
  56. "@types/react-is": "^17.0.0",
  57. "@types/react-test-renderer": "*",
  58. "immutable": "4.0.0-rc.9",
  59. "jest-util": "^27.2.0",
  60. "react": "*",
  61. "react-dom": "*",
  62. "react-test-renderer": "*"
  63. },
  64. "engines": {
  65. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  66. },
  67. "exports": {
  68. ".": "./build/index.js",
  69. "./package.json": "./package.json"
  70. },
  71. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  72. "homepage": "https://github.com/facebook/jest#readme",
  73. "license": "MIT",
  74. "main": "./build/index.js",
  75. "name": "pretty-format",
  76. "publishConfig": {
  77. "access": "public"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/facebook/jest.git",
  82. "directory": "packages/pretty-format"
  83. },
  84. "types": "./build/index.d.ts",
  85. "version": "27.2.2"
  86. }