package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "slice-ansi@^2.1.0",
  3. "_id": "slice-ansi@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==",
  6. "_location": "/slice-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "slice-ansi@^2.1.0",
  12. "name": "slice-ansi",
  13. "escapedName": "slice-ansi",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/table"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/slice-ansi/-/slice-ansi-2.1.0.tgz",
  22. "_shasum": "cacd7693461a637a5788d92a7dd4fba068e81636",
  23. "_spec": "slice-ansi@^2.1.0",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\table",
  25. "bugs": {
  26. "url": "https://github.com/chalk/slice-ansi/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "ansi-styles": "^3.2.0",
  31. "astral-regex": "^1.0.0",
  32. "is-fullwidth-code-point": "^2.0.0"
  33. },
  34. "deprecated": false,
  35. "description": "Slice a string with ANSI escape codes",
  36. "devDependencies": {
  37. "ava": "^1.1.0",
  38. "chalk": "^2.4.2",
  39. "random-item": "^1.0.0",
  40. "strip-ansi": "^5.0.0",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=6"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/chalk/slice-ansi#readme",
  50. "keywords": [
  51. "slice",
  52. "string",
  53. "ansi",
  54. "styles",
  55. "color",
  56. "colour",
  57. "colors",
  58. "terminal",
  59. "console",
  60. "cli",
  61. "tty",
  62. "escape",
  63. "formatting",
  64. "rgb",
  65. "256",
  66. "shell",
  67. "xterm",
  68. "log",
  69. "logging",
  70. "command-line",
  71. "text"
  72. ],
  73. "license": "MIT",
  74. "name": "slice-ansi",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/chalk/slice-ansi.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "2.1.0"
  83. }