|
{
"_from": "jest-serializer@^22.4.3",
"_id": "jest-serializer@22.4.3",
"_inBundle": false,
"_integrity": "sha1-pnm4Gn8RHkdmI19PDEbSMO4PdDY=",
"_location": "/jest-serializer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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": "http://registry.npm.taobao.org/jest-serializer/download/jest-serializer-22.4.3.tgz",
"_shasum": "a679b81a7f111e4766235f4f0c46d230ee0f7436",
"_spec": "jest-serializer@^22.4.3",
"_where": "/Users/FFIB/Desktop/data_visualization/node_modules/jest-haste-map",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}
|