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

78 lines
1.9 KiB
JSON

{
"_args": [
[
"vue-no-ssr@1.1.1",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "vue-no-ssr@1.1.1",
"_id": "vue-no-ssr@1.1.1",
"_inBundle": false,
"_integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==",
"_location": "/vue-no-ssr",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vue-no-ssr@1.1.1",
"name": "vue-no-ssr",
"escapedName": "vue-no-ssr",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/@nuxt/vue-app"
],
"_resolved": "https://registry.npmjs.org/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "egoist",
"email": "0x142857@gmail.com"
},
"bugs": {
"url": "https://github.com/egoist/vue-no-ssr/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-no-ssr#readme",
"license": "MIT",
"main": "dist/vue-no-ssr.common.js",
"name": "vue-no-ssr",
"poi": {
"entry": "example/index.js",
"dist": "example/dist"
},
"repository": {
"url": "git+https://github.com/egoist/vue-no-ssr.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-no-ssr.min.js",
"version": "1.1.1",
"xo": {
"extends": "rem/prettier",
"ignores": [
"example/**"
]
}
}