33 lines
751 B
JSON
33 lines
751 B
JSON
{
|
|
"name": "expect",
|
|
"version": "24.9.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": "^24.9.0",
|
|
"ansi-styles": "^3.2.0",
|
|
"jest-get-type": "^24.9.0",
|
|
"jest-matcher-utils": "^24.9.0",
|
|
"jest-message-util": "^24.9.0",
|
|
"jest-regex-util": "^24.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ansi-styles": "^3.2.1",
|
|
"immutable": "^4.0.0-rc.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
|
|
}
|