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
| {
| "_from": "@nuxt/types@^2.15.8",
| "_id": "@nuxt/types@2.15.8",
| "_inBundle": false,
| "_integrity": "sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==",
| "_location": "/@nuxt/types",
| "_phantomChildren": {
| "@types/anymatch": "3.0.0",
| "@types/json-schema": "7.0.11",
| "@types/tapable": "1.0.8",
| "@types/uglify-js": "3.13.2",
| "@types/webpack-sources": "3.2.0",
| "ajv": "6.12.6",
| "ajv-keywords": "3.5.2",
| "klona": "2.0.5",
| "loader-utils": "2.0.2",
| "lru-cache": "6.0.0",
| "neo-async": "2.6.2",
| "source-map": "0.6.1"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@nuxt/types@^2.15.8",
| "name": "@nuxt/types",
| "escapedName": "@nuxt%2ftypes",
| "scope": "@nuxt",
| "rawSpec": "^2.15.8",
| "saveSpec": null,
| "fetchSpec": "^2.15.8"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/@nuxt/types/-/types-2.15.8.tgz",
| "_shasum": "1249de448f68169fe17e9379ee7b5caa0eb336b0",
| "_spec": "@nuxt/types@^2.15.8",
| "_where": "D:\\project\\PAM\\PAMapp",
| "bugs": {
| "url": "https://github.com/nuxt/nuxt.js/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@types/autoprefixer": "9.7.2",
| "@types/babel__core": "7.1.14",
| "@types/compression": "1.7.0",
| "@types/connect": "3.4.34",
| "@types/etag": "1.8.0",
| "@types/file-loader": "5.0.0",
| "@types/html-minifier": "4.0.0",
| "@types/less": "3.0.2",
| "@types/node": "12.20.12",
| "@types/optimize-css-assets-webpack-plugin": "5.0.3",
| "@types/pug": "2.0.4",
| "@types/sass-loader": "8.0.1",
| "@types/serve-static": "1.13.9",
| "@types/terser-webpack-plugin": "4.2.1",
| "@types/webpack": "4.41.28",
| "@types/webpack-bundle-analyzer": "3.9.3",
| "@types/webpack-dev-middleware": "4.1.2",
| "@types/webpack-hot-middleware": "2.25.4",
| "sass-loader": "10.1.1"
| },
| "deprecated": false,
| "description": "Nuxt types",
| "files": [
| "index.js",
| "**/*.d.ts"
| ],
| "homepage": "https://github.com/nuxt/nuxt.js#readme",
| "license": "MIT",
| "main": "index.js",
| "name": "@nuxt/types",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nuxt/nuxt.js.git"
| },
| "types": "index.d.ts",
| "version": "2.15.8"
| }
|
|