{ "_args": [ [ "jest-serializer@22.4.3", "E:\\2023\\5\\myjadmin" ] ], "_development": true, "_from": "jest-serializer@22.4.3", "_id": "jest-serializer@22.4.3", "_inBundle": false, "_integrity": "sha512-uPaUAppx4VUfJ0QDerpNdF43F68eqKWCzzhUlKNDsUPhjOon7ZehR4C809GCqh765FoMRtTVUVnGvIoskkYHiw==", "_location": "/jest-serializer", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "jest-serializer@22.4.3", "name": "jest-serializer", "escapedName": "jest-serializer", "rawSpec": "22.4.3", "saveSpec": null, "fetchSpec": "22.4.3" }, "_requiredBy": [ "/jest-haste-map" ], "_resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-22.4.3.tgz", "_spec": "22.4.3", "_where": "E:\\2023\\5\\myjadmin", "bugs": { "url": "https://github.com/facebook/jest/issues" }, "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.", "homepage": "https://github.com/facebook/jest#readme", "license": "MIT", "main": "build/index.js", "name": "jest-serializer", "repository": { "type": "git", "url": "git+https://github.com/facebook/jest.git" }, "version": "22.4.3" }