github-pages-deploy-action/node_modules/expect/package.json

34 lines
773 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "expect",
2020-06-27 02:01:06 +08:00
"version": "26.1.0",
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/expect"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
2020-03-31 20:42:07 +08:00
"dependencies": {
2020-06-27 02:01:06 +08:00
"@jest/types": "^26.1.0",
2020-03-31 20:42:07 +08:00
"ansi-styles": "^4.0.0",
2020-05-15 05:33:08 +08:00
"jest-get-type": "^26.0.0",
2020-06-27 02:01:06 +08:00
"jest-matcher-utils": "^26.1.0",
"jest-message-util": "^26.1.0",
2020-05-15 05:33:08 +08:00
"jest-regex-util": "^26.0.0"
2020-03-31 20:42:07 +08:00
},
"devDependencies": {
2020-05-15 05:33:08 +08:00
"@jest/test-utils": "^26.0.0",
"chalk": "^4.0.0",
2020-03-31 20:42:07 +08:00
"fast-check": "^1.13.0",
"immutable": "^4.0.0-rc.12"
},
"engines": {
2020-05-15 05:33:08 +08:00
"node": ">= 10.14.2"
2020-03-31 20:42:07 +08:00
},
"publishConfig": {
"access": "public"
},
2020-06-27 02:01:06 +08:00
"gitHead": "817d8b6aca845dd4fcfd7f8316293e69f3a116c5"
2020-03-31 20:42:07 +08:00
}