package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@nuxt/config@2.15.8",
  3. "_id": "@nuxt/config@2.15.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KMQbjmUf9RVHeTZEf7zcuFnh03XKZioYhok6GOCY+leu3g5n/UhyPvLnTsgTfsLWohqoRoOm94u4A+tNYwn9VQ==",
  6. "_location": "/@nuxt/config",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@nuxt/config@2.15.8",
  12. "name": "@nuxt/config",
  13. "escapedName": "@nuxt%2fconfig",
  14. "scope": "@nuxt",
  15. "rawSpec": "2.15.8",
  16. "saveSpec": null,
  17. "fetchSpec": "2.15.8"
  18. },
  19. "_requiredBy": [
  20. "/@nuxt/cli",
  21. "/@nuxt/core",
  22. "/nuxt"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@nuxt/config/-/config-2.15.8.tgz",
  25. "_shasum": "56cc1b052871072a26f76c6d3b69d9b53808ce52",
  26. "_spec": "@nuxt/config@2.15.8",
  27. "_where": "H:\\gs_nuxt\\node_modules\\nuxt",
  28. "bugs": {
  29. "url": "https://github.com/nuxt/nuxt.js/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@nuxt/utils": "2.15.8",
  34. "consola": "^2.15.3",
  35. "defu": "^4.0.1",
  36. "destr": "^1.1.0",
  37. "dotenv": "^9.0.2",
  38. "lodash": "^4.17.21",
  39. "rc9": "^1.2.0",
  40. "std-env": "^2.3.0",
  41. "ufo": "^0.7.4"
  42. },
  43. "deprecated": false,
  44. "files": [
  45. "dist",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/nuxt/nuxt.js#readme",
  49. "license": "MIT",
  50. "main": "dist/config.js",
  51. "name": "@nuxt/config",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/nuxt/nuxt.js.git"
  58. },
  59. "typings": "index.d.ts",
  60. "version": "2.15.8"
  61. }