Add and run removeNPMAbsolutePaths

This commit is contained in:
Robert Brignull 2020-05-12 12:11:25 +01:00
parent a76042ab4a
commit 256c63a715
712 changed files with 13722 additions and 18895 deletions

View file

@ -1,29 +1,19 @@
{
"bugs": {
"url": "https://github.com/facebook/jest/issues"
"name": "jest-serializer",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-serializer"
},
"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.",
"devDependencies": {
"@types/node": "*"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "a679390828b6c30aeaa547d8c4dc9aed6531e357",
"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",
"typesVersions": {
"<3.8": {
@ -32,5 +22,8 @@
]
}
},
"version": "25.2.1"
"publishConfig": {
"access": "public"
},
"gitHead": "a679390828b6c30aeaa547d8c4dc9aed6531e357"
}