github-pages-deploy-action/node_modules/@jest/test-sequencer/package.json
James Ives 5af4d9fc85 3.5.0 🎉
2020-05-14 17:33:08 -04:00

37 lines
770 B
JSON

{
"name": "@jest/test-sequencer",
"version": "25.5.4",
"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": {
"@jest/test-result": "^25.5.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^25.5.1",
"jest-runner": "^25.5.4",
"jest-runtime": "^25.5.4"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "389d13724bbf6bb64dcde9700a6ecea3333942db"
}