package.json 3.2 KB

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