first
This commit is contained in:
73
node_modules/@babel/plugin-syntax-jsx/package.json
generated
vendored
Normal file
73
node_modules/@babel/plugin-syntax-jsx/package.json
generated
vendored
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"_from": "@babel/plugin-syntax-jsx@^7.12.13",
|
||||
"_id": "@babel/plugin-syntax-jsx@7.22.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==",
|
||||
"_location": "/@babel/plugin-syntax-jsx",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@babel/plugin-syntax-jsx@^7.12.13",
|
||||
"name": "@babel/plugin-syntax-jsx",
|
||||
"escapedName": "@babel%2fplugin-syntax-jsx",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "^7.12.13",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.12.13"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/babel-plugin-jsx",
|
||||
"/@vue/babel-plugin-transform-vue-jsx",
|
||||
"/@vue/babel-preset-app",
|
||||
"/@vue/babel-sugar-composition-api-inject-h",
|
||||
"/@vue/babel-sugar-composition-api-render-instance",
|
||||
"/@vue/babel-sugar-functional-vue",
|
||||
"/@vue/babel-sugar-inject-h",
|
||||
"/@vue/babel-sugar-v-model",
|
||||
"/@vue/babel-sugar-v-on"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz",
|
||||
"_shasum": "a6b68e84fb76e759fc3b93e901876ffabbe1d918",
|
||||
"_spec": "@babel/plugin-syntax-jsx@^7.12.13",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@vue\\babel-preset-app",
|
||||
"author": {
|
||||
"name": "The Babel Team",
|
||||
"url": "https://babel.dev/team"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/babel/babel/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "^7.22.5"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Allow parsing of jsx",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-jsx",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "@babel/plugin-syntax-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-syntax-jsx"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"version": "7.22.5"
|
||||
}
|
Reference in New Issue
Block a user