package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "_args": [
  3. [
  4. "jest-serializer@23.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-serializer@23.0.1",
  10. "_id": "jest-serializer@23.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-o3dq6zEekP6D+rnlM+hRAr0WQWU=",
  13. "_location": "/jest-serializer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-serializer@23.0.1",
  19. "name": "jest-serializer",
  20. "escapedName": "jest-serializer",
  21. "rawSpec": "23.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "23.0.1"
  24. },
  25. "_requiredBy": [
  26. "/jest-haste-map"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/jest-serializer/download/jest-serializer-23.0.1.tgz",
  29. "_spec": "23.0.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "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.",
  35. "homepage": "https://github.com/facebook/jest#readme",
  36. "license": "MIT",
  37. "main": "build/index.js",
  38. "name": "jest-serializer",
  39. "repository": {
  40. "type": "git",
  41. "url": "git+https://github.com/facebook/jest.git"
  42. },
  43. "version": "23.0.1"
  44. }