1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
| {
| "_from": "vue-client-only@^2.0.0",
| "_id": "vue-client-only@2.1.0",
| "_inBundle": false,
| "_integrity": "sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==",
| "_location": "/vue-client-only",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "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.1.0.tgz",
| "_shasum": "1a67a47b8ecacfa86d75830173fffee3bf8a4ee3",
| "_spec": "vue-client-only@^2.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\vue-app",
| "author": {
| "name": "egoist",
| "email": "0x142857@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/egoist/vue-client-only/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "Vue component to wrap non SSR friendly components",
| "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"
| },
| "files": [
| "dist",
| "types/index.d.ts"
| ],
| "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",
| "types": "dtslint --localTs node_modules/typescript/lib types"
| },
| "types": "types/index.d.ts",
| "unpkg": "dist/vue-client-only.min.js",
| "version": "2.1.0",
| "xo": {
| "extends": "rem/prettier",
| "ignores": [
| "example/**"
| ]
| }
| }
|
|