package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "slice-ansi@3.0.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "slice-ansi@3.0.0",
  10. "_id": "slice-ansi@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==",
  13. "_location": "/slice-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "slice-ansi@3.0.0",
  19. "name": "slice-ansi",
  20. "escapedName": "slice-ansi",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/cli-truncate"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  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": "^2.4.2",
  43. "random-item": "^3.0.0",
  44. "strip-ansi": "^5.0.0",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/chalk/slice-ansi#readme",
  54. "keywords": [
  55. "slice",
  56. "string",
  57. "ansi",
  58. "styles",
  59. "color",
  60. "colour",
  61. "colors",
  62. "terminal",
  63. "console",
  64. "cli",
  65. "tty",
  66. "escape",
  67. "formatting",
  68. "rgb",
  69. "256",
  70. "shell",
  71. "xterm",
  72. "log",
  73. "logging",
  74. "command-line",
  75. "text"
  76. ],
  77. "license": "MIT",
  78. "name": "slice-ansi",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/chalk/slice-ansi.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava"
  85. },
  86. "version": "3.0.0"
  87. }