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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "jest-serializer@27.0.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-serializer@27.0.6",
  10. "_id": "jest-serializer@27.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==",
  13. "_location": "/jest-serializer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-serializer@27.0.6",
  19. "name": "jest-serializer",
  20. "escapedName": "jest-serializer",
  21. "rawSpec": "27.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "27.0.6"
  24. },
  25. "_requiredBy": [
  26. "/jest-haste-map"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.0.6.tgz",
  29. "_spec": "27.0.6",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "dependencies": {
  35. "@types/node": "*",
  36. "graceful-fs": "^4.2.4"
  37. },
  38. "description": "Module for serializing and deserializing object into memory and disk. By default, the `v8` implementations are used, but if not present, it defaults to `JSON` implementation. Both serializers have the advantage of being able to serialize `Map`, `Set`, `undefined`, `NaN`, etc, although the JSON one does it through a replacer/reviver.",
  39. "devDependencies": {
  40. "@types/graceful-fs": "^4.1.3"
  41. },
  42. "engines": {
  43. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  44. },
  45. "exports": {
  46. ".": "./build/index.js",
  47. "./package.json": "./package.json"
  48. },
  49. "gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9",
  50. "homepage": "https://github.com/facebook/jest#readme",
  51. "license": "MIT",
  52. "main": "./build/index.js",
  53. "name": "jest-serializer",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/facebook/jest.git",
  60. "directory": "packages/jest-serializer"
  61. },
  62. "types": "./build/index.d.ts",
  63. "version": "27.0.6"
  64. }