package.json 2.1 KB

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