You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

66 lines
1.8 KiB

{
"_from": "babel-jest@^24.9.0",
"_id": "babel-jest@24.9.0",
"_inBundle": false,
"_integrity": "sha512-ntuddfyiN+EhMw58PTNL1ph4C9rECiQXjI4nMMBKBaNjXvqLdkXpPRcMSr4iyBrJg/+wz9brFUD6RhOAT6r4Iw==",
"_location": "/babel-jest",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel-jest@^24.9.0",
"name": "babel-jest",
"escapedName": "babel-jest",
"rawSpec": "^24.9.0",
"saveSpec": null,
"fetchSpec": "^24.9.0"
},
"_requiredBy": [
"/jest-config",
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-24.9.0.tgz",
"_shasum": "3fc327cb8467b89d14d7bc70e315104a783ccd54",
"_spec": "babel-jest@^24.9.0",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\react-scripts",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/transform": "^24.9.0",
"@jest/types": "^24.9.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^5.1.0",
"babel-preset-jest": "^24.9.0",
"chalk": "^2.4.2",
"slash": "^2.0.0"
},
"deprecated": false,
"description": "Jest plugin to use babel for transformation.",
"devDependencies": {
"@babel/core": "^7.1.0",
"@types/slash": "^2.0.0"
},
"engines": {
"node": ">= 6"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
"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",
"version": "24.9.0"
}