mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
32 lines
717 B
JSON
32 lines
717 B
JSON
{
|
|
"name": "expect",
|
|
"version": "25.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",
|
|
"browser": "build-es5/index.js",
|
|
"dependencies": {
|
|
"@jest/types": "^25.1.0",
|
|
"ansi-styles": "^4.0.0",
|
|
"jest-get-type": "^25.1.0",
|
|
"jest-matcher-utils": "^25.1.0",
|
|
"jest-message-util": "^25.1.0",
|
|
"jest-regex-util": "^25.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"immutable": "^4.0.0-rc.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
|
|
}
|