You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
12 months ago
|
{
|
||
|
"name": "jest-snapshot",
|
||
|
"version": "26.6.2",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/jest.git",
|
||
|
"directory": "packages/jest-snapshot"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"main": "build/index.js",
|
||
|
"types": "build/index.d.ts",
|
||
|
"dependencies": {
|
||
|
"@babel/types": "^7.0.0",
|
||
|
"@jest/types": "^26.6.2",
|
||
|
"@types/babel__traverse": "^7.0.4",
|
||
|
"@types/prettier": "^2.0.0",
|
||
|
"chalk": "^4.0.0",
|
||
|
"expect": "^26.6.2",
|
||
|
"graceful-fs": "^4.2.4",
|
||
|
"jest-diff": "^26.6.2",
|
||
|
"jest-get-type": "^26.3.0",
|
||
|
"jest-haste-map": "^26.6.2",
|
||
|
"jest-matcher-utils": "^26.6.2",
|
||
|
"jest-message-util": "^26.6.2",
|
||
|
"jest-resolve": "^26.6.2",
|
||
|
"natural-compare": "^1.4.0",
|
||
|
"pretty-format": "^26.6.2",
|
||
|
"semver": "^7.3.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/traverse": "^7.3.4",
|
||
|
"@jest/test-utils": "^26.6.2",
|
||
|
"@types/graceful-fs": "^4.1.3",
|
||
|
"@types/natural-compare": "^1.4.0",
|
||
|
"@types/semver": "^7.1.0",
|
||
|
"ansi-regex": "^5.0.0",
|
||
|
"ansi-styles": "^4.2.0",
|
||
|
"prettier": "^1.19.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 10.14.2"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
|
||
|
}
|