github-pages-deploy-action/node_modules/jest-matcher-utils/package.json
2020-01-28 00:07:56 -05:00

26 lines
611 B
JSON

{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-matcher-utils"
},
"engines": {
"node": ">= 8.3"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"chalk": "^3.0.0",
"jest-diff": "^25.1.0",
"jest-get-type": "^25.1.0",
"pretty-format": "^25.1.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}