github-pages-deploy-action/node_modules/@jest/test-sequencer/package.json

37 lines
770 B
JSON
Raw Normal View History

2020-03-31 20:57:48 +08:00
{
"name": "@jest/test-sequencer",
2020-05-15 05:33:08 +08:00
"version": "25.5.4",
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-test-sequencer"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
2020-04-30 20:40:07 +08:00
"@jest/test-result": "^25.5.0",
"graceful-fs": "^4.2.4",
2020-05-15 05:33:08 +08:00
"jest-haste-map": "^25.5.1",
"jest-runner": "^25.5.4",
"jest-runtime": "^25.5.4"
2020-04-30 20:40:07 +08:00
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3"
2020-03-31 20:57:48 +08:00
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
2020-05-15 05:33:08 +08:00
"gitHead": "389d13724bbf6bb64dcde9700a6ecea3333942db"
2020-03-31 20:57:48 +08:00
}