setup-node/node_modules/@jest/console/package.json
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

31 lines
No EOL
797 B
JSON

{
"name": "@jest/console",
"version": "24.7.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-console"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/source-map": "^24.3.0",
"chalk": "^2.0.1",
"slash": "^2.0.0"
},
"devDependencies": {
"@types/slash": "^2.0.0"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
,"_resolved": "https://registry.npmjs.org/@jest/console/-/console-24.7.1.tgz"
,"_integrity": "sha512-iNhtIy2M8bXlAOULWVTUxmnelTLFneTNEkHCgPmgd+zNwy9zVddJ6oS5rZ9iwoscNdT5mMwUd0C51v/fSlzItg=="
,"_from": "@jest/console@24.7.1"
}