package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "slice-ansi",
  3. "version": "1.0.0",
  4. "description": "Slice a string with ANSI escape codes",
  5. "license": "MIT",
  6. "repository": "chalk/slice-ansi",
  7. "author": {
  8. "name": "David Caccavella",
  9. "email": "threedeecee@gmail.com"
  10. },
  11. "engines": {
  12. "node": ">=4"
  13. },
  14. "scripts": {
  15. "test": "xo && ava"
  16. },
  17. "files": [
  18. "index.js"
  19. ],
  20. "keywords": [
  21. "slice",
  22. "string",
  23. "ansi",
  24. "styles",
  25. "color",
  26. "colour",
  27. "colors",
  28. "terminal",
  29. "console",
  30. "cli",
  31. "tty",
  32. "escape",
  33. "formatting",
  34. "rgb",
  35. "256",
  36. "shell",
  37. "xterm",
  38. "log",
  39. "logging",
  40. "command-line",
  41. "text"
  42. ],
  43. "dependencies": {
  44. "is-fullwidth-code-point": "^2.0.0"
  45. },
  46. "devDependencies": {
  47. "ava": "*",
  48. "chalk": "^2.0.1",
  49. "random-item": "^1.0.0",
  50. "strip-ansi": "^4.0.0",
  51. "xo": "*"
  52. },
  53. "__npminstall_done": "Thu Dec 24 2020 20:20:58 GMT+0800 (CST)",
  54. "_from": "slice-ansi@1.0.0",
  55. "_resolved": "https://registry.npm.taobao.org/slice-ansi/download/slice-ansi-1.0.0.tgz"
  56. }