github-pages-deploy-action/node_modules/jest-matcher-utils/package.json

31 lines
732 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "jest-matcher-utils",
2020-03-31 20:42:07 +08:00
"description": "A set of utility functions for expect and related packages",
2020-05-15 05:33:08 +08:00
"version": "26.0.1",
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-matcher-utils"
2020-03-31 20:42:07 +08:00
},
"engines": {
2020-05-15 05:33:08 +08:00
"node": ">= 10.14.2"
2020-03-31 20:42:07 +08:00
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
2020-03-31 20:57:48 +08:00
"dependencies": {
2020-05-15 05:33:08 +08:00
"chalk": "^4.0.0",
"jest-diff": "^26.0.1",
"jest-get-type": "^26.0.0",
"pretty-format": "^26.0.1"
2020-03-31 20:57:48 +08:00
},
"devDependencies": {
2020-05-15 05:33:08 +08:00
"@jest/test-utils": "^26.0.0",
2020-03-31 20:57:48 +08:00
"@types/node": "*"
},
"publishConfig": {
"access": "public"
},
2020-05-15 05:33:08 +08:00
"gitHead": "40b8e1e157c9981dda5a68d73fff647e80fc9f5c"
2020-03-31 20:42:07 +08:00
}