mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 10:01:30 -04:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"_from": "jest-serializer@^22.4.3",
|
|
"_id": "jest-serializer@22.4.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-uPaUAppx4VUfJ0QDerpNdF43F68eqKWCzzhUlKNDsUPhjOon7ZehR4C809GCqh765FoMRtTVUVnGvIoskkYHiw==",
|
|
"_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.npmjs.org/jest-serializer/-/jest-serializer-22.4.3.tgz",
|
|
"_shasum": "a679b81a7f111e4766235f4f0c46d230ee0f7436",
|
|
"_spec": "jest-serializer@^22.4.3",
|
|
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/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"
|
|
}
|