github-pages-deploy-action/node_modules/jest-snapshot/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "jest-snapshot",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-snapshot"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
2020-03-31 20:42:07 +08:00
},
"dependencies": {
"@babel/types": "^7.0.0",
"@jest/types": "^25.2.3",
"@types/prettier": "^1.19.0",
"chalk": "^3.0.0",
"expect": "^25.2.4",
"jest-diff": "^25.2.3",
"jest-get-type": "^25.2.1",
"jest-matcher-utils": "^25.2.3",
"jest-message-util": "^25.2.4",
"jest-resolve": "^25.2.3",
"make-dir": "^3.0.0",
"natural-compare": "^1.4.0",
"pretty-format": "^25.2.3",
"semver": "^6.3.0"
},
"devDependencies": {
"@babel/traverse": "^7.3.4",
"@types/natural-compare": "^1.4.0",
"@types/semver": "^6.0.1",
"ansi-regex": "^5.0.0",
"ansi-styles": "^4.2.0",
"jest-haste-map": "^25.2.3",
"prettier": "^1.13.4"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
2020-03-31 20:57:48 +08:00
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68"
2020-03-31 20:42:07 +08:00
}