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

42 lines
901 B
JSON

{
"name": "expect",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/expect"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"browser": "build-es5/index.js",
"dependencies": {
"@jest/types": "^25.2.3",
"ansi-styles": "^4.0.0",
"jest-get-type": "^25.2.1",
"jest-matcher-utils": "^25.2.3",
"jest-message-util": "^25.2.4",
"jest-regex-util": "^25.2.1"
},
"devDependencies": {
"@jest/test-utils": "^25.2.1",
"chalk": "^3.0.0",
"fast-check": "^1.13.0",
"immutable": "^4.0.0-rc.12"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68"
}