line_push/node_modules/vue-client-only/package.json
2022-07-17 13:16:16 +08:00

78 lines
2.0 KiB
JSON

{
"_args": [
[
"vue-client-only@2.0.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "vue-client-only@2.0.0",
"_id": "vue-client-only@2.0.0",
"_inBundle": false,
"_integrity": "sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==",
"_location": "/vue-client-only",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vue-client-only@2.0.0",
"name": "vue-client-only",
"escapedName": "vue-client-only",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/@nuxt/vue-app"
],
"_resolved": "https://registry.npmjs.org/vue-client-only/-/vue-client-only-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "egoist",
"email": "0x142857@gmail.com"
},
"bugs": {
"url": "https://github.com/egoist/vue-client-only/issues"
},
"dependencies": {},
"description": "Vue component to wrap non SSR friendly components",
"devDependencies": {
"bili": "^0.16.0-rc.1",
"eslint-config-rem": "^3.0.0",
"poi": "^9.3.1",
"xo": "^0.18.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/egoist/vue-client-only#readme",
"license": "MIT",
"main": "dist/vue-client-only.common.js",
"name": "vue-client-only",
"poi": {
"entry": "example/index.js",
"dist": "example/dist"
},
"repository": {
"url": "git+https://github.com/egoist/vue-client-only.git",
"type": "git"
},
"scripts": {
"build": "npm run build:cjs && npm run build:umd",
"build:cjs": "FORMAT=cjs bili",
"build:umd": "FORMAT=umd bili",
"example": "poi",
"lint": "xo",
"prepublish": "npm run build",
"test": "echo 'no tests!' && npm run lint"
},
"unpkg": "dist/vue-client-only.min.js",
"version": "2.0.0",
"xo": {
"extends": "rem/prettier",
"ignores": [
"example/**"
]
}
}