package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "@nuxt/cli@2.15.8",
  3. "_id": "@nuxt/cli@2.15.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KcGIILW/dAjBKea1DHsuLCG1sNzhzETShwT23DhXWO304qL8ljf4ndYKzn2RenzauGRGz7MREta80CbJCkLSHw==",
  6. "_location": "/@nuxt/cli",
  7. "_phantomChildren": {
  8. "lru-cache": "6.0.0",
  9. "string-width": "4.2.3",
  10. "strip-ansi": "6.0.1"
  11. },
  12. "_requested": {
  13. "type": "version",
  14. "registry": true,
  15. "raw": "@nuxt/cli@2.15.8",
  16. "name": "@nuxt/cli",
  17. "escapedName": "@nuxt%2fcli",
  18. "scope": "@nuxt",
  19. "rawSpec": "2.15.8",
  20. "saveSpec": null,
  21. "fetchSpec": "2.15.8"
  22. },
  23. "_requiredBy": [
  24. "/nuxt"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-2.15.8.tgz",
  27. "_shasum": "3b946ee08c7b5b3223c8952873c65727e775ec30",
  28. "_spec": "@nuxt/cli@2.15.8",
  29. "_where": "H:\\gs_nuxt\\node_modules\\nuxt",
  30. "bin": {
  31. "nuxt-cli": "bin/nuxt-cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/nuxt/nuxt.js/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@nuxt/config": "2.15.8",
  39. "@nuxt/utils": "2.15.8",
  40. "boxen": "^5.0.1",
  41. "chalk": "^4.1.1",
  42. "compression": "^1.7.4",
  43. "connect": "^3.7.0",
  44. "consola": "^2.15.3",
  45. "crc": "^3.8.0",
  46. "defu": "^4.0.1",
  47. "destr": "^1.1.0",
  48. "execa": "^5.0.0",
  49. "exit": "^0.1.2",
  50. "fs-extra": "^9.1.0",
  51. "globby": "^11.0.3",
  52. "hable": "^3.0.0",
  53. "lodash": "^4.17.21",
  54. "minimist": "^1.2.5",
  55. "opener": "1.5.2",
  56. "pretty-bytes": "^5.6.0",
  57. "semver": "^7.3.5",
  58. "serve-static": "^1.14.1",
  59. "std-env": "^2.3.0",
  60. "upath": "^2.0.1",
  61. "wrap-ansi": "^7.0.0"
  62. },
  63. "deprecated": false,
  64. "files": [
  65. "bin",
  66. "dist"
  67. ],
  68. "homepage": "https://github.com/nuxt/nuxt.js#readme",
  69. "license": "MIT",
  70. "main": "dist/cli.js",
  71. "name": "@nuxt/cli",
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/nuxt/nuxt.js.git"
  78. },
  79. "version": "2.15.8"
  80. }