package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "slice-ansi@^5.0.0",
  3. "_id": "slice-ansi@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
  6. "_location": "/slice-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "slice-ansi@^5.0.0",
  12. "name": "slice-ansi",
  13. "escapedName": "slice-ansi",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cli-truncate"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
  22. "_shasum": "b73063c57aa96f9cd881654b15294d95d285c42a",
  23. "_spec": "slice-ansi@^5.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\cli-truncate",
  25. "bugs": {
  26. "url": "https://github.com/chalk/slice-ansi/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "ansi-styles": "^6.0.0",
  31. "is-fullwidth-code-point": "^4.0.0"
  32. },
  33. "deprecated": false,
  34. "description": "Slice a string with ANSI escape codes",
  35. "devDependencies": {
  36. "ava": "^3.15.0",
  37. "chalk": "^4.1.0",
  38. "random-item": "^4.0.0",
  39. "strip-ansi": "^7.0.0",
  40. "xo": "^0.38.2"
  41. },
  42. "engines": {
  43. "node": ">=12"
  44. },
  45. "exports": "./index.js",
  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. "type": "module",
  84. "version": "5.0.0"
  85. }