package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "cli-boxes@^2.2.1",
  3. "_id": "cli-boxes@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==",
  6. "_location": "/cli-boxes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cli-boxes@^2.2.1",
  12. "name": "cli-boxes",
  13. "escapedName": "cli-boxes",
  14. "rawSpec": "^2.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.1"
  17. },
  18. "_requiredBy": [
  19. "/boxen"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz",
  22. "_shasum": "ddd5035d25094fce220e9cab40a45840a440318f",
  23. "_spec": "cli-boxes@^2.2.1",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\boxen",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/cli-boxes/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Boxes for use in the terminal",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=6"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts",
  47. "boxes.json"
  48. ],
  49. "funding": "https://github.com/sponsors/sindresorhus",
  50. "homepage": "https://github.com/sindresorhus/cli-boxes#readme",
  51. "keywords": [
  52. "cli",
  53. "box",
  54. "boxes",
  55. "terminal",
  56. "term",
  57. "console",
  58. "ascii",
  59. "unicode",
  60. "border",
  61. "text",
  62. "json"
  63. ],
  64. "license": "MIT",
  65. "name": "cli-boxes",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/cli-boxes.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava && tsd"
  72. },
  73. "version": "2.2.1"
  74. }