github-pages-deploy-action/node_modules/jest-diff/package.json
2020-03-31 08:57:48 -04:00

37 lines
737 B
JSON

{
"name": "jest-diff",
"version": "25.2.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-diff"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"chalk": "^3.0.0",
"diff-sequences": "^25.2.1",
"jest-get-type": "^25.2.1",
"pretty-format": "^25.2.3"
},
"devDependencies": {
"@jest/test-utils": "^25.2.1",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6f8bf80c38567ba076ae979af2dedb42b285b2d5"
}