1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_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": "H:\\gs_nuxt\\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"
- }
|