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.

64 lines
2.1 KiB

4 years ago
{
"_from": "@babel/plugin-transform-react-jsx@^7.10.1",
"_id": "@babel/plugin-transform-react-jsx@7.10.3",
"_inBundle": false,
"_integrity": "sha512-Y21E3rZmWICRJnvbGVmDLDZ8HfNDIwjGF3DXYHx1le0v0mIHCs0Gv5SavyW5Z/jgAHLaAoJPiwt+Dr7/zZKcOQ==",
"_location": "/@babel/plugin-transform-react-jsx",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-react-jsx@^7.10.1",
"name": "@babel/plugin-transform-react-jsx",
"escapedName": "@babel%2fplugin-transform-react-jsx",
"scope": "@babel",
"rawSpec": "^7.10.1",
"saveSpec": null,
"fetchSpec": "^7.10.1"
},
"_requiredBy": [
"/@babel/preset-react",
"/babel-preset-react-app/@babel/preset-react"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.3.tgz",
"_shasum": "c07ad86b7c159287c89b643f201f59536231048e",
"_spec": "@babel/plugin-transform-react-jsx@^7.10.1",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\@babel\\preset-react",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-builder-react-jsx": "^7.10.3",
"@babel/helper-builder-react-jsx-experimental": "^7.10.1",
"@babel/helper-plugin-utils": "^7.10.3",
"@babel/plugin-syntax-jsx": "^7.10.1"
},
"deprecated": false,
"description": "Turn JSX into React function calls",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/helper-plugin-test-runner": "^7.10.3"
},
"gitHead": "2787ee2f967b6d8e1121fca00a8d578d75449a53",
"homepage": "https://github.com/babel/babel#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-react-jsx",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-react-jsx"
},
"version": "7.10.3"
}