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.
83 lines
2.5 KiB
83 lines
2.5 KiB
3 years ago
|
{
|
||
|
"_from": "@vue/babel-plugin-jsx@^1.0.3",
|
||
|
"_id": "@vue/babel-plugin-jsx@1.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-RGesLuTa+/0dHw7Ai3oQK0PoZbHPgtnjRQMTA/RRarqTWqMcFQ1BWYW47nSCkJAPYfd9hkUC0BWqokiOlJjJyg==",
|
||
|
"_location": "/@vue/babel-plugin-jsx",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "@vue/babel-plugin-jsx@^1.0.3",
|
||
|
"name": "@vue/babel-plugin-jsx",
|
||
|
"escapedName": "@vue%2fbabel-plugin-jsx",
|
||
|
"scope": "@vue",
|
||
|
"rawSpec": "^1.0.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@vue/babel-preset-app"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.0.tgz",
|
||
|
"_shasum": "eb73871cbe468bc12141441a0052d8948ac4f67d",
|
||
|
"_spec": "@vue/babel-plugin-jsx@^1.0.3",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-html\\RK-project\\ruoyi-ui\\node_modules\\@vue\\babel-preset-app",
|
||
|
"author": {
|
||
|
"name": "Amour1688",
|
||
|
"email": "lcz_1996@foxmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vuejs/jsx-next/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"@babel/helper-module-imports": "^7.0.0",
|
||
|
"@babel/plugin-syntax-jsx": "^7.0.0",
|
||
|
"@babel/template": "^7.0.0",
|
||
|
"@babel/traverse": "^7.0.0",
|
||
|
"@babel/types": "^7.0.0",
|
||
|
"@vue/babel-helper-vue-transform-on": "^1.0.2",
|
||
|
"camelcase": "^6.0.0",
|
||
|
"html-tags": "^3.1.0",
|
||
|
"svg-tags": "^1.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Babel plugin for Vue 3.0 JSX",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.15.5",
|
||
|
"@babel/preset-env": "^7.15.4",
|
||
|
"@types/jest": "^26.0.24",
|
||
|
"@types/svg-tags": "^1.0.0",
|
||
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
||
|
"@typescript-eslint/parser": "^4.30.0",
|
||
|
"@vue/compiler-dom": "3.2.8",
|
||
|
"@vue/test-utils": "2.0.0-beta.2",
|
||
|
"jest": "^26.0.1",
|
||
|
"regenerator-runtime": "^0.13.9",
|
||
|
"ts-jest": "^26.1.3",
|
||
|
"typescript": "^4.4.2",
|
||
|
"vue": "3.2.8"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"gitHead": "942b3b4a65c37bc2fb39e9045092460633aab327",
|
||
|
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
|
||
|
"license": "MIT",
|
||
|
"main": "dist/index.js",
|
||
|
"name": "@vue/babel-plugin-jsx",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vuejs/jsx-next.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rm -rf dist && tsc",
|
||
|
"lint": "eslint 'src/*.ts'",
|
||
|
"prepublishOnly": "yarn build",
|
||
|
"test": "yarn build && jest --coverage",
|
||
|
"watch": "rm -rf dist && tsc --watch"
|
||
|
},
|
||
|
"version": "1.1.0"
|
||
|
}
|