W72crm_web-master/node_modules/babel-plugin-transform-vue-jsx/package.json

83 lines
2.7 KiB
JSON
Raw Normal View History

2025-05-27 11:25:53 +08:00
{
"_from": "babel-plugin-transform-vue-jsx@3.7.0",
"_id": "babel-plugin-transform-vue-jsx@3.7.0",
"_inBundle": false,
"_integrity": "sha512-W39X07/n3oJMQd8tALBO+440NraGSF//Lo1ydd/9Nme3+QiRGFBb1Q39T9iixh0jZPPbfv3so18tNoIgLatymw==",
"_location": "/babel-plugin-transform-vue-jsx",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-transform-vue-jsx@3.7.0",
"name": "babel-plugin-transform-vue-jsx",
"escapedName": "babel-plugin-transform-vue-jsx",
"rawSpec": "3.7.0",
"saveSpec": null,
"fetchSpec": "3.7.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmmirror.com/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-3.7.0.tgz",
"_shasum": "d40492e6692a36b594f7e9a1928f43e969740960",
"_spec": "babel-plugin-transform-vue-jsx@3.7.0",
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master",
"author": {
"name": "Evan You"
},
"bugs": {
"url": "https://github.com/vuejs/babel-plugin-transform-vue-jsx/issues"
},
"bundleDependencies": false,
"dependencies": {
"esutils": "^2.0.2"
},
"deprecated": false,
"description": "Babel plugin for Vue 2.0 JSX",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"eslint": "^4.16.0",
"eslint-plugin-vue-libs": "^2.1.0",
"mocha": "^5.0.0",
"vue": "^2.5.13",
"webpack": "^3.10.0"
},
"files": [
"index.js",
"lib",
"dist"
],
"homepage": "https://github.com/vuejs/babel-plugin-transform-vue-jsx#readme",
"keywords": [
"vue",
"babel",
"jsx"
],
"license": "MIT",
"main": "index.js",
"name": "babel-plugin-transform-vue-jsx",
"peerDependencies": {
"babel-helper-vue-jsx-merge-props": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/babel-plugin-transform-vue-jsx.git"
},
"scripts": {
"build": "webpack -p index.js dist/babel-plugin-transform-vue-jsx.min.js --target=web --output-library=babel-plugin-transform-vue-jsx --output-library-target=umd --module-bind 'js=babel-loader'",
"dev": "cd example && webpack --watch",
"lint": "eslint index.js",
"prepublish": "npm run build",
"test": "npm run lint && mocha --compilers js:babel-register"
},
"unpkg": "dist/babel-plugin-transform-vue-jsx.min.js",
"version": "3.7.0"
}