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
| {
| "_args": [
| [
| "nuxt@2.15.8",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "nuxt@2.15.8",
| "_id": "nuxt@2.15.8",
| "_inBundle": false,
| "_integrity": "sha512-ceK3qLg/Baj7J8mK9bIxqw9AavrF+LXqwYEreBdY/a4Sj8YV4mIvhqea/6E7VTCNNGvKT2sJ/TTJjtfQ597lTA==",
| "_location": "/nuxt",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "nuxt@2.15.8",
| "name": "nuxt",
| "escapedName": "nuxt",
| "rawSpec": "2.15.8",
| "saveSpec": null,
| "fetchSpec": "2.15.8"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/nuxt/-/nuxt-2.15.8.tgz",
| "_spec": "2.15.8",
| "_where": "/Users/tomas/PAM/PAMapp",
| "bin": {
| "nuxt": "bin/nuxt.js"
| },
| "bugs": {
| "url": "https://github.com/nuxt/nuxt.js/issues"
| },
| "collective": {
| "url": "https://opencollective.com/nuxtjs",
| "logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
| },
| "dependencies": {
| "@nuxt/babel-preset-app": "2.15.8",
| "@nuxt/builder": "2.15.8",
| "@nuxt/cli": "2.15.8",
| "@nuxt/components": "^2.1.8",
| "@nuxt/config": "2.15.8",
| "@nuxt/core": "2.15.8",
| "@nuxt/generator": "2.15.8",
| "@nuxt/loading-screen": "^2.0.3",
| "@nuxt/opencollective": "^0.3.2",
| "@nuxt/server": "2.15.8",
| "@nuxt/telemetry": "^1.3.3",
| "@nuxt/utils": "2.15.8",
| "@nuxt/vue-app": "2.15.8",
| "@nuxt/vue-renderer": "2.15.8",
| "@nuxt/webpack": "2.15.8"
| },
| "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
| "files": [
| "bin",
| "dist",
| "webpack.config.js"
| ],
| "homepage": "https://github.com/nuxt/nuxt.js#readme",
| "keywords": [
| "nuxt",
| "nuxt.js",
| "nuxtjs",
| "ssr",
| "vue",
| "vue isomorphic",
| "vue server side",
| "vue ssr",
| "vue universal",
| "vue versatile",
| "vue.js",
| "vuejs"
| ],
| "license": "MIT",
| "main": "dist/nuxt.js",
| "name": "nuxt",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nuxt/nuxt.js.git"
| },
| "scripts": {
| "postinstall": "opencollective || exit 0"
| },
| "version": "2.15.8"
| }
|
|