package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "ansi-align@^3.0.0",
  3. "_id": "ansi-align@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
  6. "_location": "/ansi-align",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-align@^3.0.0",
  12. "name": "ansi-align",
  13. "escapedName": "ansi-align",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/boxen"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
  22. "_shasum": "0cdf12e111ace773a86e9a1fad1225c43cb19a59",
  23. "_spec": "ansi-align@^3.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\boxen",
  25. "author": {
  26. "name": "nexdrew"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/nexdrew/ansi-align/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "string-width": "^4.1.0"
  34. },
  35. "deprecated": false,
  36. "description": "align-text with ANSI support for CLIs",
  37. "devDependencies": {
  38. "ava": "^2.0.0",
  39. "chalk": "^2.4.2",
  40. "coveralls": "^3.0.3",
  41. "nyc": "^14.0.0",
  42. "standard": "^14.0.0",
  43. "standard-version": "^7.0.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/nexdrew/ansi-align#readme",
  49. "keywords": [
  50. "ansi",
  51. "align",
  52. "cli",
  53. "center",
  54. "pad"
  55. ],
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "ansi-align",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/nexdrew/ansi-align.git"
  62. },
  63. "scripts": {
  64. "coverage": "nyc report --reporter=text-lcov | coveralls",
  65. "pretest": "standard",
  66. "release": "standard-version",
  67. "test": "nyc ava"
  68. },
  69. "version": "3.0.1"
  70. }