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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
| {
| "_args": [
| [
| "vue-meta@2.4.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "vue-meta@2.4.0",
| "_id": "vue-meta@2.4.0",
| "_inBundle": false,
| "_integrity": "sha512-XEeZUmlVeODclAjCNpWDnjgw+t3WA6gdzs6ENoIAgwO1J1d5p1tezDhtteLUFwcaQaTtayRrsx7GL6oXp/m2Jw==",
| "_location": "/vue-meta",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "vue-meta@2.4.0",
| "name": "vue-meta",
| "escapedName": "vue-meta",
| "rawSpec": "2.4.0",
| "saveSpec": null,
| "fetchSpec": "2.4.0"
| },
| "_requiredBy": [
| "/@nuxt/vue-app",
| "/@nuxt/vue-renderer"
| ],
| "_resolved": "https://registry.npmjs.org/vue-meta/-/vue-meta-2.4.0.tgz",
| "_spec": "2.4.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "bugs": {
| "url": "https://github.com/nuxt/vue-meta/issues"
| },
| "contributors": [
| {
| "name": "Declan de Wet",
| "url": "@declandewet"
| },
| {
| "name": "Sebastien Chopin",
| "url": "@Atinux"
| },
| {
| "name": "Pim",
| "url": "@pimlie"
| }
| ],
| "dependencies": {
| "deepmerge": "^4.2.2"
| },
| "description": "Manage HTML metadata in Vue.js components with ssr support",
| "devDependencies": {
| "@babel/cli": "^7.10.1",
| "@babel/core": "^7.10.2",
| "@babel/node": "^7.10.1",
| "@babel/plugin-syntax-dynamic-import": "^7.8.3",
| "@babel/preset-env": "^7.10.2",
| "@nuxtjs/eslint-config": "^3.0.0",
| "@vue/server-test-utils": "^1.0.3",
| "@vue/test-utils": "^1.0.3",
| "@vuepress/plugin-google-analytics": "^1.5.1",
| "@vuepress/plugin-pwa": "^1.5.1",
| "babel-core": "^7.0.0-bridge",
| "babel-eslint": "^10.1.0",
| "babel-jest": "^26.0.1",
| "babel-loader": "^8.1.0",
| "babel-plugin-dynamic-import-node": "^2.3.3",
| "browserstack-local": "^1.4.5",
| "chromedriver": "^83.0.0",
| "codecov": "^3.7.0",
| "copy-webpack-plugin": "^6.0.2",
| "eslint": "^7.2.0",
| "eslint-config-standard": "^14.1.1",
| "eslint-plugin-import": "^2.21.2",
| "eslint-plugin-jest": "^23.13.2",
| "eslint-plugin-node": "^11.1.0",
| "eslint-plugin-promise": "^4.2.1",
| "eslint-plugin-standard": "^4.0.1",
| "eslint-plugin-vue": "^6.2.2",
| "esm": "^3.2.25",
| "fs-extra": "^9.0.1",
| "geckodriver": "^1.19.1",
| "get-port": "^5.1.1",
| "hable": "3.0.0",
| "is-wsl": "^2.2.0",
| "jest": "^26.0.1",
| "jest-environment-jsdom": "^26.0.1",
| "jest-environment-jsdom-global": "^2.0.2",
| "jsdom": "^16.2.2",
| "lodash": "^4.17.15",
| "node-env-file": "^0.1.8",
| "puppeteer-core": "^3.3.0",
| "rimraf": "^3.0.2",
| "rollup": "^2.15.0",
| "rollup-plugin-babel": "^4.4.0",
| "rollup-plugin-commonjs": "^10.1.0",
| "rollup-plugin-json": "^4.0.0",
| "rollup-plugin-node-resolve": "^5.2.0",
| "rollup-plugin-replace": "^2.2.0",
| "rollup-plugin-terser": "^6.1.0",
| "selenium-webdriver": "^4.0.0-alpha.7",
| "standard-version": "^8.0.0",
| "tib": "^0.7.4",
| "typescript": "^3.9.5",
| "vue": "^2.6.11",
| "vue-jest": "^3.0.5",
| "vue-loader": "^15.9.2",
| "vue-router": "^3.3.2",
| "vue-server-renderer": "^2.6.11",
| "vue-template-compiler": "^2.6.11",
| "vuepress": "^1.5.1",
| "vuepress-theme-vue": "^1.1.0",
| "webpack": "^4.43.0"
| },
| "files": [
| "dist",
| "types/*.d.ts"
| ],
| "homepage": "https://github.com/nuxt/vue-meta",
| "keywords": [
| "attribute",
| "google",
| "head",
| "helmet",
| "info",
| "metadata",
| "meta",
| "seo",
| "server",
| "ssr",
| "title",
| "universal",
| "vue"
| ],
| "license": "MIT",
| "main": "dist/vue-meta.common.js",
| "module": "dist/vue-meta.esm.js",
| "name": "vue-meta",
| "repository": {
| "type": "git",
| "url": "git@github.com/nuxt/vue-meta.git"
| },
| "scripts": {
| "build": "rimraf dist && rollup -c scripts/rollup.config.js",
| "coverage": "codecov",
| "dev": "cd examples && yarn dev && cd ..",
| "docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
| "docs:build": "vuepress build docs",
| "lint": "eslint src test",
| "prerelease": "git checkout master && git pull -r",
| "release": "yarn lint && yarn test && standard-version",
| "test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
| "test:e2e-browser": "jest test/e2e/browser",
| "test:e2e-ssr": "jest test/e2e/ssr",
| "test:types": "tsc -p types/test",
| "test:unit": "jest test/unit"
| },
| "typings": "types/index.d.ts",
| "version": "2.4.0",
| "web": "dist/vue-meta.js"
| }
|
|