mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
38 lines
No EOL
1 KiB
JSON
38 lines
No EOL
1 KiB
JSON
{
|
|
"name": "jest-message-util",
|
|
"version": "24.8.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-message-util"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"@jest/test-result": "^24.8.0",
|
|
"@jest/types": "^24.8.0",
|
|
"@types/stack-utils": "^1.0.1",
|
|
"chalk": "^2.0.1",
|
|
"micromatch": "^3.1.10",
|
|
"slash": "^2.0.0",
|
|
"stack-utils": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__code-frame": "^7.0.0",
|
|
"@types/micromatch": "^3.1.0",
|
|
"@types/slash": "^2.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-24.8.0.tgz"
|
|
,"_integrity": "sha512-p2k71rf/b6ns8btdB0uVdljWo9h0ovpnEe05ZKWceQGfXYr4KkzgKo3PBi8wdnd9OtNh46VpNIJynUn/3MKm1g=="
|
|
,"_from": "jest-message-util@24.8.0"
|
|
} |