package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "slice-ansi@^4.0.0",
  3. "_id": "slice-ansi@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  6. "_location": "/slice-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "slice-ansi@^4.0.0",
  12. "name": "slice-ansi",
  13. "escapedName": "slice-ansi",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/table"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  22. "_shasum": "500e8dd0fd55b05815086255b3195adf2a45fe6b",
  23. "_spec": "slice-ansi@^4.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\table",
  25. "bugs": {
  26. "url": "https://github.com/chalk/slice-ansi/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "ansi-styles": "^4.0.0",
  31. "astral-regex": "^2.0.0",
  32. "is-fullwidth-code-point": "^3.0.0"
  33. },
  34. "deprecated": false,
  35. "description": "Slice a string with ANSI escape codes",
  36. "devDependencies": {
  37. "ava": "^2.1.0",
  38. "chalk": "^3.0.0",
  39. "random-item": "^3.0.0",
  40. "strip-ansi": "^6.0.0",
  41. "xo": "^0.26.1"
  42. },
  43. "engines": {
  44. "node": ">=10"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "funding": "https://github.com/chalk/slice-ansi?sponsor=1",
  50. "homepage": "https://github.com/chalk/slice-ansi#readme",
  51. "keywords": [
  52. "slice",
  53. "string",
  54. "ansi",
  55. "styles",
  56. "color",
  57. "colour",
  58. "colors",
  59. "terminal",
  60. "console",
  61. "cli",
  62. "tty",
  63. "escape",
  64. "formatting",
  65. "rgb",
  66. "256",
  67. "shell",
  68. "xterm",
  69. "log",
  70. "logging",
  71. "command-line",
  72. "text"
  73. ],
  74. "license": "MIT",
  75. "name": "slice-ansi",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/chalk/slice-ansi.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava"
  82. },
  83. "version": "4.0.0"
  84. }