mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 01:36:27 +00:00
36 lines
No EOL
960 B
JSON
36 lines
No EOL
960 B
JSON
{
|
|
"name": "expect",
|
|
"version": "24.8.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.8.0",
|
|
"ansi-styles": "^3.2.0",
|
|
"jest-get-type": "^24.8.0",
|
|
"jest-matcher-utils": "^24.8.0",
|
|
"jest-message-util": "^24.8.0",
|
|
"jest-regex-util": "^24.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ansi-styles": "^3.2.1",
|
|
"immutable": "^4.0.0-rc.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/expect/-/expect-24.8.0.tgz"
|
|
,"_integrity": "sha512-/zYvP8iMDrzaaxHVa724eJBCKqSHmO0FA7EDkBiRHxg6OipmMn1fN+C8T9L9K8yr7UONkOifu6+LLH+z76CnaA=="
|
|
,"_from": "expect@24.8.0"
|
|
} |