forked from daren.hsu/line_push
update
This commit is contained in:
+19
-15
@@ -1,46 +1,47 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@vue/babel-sugar-v-on@1.1.2",
|
||||
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
||||
"@vue/babel-sugar-v-on@1.3.0",
|
||||
"/home/node/nuxt"
|
||||
]
|
||||
],
|
||||
"_from": "@vue/babel-sugar-v-on@1.1.2",
|
||||
"_id": "@vue/babel-sugar-v-on@1.1.2",
|
||||
"_from": "@vue/babel-sugar-v-on@1.3.0",
|
||||
"_id": "@vue/babel-sugar-v-on@1.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-T8ZCwC8Jp2uRtcZ88YwZtZXe7eQrJcfRq0uTFy6ShbwYJyz5qWskRFoVsdTi9o0WEhmQXxhQUewodOSCUPVmsQ==",
|
||||
"_integrity": "sha512-8VZgrS0G5bh7+Prj7oJkzg9GvhSPnuW5YT6MNaVAEy4uwxRLJ8GqHenaStfllChTao4XZ3EZkNtHB4Xbr/ePdA==",
|
||||
"_location": "/@vue/babel-sugar-v-on",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@vue/babel-sugar-v-on@1.1.2",
|
||||
"raw": "@vue/babel-sugar-v-on@1.3.0",
|
||||
"name": "@vue/babel-sugar-v-on",
|
||||
"escapedName": "@vue%2fbabel-sugar-v-on",
|
||||
"scope": "@vue",
|
||||
"rawSpec": "1.1.2",
|
||||
"rawSpec": "1.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.2"
|
||||
"fetchSpec": "1.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/babel-preset-jsx"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.1.2.tgz",
|
||||
"_spec": "1.1.2",
|
||||
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
||||
"_resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.3.0.tgz",
|
||||
"_spec": "1.3.0",
|
||||
"_where": "/home/node/nuxt",
|
||||
"author": {
|
||||
"name": "Nick Messing",
|
||||
"email": "dot.nick.dot.messing@gmail.com"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-syntax-jsx": "^7.2.0",
|
||||
"@vue/babel-plugin-transform-vue-jsx": "^1.1.2",
|
||||
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
|
||||
"camelcase": "^5.0.0"
|
||||
},
|
||||
"description": "Babel syntactic sugar for v-model support in Vue JSX",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.0",
|
||||
"@babel/core": "^7.2.0",
|
||||
"@babel/plugin-transform-arrow-functions": "^7.12.1",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"@vue/test-utils": "^1.0.0-beta.26",
|
||||
"ava": "^0.25.0",
|
||||
@@ -56,7 +57,7 @@
|
||||
"vue-template-compiler": "^2.5.17"
|
||||
},
|
||||
"files": [],
|
||||
"gitHead": "67d6d39beab9f853118b4e0bbe901f5899ae7245",
|
||||
"gitHead": "f82f6182d294632a2cbddaacdff0a506c09e4ddc",
|
||||
"license": "MIT",
|
||||
"main": "dist/plugin.js",
|
||||
"name": "@vue/babel-sugar-v-on",
|
||||
@@ -70,6 +71,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-sugar-v-on"
|
||||
@@ -78,11 +82,11 @@
|
||||
"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,./node_modules/@vue/babel-plugin-transform-vue-jsx/dist/plugin.js --out-file test/functional-compiled.js",
|
||||
"pretest:functional": "yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js,./node_modules/@vue/babel-plugin-transform-vue-jsx/dist/plugin.js,@babel/plugin-transform-arrow-functions --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.1.2"
|
||||
"version": "1.3.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user