forked from daren.hsu/line_push
update
This commit is contained in:
+17
-14
@@ -1,33 +1,33 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@vue/babel-sugar-inject-h@1.1.2",
|
||||
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
||||
"@vue/babel-sugar-inject-h@1.2.2",
|
||||
"/home/node/nuxt"
|
||||
]
|
||||
],
|
||||
"_from": "@vue/babel-sugar-inject-h@1.1.2",
|
||||
"_id": "@vue/babel-sugar-inject-h@1.1.2",
|
||||
"_from": "@vue/babel-sugar-inject-h@1.2.2",
|
||||
"_id": "@vue/babel-sugar-inject-h@1.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-VRSENdTvD5htpnVp7i7DNuChR5rVMcORdXjvv5HVvpdKHzDZAYiLSD+GhnhxLm3/dMuk8pSzV+k28ECkiN5m8w==",
|
||||
"_integrity": "sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw==",
|
||||
"_location": "/@vue/babel-sugar-inject-h",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@vue/babel-sugar-inject-h@1.1.2",
|
||||
"raw": "@vue/babel-sugar-inject-h@1.2.2",
|
||||
"name": "@vue/babel-sugar-inject-h",
|
||||
"escapedName": "@vue%2fbabel-sugar-inject-h",
|
||||
"scope": "@vue",
|
||||
"rawSpec": "1.1.2",
|
||||
"rawSpec": "1.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.2"
|
||||
"fetchSpec": "1.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/babel-preset-jsx"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.1.2.tgz",
|
||||
"_spec": "1.1.2",
|
||||
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
||||
"_resolved": "https://registry.npmjs.org/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.2.2.tgz",
|
||||
"_spec": "1.2.2",
|
||||
"_where": "/home/node/nuxt",
|
||||
"author": {
|
||||
"name": "Nick Messing",
|
||||
"email": "dot.nick.dot.messing@gmail.com"
|
||||
@@ -49,7 +49,7 @@
|
||||
"vue": "^2.5.17"
|
||||
},
|
||||
"files": [],
|
||||
"gitHead": "67d6d39beab9f853118b4e0bbe901f5899ae7245",
|
||||
"gitHead": "e7413fd4de9f658dcc99cb17323b8404d2164bb7",
|
||||
"license": "MIT",
|
||||
"main": "dist/plugin.js",
|
||||
"name": "@vue/babel-sugar-inject-h",
|
||||
@@ -63,6 +63,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-inject-h"
|
||||
@@ -71,8 +74,8 @@
|
||||
"build": "rollup -c",
|
||||
"build:test": "rollup -c rollup.config.testing.js",
|
||||
"prepublish": "yarn build",
|
||||
"pretest": "yarn build:test",
|
||||
"pretest": "yarn build:test && cd ../babel-plugin-transform-vue-jsx && yarn build:test",
|
||||
"test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
|
||||
},
|
||||
"version": "1.1.2"
|
||||
"version": "1.2.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user