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

43 lines
915 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
2020-04-30 20:40:07 +08:00
"version": "25.5.0",
2020-03-31 20:57:48 +08:00
"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": {
2020-04-30 20:40:07 +08:00
"@jest/test-result": "^25.5.0",
"@jest/types": "^25.5.0",
2020-03-31 20:42:07 +08:00
"ansi-escapes": "^4.2.1",
"chalk": "^3.0.0",
2020-04-30 20:40:07 +08:00
"jest-util": "^25.5.0",
2020-03-31 20:42:07 +08:00
"string-length": "^3.1.0"
},
"devDependencies": {
"@types/node": "*"
},
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest",
"directory": "packages/jest-watcher"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
2020-03-31 20:42:07 +08:00
"engines": {
"node": ">= 8.3"
},
"homepage": "https://jestjs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
2020-04-30 20:40:07 +08:00
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
2020-03-31 20:42:07 +08:00
}