package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "slice-ansi@2.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "slice-ansi@2.1.0",
  10. "_id": "slice-ansi@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ys12k0YaY3pXiNkqfdT7oGjoFjY=",
  13. "_location": "/slice-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "slice-ansi@2.1.0",
  19. "name": "slice-ansi",
  20. "escapedName": "slice-ansi",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/table"
  27. ],
  28. "_resolved": "https://registry.nlark.com/slice-ansi/download/slice-ansi-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "bugs": {
  32. "url": "https://github.com/chalk/slice-ansi/issues"
  33. },
  34. "dependencies": {
  35. "ansi-styles": "^3.2.0",
  36. "astral-regex": "^1.0.0",
  37. "is-fullwidth-code-point": "^2.0.0"
  38. },
  39. "description": "Slice a string with ANSI escape codes",
  40. "devDependencies": {
  41. "ava": "^1.1.0",
  42. "chalk": "^2.4.2",
  43. "random-item": "^1.0.0",
  44. "strip-ansi": "^5.0.0",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  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": "2.1.0"
  87. }