package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@nuxt/loading-screen@^2.0.3",
  3. "_id": "@nuxt/loading-screen@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xpEDAoRu75tLUYCkUJCIvJkWJSuwr8pqomvQ+fkXpSrkxZ/9OzlBFjAbVdOAWTMj4aV/LVQso4vcEdircKeFIQ==",
  6. "_location": "/@nuxt/loading-screen",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@nuxt/loading-screen@^2.0.3",
  12. "name": "@nuxt/loading-screen",
  13. "escapedName": "@nuxt%2floading-screen",
  14. "scope": "@nuxt",
  15. "rawSpec": "^2.0.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.0.3"
  18. },
  19. "_requiredBy": [
  20. "/nuxt"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.4.tgz",
  23. "_shasum": "756abd861f77c57001be4d21d47534723afb4f3a",
  24. "_spec": "@nuxt/loading-screen@^2.0.3",
  25. "_where": "H:\\gs_nuxt\\node_modules\\nuxt",
  26. "bugs": {
  27. "url": "https://github.com/nuxt/loading-screen/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "connect": "^3.7.0",
  32. "defu": "^5.0.0",
  33. "get-port-please": "^2.2.0",
  34. "node-res": "^5.0.1",
  35. "serve-static": "^1.14.1"
  36. },
  37. "deprecated": false,
  38. "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]",
  39. "devDependencies": {
  40. "@nuxtjs/eslint-config": "latest",
  41. "eslint": "latest",
  42. "poi": "latest",
  43. "standard-version": "latest",
  44. "unfetch": "latest",
  45. "vue": "latest",
  46. "vue-template-compiler": "latest"
  47. },
  48. "files": [
  49. "lib",
  50. "app-dist"
  51. ],
  52. "homepage": "https://github.com/nuxt/loading-screen#readme",
  53. "license": "MIT",
  54. "main": "lib/module.js",
  55. "name": "@nuxt/loading-screen",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/nuxt/loading-screen.git"
  59. },
  60. "scripts": {
  61. "build": "yarn poi --prod",
  62. "lint": "eslint --ext .vue,.ts,.js .",
  63. "prepack": "yarn build",
  64. "release": "yarn test && standard-version && git push --follow-tags && npm publish",
  65. "test": "yarn lint"
  66. },
  67. "version": "2.0.4"
  68. }