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
| {
| "_from": "@nuxt/loading-screen@^2.0.3",
| "_id": "@nuxt/loading-screen@2.0.4",
| "_inBundle": false,
| "_integrity": "sha512-xpEDAoRu75tLUYCkUJCIvJkWJSuwr8pqomvQ+fkXpSrkxZ/9OzlBFjAbVdOAWTMj4aV/LVQso4vcEdircKeFIQ==",
| "_location": "/@nuxt/loading-screen",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@nuxt/loading-screen@^2.0.3",
| "name": "@nuxt/loading-screen",
| "escapedName": "@nuxt%2floading-screen",
| "scope": "@nuxt",
| "rawSpec": "^2.0.3",
| "saveSpec": null,
| "fetchSpec": "^2.0.3"
| },
| "_requiredBy": [
| "/nuxt"
| ],
| "_resolved": "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.4.tgz",
| "_shasum": "756abd861f77c57001be4d21d47534723afb4f3a",
| "_spec": "@nuxt/loading-screen@^2.0.3",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\nuxt",
| "bugs": {
| "url": "https://github.com/nuxt/loading-screen/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "connect": "^3.7.0",
| "defu": "^5.0.0",
| "get-port-please": "^2.2.0",
| "node-res": "^5.0.1",
| "serve-static": "^1.14.1"
| },
| "deprecated": false,
| "description": "[![Github Actions CI][github-actions-src]][github-actions-href] [![Standard JS][standard-js-src]][standard-js-href] [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![package phobia][package-phobia-src]][package-phobia-href]",
| "devDependencies": {
| "@nuxtjs/eslint-config": "latest",
| "eslint": "latest",
| "poi": "latest",
| "standard-version": "latest",
| "unfetch": "latest",
| "vue": "latest",
| "vue-template-compiler": "latest"
| },
| "files": [
| "lib",
| "app-dist"
| ],
| "homepage": "https://github.com/nuxt/loading-screen#readme",
| "license": "MIT",
| "main": "lib/module.js",
| "name": "@nuxt/loading-screen",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nuxt/loading-screen.git"
| },
| "scripts": {
| "build": "yarn poi --prod",
| "lint": "eslint --ext .vue,.ts,.js .",
| "prepack": "yarn build",
| "release": "yarn test && standard-version && git push --follow-tags && npm publish",
| "test": "yarn lint"
| },
| "version": "2.0.4"
| }
|
|