line_push/node_modules/@nuxt/loading-screen/package.json
2022-07-18 02:50:52 +00:00

72 lines
2.1 KiB
JSON

{
"_args": [
[
"@nuxt/loading-screen@2.0.4",
"/home/node/nuxt"
]
],
"_from": "@nuxt/loading-screen@2.0.4",
"_id": "@nuxt/loading-screen@2.0.4",
"_inBundle": false,
"_integrity": "sha512-xpEDAoRu75tLUYCkUJCIvJkWJSuwr8pqomvQ+fkXpSrkxZ/9OzlBFjAbVdOAWTMj4aV/LVQso4vcEdircKeFIQ==",
"_location": "/@nuxt/loading-screen",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@nuxt/loading-screen@2.0.4",
"name": "@nuxt/loading-screen",
"escapedName": "@nuxt%2floading-screen",
"scope": "@nuxt",
"rawSpec": "2.0.4",
"saveSpec": null,
"fetchSpec": "2.0.4"
},
"_requiredBy": [
"/nuxt"
],
"_resolved": "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.4.tgz",
"_spec": "2.0.4",
"_where": "/home/node/nuxt",
"bugs": {
"url": "https://github.com/nuxt/loading-screen/issues"
},
"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"
},
"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"
}