package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "has-ansi@2.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-ansi@2.0.0",
  10. "_id": "has-ansi@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
  13. "_location": "/has-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-ansi@2.0.0",
  19. "name": "has-ansi",
  20. "escapedName": "has-ansi",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  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. "/node-sass/chalk",
  33. "/postcss-calc/chalk",
  34. "/postcss-colormin/chalk",
  35. "/postcss-convert-values/chalk",
  36. "/postcss-discard-comments/chalk",
  37. "/postcss-discard-duplicates/chalk",
  38. "/postcss-discard-empty/chalk",
  39. "/postcss-discard-overridden/chalk",
  40. "/postcss-discard-unused/chalk",
  41. "/postcss-filter-plugins/chalk",
  42. "/postcss-merge-idents/chalk",
  43. "/postcss-merge-longhand/chalk",
  44. "/postcss-merge-rules/chalk",
  45. "/postcss-minify-font-values/chalk",
  46. "/postcss-minify-gradients/chalk",
  47. "/postcss-minify-params/chalk",
  48. "/postcss-minify-selectors/chalk",
  49. "/postcss-normalize-charset/chalk",
  50. "/postcss-normalize-url/chalk",
  51. "/postcss-ordered-values/chalk",
  52. "/postcss-reduce-idents/chalk",
  53. "/postcss-reduce-initial/chalk",
  54. "/postcss-reduce-transforms/chalk",
  55. "/postcss-svgo/chalk",
  56. "/postcss-unique-selectors/chalk",
  57. "/postcss-zindex/chalk"
  58. ],
  59. "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  60. "_spec": "2.0.0",
  61. "_where": "E:\\2023\\5\\myjadmin",
  62. "author": {
  63. "name": "Sindre Sorhus",
  64. "email": "sindresorhus@gmail.com",
  65. "url": "sindresorhus.com"
  66. },
  67. "bugs": {
  68. "url": "https://github.com/sindresorhus/has-ansi/issues"
  69. },
  70. "dependencies": {
  71. "ansi-regex": "^2.0.0"
  72. },
  73. "description": "Check if a string has ANSI escape codes",
  74. "devDependencies": {
  75. "ava": "0.0.4"
  76. },
  77. "engines": {
  78. "node": ">=0.10.0"
  79. },
  80. "files": [
  81. "index.js"
  82. ],
  83. "homepage": "https://github.com/sindresorhus/has-ansi#readme",
  84. "keywords": [
  85. "ansi",
  86. "styles",
  87. "color",
  88. "colour",
  89. "colors",
  90. "terminal",
  91. "console",
  92. "string",
  93. "tty",
  94. "escape",
  95. "shell",
  96. "xterm",
  97. "command-line",
  98. "text",
  99. "regex",
  100. "regexp",
  101. "re",
  102. "match",
  103. "test",
  104. "find",
  105. "pattern",
  106. "has"
  107. ],
  108. "license": "MIT",
  109. "maintainers": [
  110. {
  111. "name": "Sindre Sorhus",
  112. "email": "sindresorhus@gmail.com",
  113. "url": "sindresorhus.com"
  114. },
  115. {
  116. "name": "Joshua Appelman",
  117. "email": "jappelman@xebia.com",
  118. "url": "jbnicolai.com"
  119. }
  120. ],
  121. "name": "has-ansi",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/sindresorhus/has-ansi.git"
  125. },
  126. "scripts": {
  127. "test": "node test.js"
  128. },
  129. "version": "2.0.0"
  130. }