This commit is contained in:
2022-07-18 02:50:52 +00:00
parent befd344ab0
commit 06181b34d6
8569 changed files with 818704 additions and 352705 deletions
File diff suppressed because one or more lines are too long
+17 -14
View File
@@ -1,42 +1,42 @@
{
"_args": [
[
"@vue/babel-plugin-transform-vue-jsx@1.1.2",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
"@vue/babel-plugin-transform-vue-jsx@1.2.1",
"/home/node/nuxt"
]
],
"_from": "@vue/babel-plugin-transform-vue-jsx@1.1.2",
"_id": "@vue/babel-plugin-transform-vue-jsx@1.1.2",
"_from": "@vue/babel-plugin-transform-vue-jsx@1.2.1",
"_id": "@vue/babel-plugin-transform-vue-jsx@1.2.1",
"_inBundle": false,
"_integrity": "sha512-YfdaoSMvD1nj7+DsrwfTvTnhDXI7bsuh+Y5qWwvQXlD24uLgnsoww3qbiZvWf/EoviZMrvqkqN4CBw0W3BWUTQ==",
"_integrity": "sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA==",
"_location": "/@vue/babel-plugin-transform-vue-jsx",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@vue/babel-plugin-transform-vue-jsx@1.1.2",
"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.1.2",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.1.2"
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/@vue/babel-preset-jsx",
"/@vue/babel-sugar-v-model",
"/@vue/babel-sugar-v-on"
],
"_resolved": "https://registry.npmjs.org/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"_resolved": "https://registry.npmjs.org/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "/home/node/nuxt",
"author": {
"name": "Evan You"
},
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.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"
@@ -59,7 +59,7 @@
"vue-template-compiler": "^2.5.17"
},
"files": [],
"gitHead": "67d6d39beab9f853118b4e0bbe901f5899ae7245",
"gitHead": "ebe50c0f20b991fca6588cab93965629ffbcf64f",
"license": "MIT",
"main": "dist/plugin.js",
"name": "@vue/babel-plugin-transform-vue-jsx",
@@ -73,6 +73,9 @@
"@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"
@@ -87,5 +90,5 @@
"test:functional": "ava -v test/functional-compiled.js",
"test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js"
},
"version": "1.1.2"
"version": "1.2.1"
}