setup-node/node_modules/@jest/test-sequencer/package.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

29 lines
824 B
JSON

{
"name": "@jest/test-sequencer",
"version": "24.8.0",
"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",
"dependencies": {
"@jest/test-result": "^24.8.0",
"jest-haste-map": "^24.8.0",
"jest-runner": "^24.8.0",
"jest-runtime": "^24.8.0"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
,"_resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-24.8.0.tgz"
,"_integrity": "sha512-OzL/2yHyPdCHXEzhoBuq37CE99nkme15eHkAzXRVqthreWZamEMA0WoetwstsQBCXABhczpK03JNbc4L01vvLg=="
,"_from": "@jest/test-sequencer@24.8.0"
}