![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/vue-client-only/ |
{ "name": "vue-client-only", "version": "2.1.0", "description": "Vue component to wrap non SSR friendly components", "repository": { "url": "egoist/vue-client-only", "type": "git" }, "main": "dist/vue-client-only.common.js", "unpkg": "dist/vue-client-only.min.js", "types": "types/index.d.ts", "files": [ "dist", "types/index.d.ts" ], "scripts": { "types": "dtslint --localTs node_modules/typescript/lib types", "test": "echo 'no tests!' && npm run lint", "lint": "xo", "build": "npm run build:cjs && npm run build:umd", "build:cjs": "FORMAT=cjs bili", "build:umd": "FORMAT=umd bili", "prepublish": "npm run build", "example": "poi" }, "poi": { "entry": "example/index.js", "dist": "example/dist" }, "author": "egoist <[email protected]>", "license": "MIT", "dependencies": {}, "devDependencies": { "bili": "^0.16.0-rc.1", "dtslint": "^4.1.0", "eslint-config-rem": "^3.0.0", "poi": "^9.3.1", "tsd": "^0.16.0", "typescript": "^4.3.2", "vue": "^2.6.13", "xo": "^0.18.0" }, "xo": { "extends": "rem/prettier", "ignores": [ "example/**" ] } }