package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "@nuxt/utils@2.15.8",
  3. "_id": "@nuxt/utils@2.15.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-e0VBarUbPiQ4ZO1T58puoFIuXme7L5gk1QfwyxOONlp2ryE7aRyZ8X/mryuOiIeyP64c4nwSUtN7q9EUWRb7Lg==",
  6. "_location": "/@nuxt/utils",
  7. "_phantomChildren": {
  8. "lru-cache": "6.0.0"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "@nuxt/utils@2.15.8",
  14. "name": "@nuxt/utils",
  15. "escapedName": "@nuxt%2futils",
  16. "scope": "@nuxt",
  17. "rawSpec": "2.15.8",
  18. "saveSpec": null,
  19. "fetchSpec": "2.15.8"
  20. },
  21. "_requiredBy": [
  22. "/@nuxt/builder",
  23. "/@nuxt/cli",
  24. "/@nuxt/config",
  25. "/@nuxt/core",
  26. "/@nuxt/generator",
  27. "/@nuxt/server",
  28. "/@nuxt/vue-renderer",
  29. "/@nuxt/webpack",
  30. "/nuxt"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/@nuxt/utils/-/utils-2.15.8.tgz",
  33. "_shasum": "0c3594f01be63ab521583904cafd32215b719d4c",
  34. "_spec": "@nuxt/utils@2.15.8",
  35. "_where": "H:\\gs_nuxt\\node_modules\\nuxt",
  36. "bugs": {
  37. "url": "https://github.com/nuxt/nuxt.js/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "consola": "^2.15.3",
  42. "create-require": "^1.1.1",
  43. "fs-extra": "^9.1.0",
  44. "hash-sum": "^2.0.0",
  45. "jiti": "^1.9.2",
  46. "lodash": "^4.17.21",
  47. "proper-lockfile": "^4.1.2",
  48. "semver": "^7.3.5",
  49. "serialize-javascript": "^5.0.1",
  50. "signal-exit": "^3.0.3",
  51. "ua-parser-js": "^0.7.28",
  52. "ufo": "^0.7.4"
  53. },
  54. "deprecated": false,
  55. "files": [
  56. "dist"
  57. ],
  58. "homepage": "https://github.com/nuxt/nuxt.js#readme",
  59. "license": "MIT",
  60. "main": "dist/utils.js",
  61. "name": "@nuxt/utils",
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/nuxt/nuxt.js.git"
  68. },
  69. "version": "2.15.8"
  70. }