package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "jest-serializer@^24.9.0",
  3. "_id": "jest-serializer@24.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==",
  6. "_location": "/jest-serializer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-serializer@^24.9.0",
  12. "name": "jest-serializer",
  13. "escapedName": "jest-serializer",
  14. "rawSpec": "^24.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^24.9.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-haste-map"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.9.0.tgz",
  22. "_shasum": "e6d7d7ef96d31e8b9079a714754c5d5c58288e73",
  23. "_spec": "jest-serializer@^24.9.0",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\jest-haste-map",
  25. "bugs": {
  26. "url": "https://github.com/facebook/jest/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "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.",
  31. "engines": {
  32. "node": ">= 6"
  33. },
  34. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
  35. "homepage": "https://github.com/facebook/jest#readme",
  36. "license": "MIT",
  37. "main": "build/index.js",
  38. "name": "jest-serializer",
  39. "publishConfig": {
  40. "access": "public"
  41. },
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/facebook/jest.git",
  45. "directory": "packages/jest-serializer"
  46. },
  47. "types": "build/index.d.ts",
  48. "version": "24.9.0"
  49. }