package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@3.0.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-ansi@3.0.1",
  10. "_id": "strip-ansi@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  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. "/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. "/renderkid",
  57. "/webpack-dev-server",
  58. "/webpack-dev-server/cliui",
  59. "/webpack-dev-server/string-width",
  60. "/wrap-ansi",
  61. "/wrap-ansi/string-width",
  62. "/yargs/cliui",
  63. "/yargs/cliui/string-width"
  64. ],
  65. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  66. "_spec": "3.0.1",
  67. "_where": "E:\\amr1.0\\AMR",
  68. "author": {
  69. "name": "Sindre Sorhus",
  70. "email": "sindresorhus@gmail.com",
  71. "url": "sindresorhus.com"
  72. },
  73. "bugs": {
  74. "url": "https://github.com/chalk/strip-ansi/issues"
  75. },
  76. "dependencies": {
  77. "ansi-regex": "^2.0.0"
  78. },
  79. "description": "Strip ANSI escape codes",
  80. "devDependencies": {
  81. "ava": "*",
  82. "xo": "*"
  83. },
  84. "engines": {
  85. "node": ">=0.10.0"
  86. },
  87. "files": [
  88. "index.js"
  89. ],
  90. "homepage": "https://github.com/chalk/strip-ansi#readme",
  91. "keywords": [
  92. "strip",
  93. "trim",
  94. "remove",
  95. "ansi",
  96. "styles",
  97. "color",
  98. "colour",
  99. "colors",
  100. "terminal",
  101. "console",
  102. "string",
  103. "tty",
  104. "escape",
  105. "formatting",
  106. "rgb",
  107. "256",
  108. "shell",
  109. "xterm",
  110. "log",
  111. "logging",
  112. "command-line",
  113. "text"
  114. ],
  115. "license": "MIT",
  116. "maintainers": [
  117. {
  118. "name": "Sindre Sorhus",
  119. "email": "sindresorhus@gmail.com",
  120. "url": "sindresorhus.com"
  121. },
  122. {
  123. "name": "Joshua Boy Nicolai Appelman",
  124. "email": "joshua@jbna.nl",
  125. "url": "jbna.nl"
  126. },
  127. {
  128. "name": "JD Ballard",
  129. "email": "i.am.qix@gmail.com",
  130. "url": "github.com/qix-"
  131. }
  132. ],
  133. "name": "strip-ansi",
  134. "repository": {
  135. "type": "git",
  136. "url": "git+https://github.com/chalk/strip-ansi.git"
  137. },
  138. "scripts": {
  139. "test": "xo && ava"
  140. },
  141. "version": "3.0.1"
  142. }