package.json 2.3 KB

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