package.json 2.9 KB

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