package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@3.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-ansi@3.0.1",
  10. "_id": "strip-ansi@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
  13. "_location": "/strip-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-ansi@3.0.1",
  19. "name": "strip-ansi",
  20. "escapedName": "strip-ansi",
  21. "rawSpec": "3.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.1"
  24. },
  25. "_requiredBy": [
  26. "/babel-code-frame/chalk",
  27. "/clap/chalk",
  28. "/css-loader/chalk",
  29. "/cssnano/chalk",
  30. "/eslint-friendly-formatter/chalk",
  31. "/friendly-errors-webpack-plugin/chalk",
  32. "/gauge",
  33. "/gauge/string-width",
  34. "/node-sass/chalk",
  35. "/postcss-calc/chalk",
  36. "/postcss-colormin/chalk",
  37. "/postcss-convert-values/chalk",
  38. "/postcss-discard-comments/chalk",
  39. "/postcss-discard-duplicates/chalk",
  40. "/postcss-discard-empty/chalk",
  41. "/postcss-discard-overridden/chalk",
  42. "/postcss-discard-unused/chalk",
  43. "/postcss-filter-plugins/chalk",
  44. "/postcss-merge-idents/chalk",
  45. "/postcss-merge-longhand/chalk",
  46. "/postcss-merge-rules/chalk",
  47. "/postcss-minify-font-values/chalk",
  48. "/postcss-minify-gradients/chalk",
  49. "/postcss-minify-params/chalk",
  50. "/postcss-minify-selectors/chalk",
  51. "/postcss-normalize-charset/chalk",
  52. "/postcss-normalize-url/chalk",
  53. "/postcss-ordered-values/chalk",
  54. "/postcss-reduce-idents/chalk",
  55. "/postcss-reduce-initial/chalk",
  56. "/postcss-reduce-transforms/chalk",
  57. "/postcss-svgo/chalk",
  58. "/postcss-unique-selectors/chalk",
  59. "/postcss-zindex/chalk",
  60. "/renderkid",
  61. "/webpack-dev-server",
  62. "/webpack-dev-server/cliui",
  63. "/webpack-dev-server/string-width",
  64. "/webpack/yargs/cliui",
  65. "/webpack/yargs/cliui/string-width",
  66. "/wrap-ansi",
  67. "/wrap-ansi/string-width"
  68. ],
  69. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  70. "_spec": "3.0.1",
  71. "_where": "E:\\2023\\5\\myjadmin",
  72. "author": {
  73. "name": "Sindre Sorhus",
  74. "email": "sindresorhus@gmail.com",
  75. "url": "sindresorhus.com"
  76. },
  77. "bugs": {
  78. "url": "https://github.com/chalk/strip-ansi/issues"
  79. },
  80. "dependencies": {
  81. "ansi-regex": "^2.0.0"
  82. },
  83. "description": "Strip ANSI escape codes",
  84. "devDependencies": {
  85. "ava": "*",
  86. "xo": "*"
  87. },
  88. "engines": {
  89. "node": ">=0.10.0"
  90. },
  91. "files": [
  92. "index.js"
  93. ],
  94. "homepage": "https://github.com/chalk/strip-ansi#readme",
  95. "keywords": [
  96. "strip",
  97. "trim",
  98. "remove",
  99. "ansi",
  100. "styles",
  101. "color",
  102. "colour",
  103. "colors",
  104. "terminal",
  105. "console",
  106. "string",
  107. "tty",
  108. "escape",
  109. "formatting",
  110. "rgb",
  111. "256",
  112. "shell",
  113. "xterm",
  114. "log",
  115. "logging",
  116. "command-line",
  117. "text"
  118. ],
  119. "license": "MIT",
  120. "maintainers": [
  121. {
  122. "name": "Sindre Sorhus",
  123. "email": "sindresorhus@gmail.com",
  124. "url": "sindresorhus.com"
  125. },
  126. {
  127. "name": "Joshua Boy Nicolai Appelman",
  128. "email": "joshua@jbna.nl",
  129. "url": "jbna.nl"
  130. },
  131. {
  132. "name": "JD Ballard",
  133. "email": "i.am.qix@gmail.com",
  134. "url": "github.com/qix-"
  135. }
  136. ],
  137. "name": "strip-ansi",
  138. "repository": {
  139. "type": "git",
  140. "url": "git+https://github.com/chalk/strip-ansi.git"
  141. },
  142. "scripts": {
  143. "test": "xo && ava"
  144. },
  145. "version": "3.0.1"
  146. }