package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "@nuxt/core@2.15.8",
  3. "_id": "@nuxt/core@2.15.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-31pipWRvwHiyB5VDqffgSO7JtmHxyzgshIzuZzSinxMbVmK3BKsOwacD/51oEyELgrPlUgLqcY9dg+RURgmHGQ==",
  6. "_location": "/@nuxt/core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@nuxt/core@2.15.8",
  12. "name": "@nuxt/core",
  13. "escapedName": "@nuxt%2fcore",
  14. "scope": "@nuxt",
  15. "rawSpec": "2.15.8",
  16. "saveSpec": null,
  17. "fetchSpec": "2.15.8"
  18. },
  19. "_requiredBy": [
  20. "/nuxt"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@nuxt/core/-/core-2.15.8.tgz",
  23. "_shasum": "443d13da9edc5c4ae47d7902f1d6504a8cce27a2",
  24. "_spec": "@nuxt/core@2.15.8",
  25. "_where": "H:\\gs_nuxt\\node_modules\\nuxt",
  26. "bugs": {
  27. "url": "https://github.com/nuxt/nuxt.js/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@nuxt/config": "2.15.8",
  32. "@nuxt/server": "2.15.8",
  33. "@nuxt/utils": "2.15.8",
  34. "consola": "^2.15.3",
  35. "fs-extra": "^9.1.0",
  36. "hable": "^3.0.0",
  37. "hash-sum": "^2.0.0",
  38. "lodash": "^4.17.21"
  39. },
  40. "deprecated": false,
  41. "files": [
  42. "dist"
  43. ],
  44. "homepage": "https://github.com/nuxt/nuxt.js#readme",
  45. "license": "MIT",
  46. "main": "dist/core.js",
  47. "name": "@nuxt/core",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/nuxt/nuxt.js.git"
  54. },
  55. "version": "2.15.8"
  56. }