package.json 1.9 KB

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