package.json 1.8 KB

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