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
| {
| "_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": "range",
| "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",
| "_shasum": "875f3be6fb0ae41568a837f3ac1a80eaa137b998",
| "_spec": "vue-no-ssr@^1.1.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\vue-app",
| "author": {
| "name": "egoist",
| "email": "0x142857@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/egoist/vue-no-ssr/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "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/**"
| ]
| }
| }
|
|