92 lines
3.2 KiB
JSON
92 lines
3.2 KiB
JSON
{
|
|
"_from": "@vue/babel-plugin-transform-vue-jsx@^1.2.1",
|
|
"_id": "@vue/babel-plugin-transform-vue-jsx@1.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ZGBGxlLC8CQnJ/NFGdkXsGQEHtc=",
|
|
"_location": "/@vue/babel-plugin-transform-vue-jsx",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@vue/babel-plugin-transform-vue-jsx@^1.2.1",
|
|
"name": "@vue/babel-plugin-transform-vue-jsx",
|
|
"escapedName": "@vue%2fbabel-plugin-transform-vue-jsx",
|
|
"scope": "@vue",
|
|
"rawSpec": "^1.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/babel-preset-jsx",
|
|
"/@vue/babel-sugar-v-model",
|
|
"/@vue/babel-sugar-v-on"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@vue/babel-plugin-transform-vue-jsx/download/@vue/babel-plugin-transform-vue-jsx-1.2.1.tgz?cache=0&sync_timestamp=1602851123835&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-plugin-transform-vue-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-transform-vue-jsx-1.2.1.tgz",
|
|
"_shasum": "646046c652c2f0242727f34519d917b064041ed7",
|
|
"_spec": "@vue/babel-plugin-transform-vue-jsx@^1.2.1",
|
|
"_where": "E:\\GreateCommunity\\node_modules\\@vue\\babel-preset-jsx",
|
|
"author": {
|
|
"name": "Evan You"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.0.0",
|
|
"@babel/plugin-syntax-jsx": "^7.2.0",
|
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
|
|
"html-tags": "^2.0.0",
|
|
"lodash.kebabcase": "^4.1.1",
|
|
"svg-tags": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Babel plugin for Vue 2.0 JSX",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.0",
|
|
"@babel/core": "^7.2.0",
|
|
"@babel/preset-env": "^7.2.0",
|
|
"@vue/test-utils": "^1.0.0-beta.26",
|
|
"ava": "^0.25.0",
|
|
"jsdom": "^13.0.0",
|
|
"jsdom-global": "^3.0.2",
|
|
"nyc": "^12.0.2",
|
|
"rollup": "^0.67.4",
|
|
"rollup-plugin-babel": "4.0.3",
|
|
"rollup-plugin-babel-minify": "^6.2.0",
|
|
"rollup-plugin-istanbul": "^2.0.1",
|
|
"vue": "^2.5.17",
|
|
"vue-template-compiler": "^2.5.17"
|
|
},
|
|
"files": [],
|
|
"gitHead": "ebe50c0f20b991fca6588cab93965629ffbcf64f",
|
|
"license": "MIT",
|
|
"main": "dist/plugin.js",
|
|
"name": "@vue/babel-plugin-transform-vue-jsx",
|
|
"nyc": {
|
|
"exclude": [
|
|
"dist",
|
|
"test"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vuejs/jsx/tree/master/packages/babel-plugin-transform-vue-jsx"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"build:test": "rollup -c rollup.config.testing.js",
|
|
"prepublish": "yarn build",
|
|
"pretest:functional": "yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js --out-file test/functional-compiled.js",
|
|
"pretest:snapshot": "yarn build:test",
|
|
"test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
|
|
"test:functional": "ava -v test/functional-compiled.js",
|
|
"test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js"
|
|
},
|
|
"version": "1.2.1"
|
|
}
|