mirror of
https://github.com/actions/setup-node
synced 2025-04-22 00:02:12 +00:00
28 lines
787 B
JSON
28 lines
787 B
JSON
{
|
|
"name": "@jest/test-result",
|
|
"version": "24.8.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-test-result"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"dependencies": {
|
|
"@jest/console": "^24.7.1",
|
|
"@jest/types": "^24.8.0",
|
|
"@types/istanbul-lib-coverage": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-24.8.0.tgz"
|
|
,"_integrity": "sha512-+YdLlxwizlfqkFDh7Mc7ONPQAhA4YylU1s529vVM1rsf67vGZH/2GGm5uO8QzPeVyaVMobCQ7FTxl38QrKRlng=="
|
|
,"_from": "@jest/test-result@24.8.0"
|
|
} |