41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"_from": "jest-serializer@^23.0.1",
|
|
"_id": "jest-serializer@23.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-l6cPuiGEQI72H4+qMePF62E+URkZscnAqdHBYHkMrhKJOwU08AHvGmftXdosUzfCGhh/Ih4Xk1VgxnJSwrvQvQ==",
|
|
"_location": "/jest-serializer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "jest-serializer@^23.0.1",
|
|
"name": "jest-serializer",
|
|
"escapedName": "jest-serializer",
|
|
"rawSpec": "^23.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^23.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/jest-haste-map"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/jest-serializer/-/jest-serializer-23.0.1.tgz",
|
|
"_shasum": "a3776aeb311e90fe83fab9e533e85102bd164165",
|
|
"_spec": "jest-serializer@^23.0.1",
|
|
"_where": "E:\\hz-zhhq-web\\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": "23.0.1"
|
|
}
|