選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

87 行
2.0KB

  1. {
  2. "_from": "boxen@^4.2.0",
  3. "_id": "boxen@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==",
  6. "_location": "/boxen",
  7. "_phantomChildren": {
  8. "ansi-styles": "4.2.1",
  9. "supports-color": "7.1.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "boxen@^4.2.0",
  15. "name": "boxen",
  16. "escapedName": "boxen",
  17. "rawSpec": "^4.2.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.2.0"
  20. },
  21. "_requiredBy": [
  22. "/update-notifier"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz",
  25. "_shasum": "e411b62357d6d6d36587c8ac3d5d974daa070e64",
  26. "_spec": "boxen@^4.2.0",
  27. "_where": "/home/cziermann/git/papoh/node_modules/update-notifier",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "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": "^5.3.1",
  40. "chalk": "^3.0.0",
  41. "cli-boxes": "^2.2.0",
  42. "string-width": "^4.1.0",
  43. "term-size": "^2.1.0",
  44. "type-fest": "^0.8.1",
  45. "widest-line": "^3.1.0"
  46. },
  47. "deprecated": false,
  48. "description": "Create boxes in the terminal",
  49. "devDependencies": {
  50. "ava": "^2.1.0",
  51. "nyc": "^14.1.1",
  52. "tsd": "^0.11.0",
  53. "xo": "^0.25.3"
  54. },
  55. "engines": {
  56. "node": ">=8"
  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": "4.2.0"
  86. }