79 lines
2.0 KiB
JSON
79 lines
2.0 KiB
JSON
{
|
|
"_from": "babel-jest@^25.2.0",
|
|
"_id": "babel-jest@25.5.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==",
|
|
"_location": "/babel-jest",
|
|
"_phantomChildren": {
|
|
"@types/istanbul-lib-coverage": "2.0.3",
|
|
"@types/istanbul-lib-report": "3.0.0",
|
|
"@types/yargs": "15.0.14"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-jest@^25.2.0",
|
|
"name": "babel-jest",
|
|
"escapedName": "babel-jest",
|
|
"rawSpec": "^25.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^25.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jest-config",
|
|
"/jest-expo"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.5.1.tgz",
|
|
"_shasum": "bc2e6101f849d6f6aec09720ffc7bc5332e62853",
|
|
"_spec": "babel-jest@^25.2.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/jest-expo",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@jest/transform": "^25.5.1",
|
|
"@jest/types": "^25.5.0",
|
|
"@types/babel__core": "^7.1.7",
|
|
"babel-plugin-istanbul": "^6.0.0",
|
|
"babel-preset-jest": "^25.5.0",
|
|
"chalk": "^3.0.0",
|
|
"graceful-fs": "^4.2.4",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Jest plugin to use babel for transformation.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.0",
|
|
"@types/graceful-fs": "^4.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"gitHead": "c5f2fd756331895b8177a19304feb49657687e22",
|
|
"homepage": "https://github.com/facebook/jest#readme",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "babel-jest",
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/jest.git",
|
|
"directory": "packages/babel-jest"
|
|
},
|
|
"types": "build/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"version": "25.5.1"
|
|
}
|