package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@nuxt/vue-app@2.15.8",
  3. "_id": "@nuxt/vue-app@2.15.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FJf9FSMPsWT3BqkS37zEuPTxLKzSg2EIwp1sP8Eou25eE08qxRfe2PwTVA8HnXUPNdpz2uk/T9DlNw+JraiFRQ==",
  6. "_location": "/@nuxt/vue-app",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@nuxt/vue-app@2.15.8",
  12. "name": "@nuxt/vue-app",
  13. "escapedName": "@nuxt%2fvue-app",
  14. "scope": "@nuxt",
  15. "rawSpec": "2.15.8",
  16. "saveSpec": null,
  17. "fetchSpec": "2.15.8"
  18. },
  19. "_requiredBy": [
  20. "/@nuxt/builder",
  21. "/nuxt"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@nuxt/vue-app/-/vue-app-2.15.8.tgz",
  24. "_shasum": "46b7ec8fc93f8d1f4cdf4f6b04134cb40ceb7c4a",
  25. "_spec": "@nuxt/vue-app@2.15.8",
  26. "_where": "H:\\gs_nuxt\\node_modules\\nuxt",
  27. "bugs": {
  28. "url": "https://github.com/nuxt/nuxt.js/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "node-fetch": "^2.6.1",
  33. "ufo": "^0.7.4",
  34. "unfetch": "^4.2.0",
  35. "vue": "^2.6.12",
  36. "vue-client-only": "^2.0.0",
  37. "vue-meta": "^2.4.0",
  38. "vue-no-ssr": "^1.1.1",
  39. "vue-router": "^3.5.1",
  40. "vue-template-compiler": "^2.6.12",
  41. "vuex": "^3.6.2"
  42. },
  43. "deprecated": false,
  44. "files": [
  45. "dist",
  46. "template",
  47. "vetur",
  48. "web-types",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/nuxt/nuxt.js#readme",
  52. "license": "MIT",
  53. "main": "dist/vue-app.js",
  54. "name": "@nuxt/vue-app",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/nuxt/nuxt.js.git"
  61. },
  62. "typings": "index.d.ts",
  63. "version": "2.15.8",
  64. "web-types": "web-types/web-types.json"
  65. }