ghaction-upx/node_modules/jest-serializer/package.json
2020-01-23 08:49:02 +00:00

50 lines
1.8 KiB
JSON

{
"_from": "jest-serializer@^25.1.0",
"_id": "jest-serializer@25.1.0",
"_inBundle": false,
"_integrity": "sha512-20Wkq5j7o84kssBwvyuJ7Xhn7hdPeTXndnwIblKDR2/sy1SUm6rWWiG9kSCgJPIfkDScJCIsTtOKdlzfIHOfKA==",
"_location": "/jest-serializer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jest-serializer@^25.1.0",
"name": "jest-serializer",
"escapedName": "jest-serializer",
"rawSpec": "^25.1.0",
"saveSpec": null,
"fetchSpec": "^25.1.0"
},
"_requiredBy": [
"/jest-haste-map"
],
"_resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-25.1.0.tgz",
"_shasum": "73096ba90e07d19dec4a0c1dd89c355e2f129e5d",
"_spec": "jest-serializer@^25.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/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.",
"engines": {
"node": ">= 8.3"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "jest-serializer",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-serializer"
},
"types": "build/index.d.ts",
"version": "25.1.0"
}