mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
34 lines
773 B
JSON
34 lines
773 B
JSON
{
|
|
"name": "expect",
|
|
"version": "26.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/expect"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"dependencies": {
|
|
"@jest/types": "^26.1.0",
|
|
"ansi-styles": "^4.0.0",
|
|
"jest-get-type": "^26.0.0",
|
|
"jest-matcher-utils": "^26.1.0",
|
|
"jest-message-util": "^26.1.0",
|
|
"jest-regex-util": "^26.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/test-utils": "^26.0.0",
|
|
"chalk": "^4.0.0",
|
|
"fast-check": "^1.13.0",
|
|
"immutable": "^4.0.0-rc.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.14.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "817d8b6aca845dd4fcfd7f8316293e69f3a116c5"
|
|
}
|