package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "boxen@^5.0.1",
  3. "_id": "boxen@5.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==",
  6. "_location": "/boxen",
  7. "_phantomChildren": {
  8. "string-width": "4.2.3",
  9. "strip-ansi": "6.0.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "boxen@^5.0.1",
  15. "name": "boxen",
  16. "escapedName": "boxen",
  17. "rawSpec": "^5.0.1",
  18. "saveSpec": null,
  19. "fetchSpec": "^5.0.1"
  20. },
  21. "_requiredBy": [
  22. "/@nuxt/cli"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz",
  25. "_shasum": "788cb686fc83c1f486dfa8a40c68fc2b831d2b50",
  26. "_spec": "boxen@^5.0.1",
  27. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\cli",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "https://sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/boxen/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "ansi-align": "^3.0.0",
  39. "camelcase": "^6.2.0",
  40. "chalk": "^4.1.0",
  41. "cli-boxes": "^2.2.1",
  42. "string-width": "^4.2.2",
  43. "type-fest": "^0.20.2",
  44. "widest-line": "^3.1.0",
  45. "wrap-ansi": "^7.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "Create boxes in the terminal",
  49. "devDependencies": {
  50. "ava": "^2.4.0",
  51. "nyc": "^15.1.0",
  52. "tsd": "^0.14.0",
  53. "xo": "^0.36.1"
  54. },
  55. "engines": {
  56. "node": ">=10"
  57. },
  58. "files": [
  59. "index.js",
  60. "index.d.ts"
  61. ],
  62. "funding": "https://github.com/sponsors/sindresorhus",
  63. "homepage": "https://github.com/sindresorhus/boxen#readme",
  64. "keywords": [
  65. "cli",
  66. "box",
  67. "boxes",
  68. "terminal",
  69. "term",
  70. "console",
  71. "ascii",
  72. "unicode",
  73. "border",
  74. "text"
  75. ],
  76. "license": "MIT",
  77. "name": "boxen",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/boxen.git"
  81. },
  82. "scripts": {
  83. "test": "xo && nyc ava && tsd"
  84. },
  85. "version": "5.1.2"
  86. }