package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "_from": "jest-serializer@^23.0.1",
  3. "_id": "jest-serializer@23.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l6cPuiGEQI72H4+qMePF62E+URkZscnAqdHBYHkMrhKJOwU08AHvGmftXdosUzfCGhh/Ih4Xk1VgxnJSwrvQvQ==",
  6. "_location": "/jest-serializer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-serializer@^23.0.1",
  12. "name": "jest-serializer",
  13. "escapedName": "jest-serializer",
  14. "rawSpec": "^23.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^23.0.1"
  17. },
  18. "_requiredBy": [
  19. "/jest-haste-map"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/jest-serializer/-/jest-serializer-23.0.1.tgz",
  22. "_shasum": "a3776aeb311e90fe83fab9e533e85102bd164165",
  23. "_spec": "jest-serializer@^23.0.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\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. "homepage": "https://github.com/facebook/jest#readme",
  32. "license": "MIT",
  33. "main": "build/index.js",
  34. "name": "jest-serializer",
  35. "repository": {
  36. "type": "git",
  37. "url": "git+https://github.com/facebook/jest.git"
  38. },
  39. "version": "23.0.1"
  40. }