package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "nuxt@^2.15.8",
  3. "_id": "nuxt@2.15.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ceK3qLg/Baj7J8mK9bIxqw9AavrF+LXqwYEreBdY/a4Sj8YV4mIvhqea/6E7VTCNNGvKT2sJ/TTJjtfQ597lTA==",
  6. "_location": "/nuxt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nuxt@^2.15.8",
  12. "name": "nuxt",
  13. "escapedName": "nuxt",
  14. "rawSpec": "^2.15.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.15.8"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nuxt/-/nuxt-2.15.8.tgz",
  22. "_shasum": "946cba46bdaaf0e3918aa27fd9ea0fed8ed303b0",
  23. "_spec": "nuxt@^2.15.8",
  24. "_where": "H:\\gs_nuxt",
  25. "bin": {
  26. "nuxt": "bin/nuxt.js"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/nuxt/nuxt.js/issues"
  30. },
  31. "bundleDependencies": false,
  32. "collective": {
  33. "url": "https://opencollective.com/nuxtjs",
  34. "logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
  35. },
  36. "dependencies": {
  37. "@nuxt/babel-preset-app": "2.15.8",
  38. "@nuxt/builder": "2.15.8",
  39. "@nuxt/cli": "2.15.8",
  40. "@nuxt/components": "^2.1.8",
  41. "@nuxt/config": "2.15.8",
  42. "@nuxt/core": "2.15.8",
  43. "@nuxt/generator": "2.15.8",
  44. "@nuxt/loading-screen": "^2.0.3",
  45. "@nuxt/opencollective": "^0.3.2",
  46. "@nuxt/server": "2.15.8",
  47. "@nuxt/telemetry": "^1.3.3",
  48. "@nuxt/utils": "2.15.8",
  49. "@nuxt/vue-app": "2.15.8",
  50. "@nuxt/vue-renderer": "2.15.8",
  51. "@nuxt/webpack": "2.15.8"
  52. },
  53. "deprecated": false,
  54. "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
  55. "files": [
  56. "bin",
  57. "dist",
  58. "webpack.config.js"
  59. ],
  60. "homepage": "https://github.com/nuxt/nuxt.js#readme",
  61. "keywords": [
  62. "nuxt",
  63. "nuxt.js",
  64. "nuxtjs",
  65. "ssr",
  66. "vue",
  67. "vue isomorphic",
  68. "vue server side",
  69. "vue ssr",
  70. "vue universal",
  71. "vue versatile",
  72. "vue.js",
  73. "vuejs"
  74. ],
  75. "license": "MIT",
  76. "main": "dist/nuxt.js",
  77. "name": "nuxt",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/nuxt/nuxt.js.git"
  81. },
  82. "scripts": {
  83. "postinstall": "opencollective || exit 0"
  84. },
  85. "version": "2.15.8"
  86. }