package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@6.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-ansi@6.0.0",
  10. "_id": "strip-ansi@6.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=",
  13. "_location": "/strip-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-ansi@6.0.0",
  19. "name": "strip-ansi",
  20. "escapedName": "strip-ansi",
  21. "rawSpec": "6.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-shared-utils",
  27. "/cliui",
  28. "/cliui/wrap-ansi",
  29. "/inquirer",
  30. "/string-width",
  31. "/wrap-ansi",
  32. "/yargs/cliui"
  33. ],
  34. "_resolved": "https://registry.nlark.com/strip-ansi/download/strip-ansi-6.0.0.tgz",
  35. "_spec": "6.0.0",
  36. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/chalk/strip-ansi/issues"
  44. },
  45. "dependencies": {
  46. "ansi-regex": "^5.0.0"
  47. },
  48. "description": "Strip ANSI escape codes from a string",
  49. "devDependencies": {
  50. "ava": "^2.4.0",
  51. "tsd": "^0.10.0",
  52. "xo": "^0.25.3"
  53. },
  54. "engines": {
  55. "node": ">=8"
  56. },
  57. "files": [
  58. "index.js",
  59. "index.d.ts"
  60. ],
  61. "homepage": "https://github.com/chalk/strip-ansi#readme",
  62. "keywords": [
  63. "strip",
  64. "trim",
  65. "remove",
  66. "ansi",
  67. "styles",
  68. "color",
  69. "colour",
  70. "colors",
  71. "terminal",
  72. "console",
  73. "string",
  74. "tty",
  75. "escape",
  76. "formatting",
  77. "rgb",
  78. "256",
  79. "shell",
  80. "xterm",
  81. "log",
  82. "logging",
  83. "command-line",
  84. "text"
  85. ],
  86. "license": "MIT",
  87. "name": "strip-ansi",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/chalk/strip-ansi.git"
  91. },
  92. "scripts": {
  93. "test": "xo && ava && tsd"
  94. },
  95. "version": "6.0.0"
  96. }