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

54 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",
2020-04-30 20:40:07 +08:00
"version": "25.5.1",
2020-03-31 20:57:48 +08:00
"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",
2020-04-30 20:40:07 +08:00
"@jest/types": "^25.5.0",
2020-03-31 20:42:07 +08:00
"@types/prettier": "^1.19.0",
"chalk": "^3.0.0",
2020-04-30 20:40:07 +08:00
"expect": "^25.5.0",
"graceful-fs": "^4.2.4",
"jest-diff": "^25.5.0",
"jest-get-type": "^25.2.6",
"jest-matcher-utils": "^25.5.0",
"jest-message-util": "^25.5.0",
"jest-resolve": "^25.5.1",
2020-03-31 20:42:07 +08:00
"make-dir": "^3.0.0",
"natural-compare": "^1.4.0",
2020-04-30 20:40:07 +08:00
"pretty-format": "^25.5.0",
2020-03-31 20:42:07 +08:00
"semver": "^6.3.0"
},
"devDependencies": {
"@babel/traverse": "^7.3.4",
2020-04-30 20:40:07 +08:00
"@types/graceful-fs": "^4.1.3",
2020-03-31 20:42:07 +08:00
"@types/natural-compare": "^1.4.0",
"@types/semver": "^6.0.1",
"ansi-regex": "^5.0.0",
"ansi-styles": "^4.2.0",
2020-04-30 20:40:07 +08:00
"jest-haste-map": "^25.5.1",
2020-03-31 20:42:07 +08:00
"prettier": "^1.13.4"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
2020-04-30 20:40:07 +08:00
"gitHead": "c5f2fd756331895b8177a19304feb49657687e22"
2020-03-31 20:42:07 +08:00
}