package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "strip-ansi@^3.0.0",
  3. "_id": "strip-ansi@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  6. "_location": "/strip-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-ansi@^3.0.0",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-code-frame/chalk",
  20. "/clap/chalk",
  21. "/friendly-errors-webpack-plugin/chalk",
  22. "/postcss/chalk",
  23. "/renderkid",
  24. "/webpack-dev-server",
  25. "/webpack-dev-server/cliui",
  26. "/webpack-dev-server/string-width",
  27. "/wrap-ansi",
  28. "/wrap-ansi/string-width",
  29. "/yargs/cliui",
  30. "/yargs/cliui/string-width"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  33. "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
  34. "_spec": "strip-ansi@^3.0.0",
  35. "_where": "D:\\workSpace\\dealer_front\\node_modules\\babel-code-frame\\node_modules\\chalk",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/chalk/strip-ansi/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "ansi-regex": "^2.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "Strip ANSI escape codes",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/chalk/strip-ansi#readme",
  61. "keywords": [
  62. "strip",
  63. "trim",
  64. "remove",
  65. "ansi",
  66. "styles",
  67. "color",
  68. "colour",
  69. "colors",
  70. "terminal",
  71. "console",
  72. "string",
  73. "tty",
  74. "escape",
  75. "formatting",
  76. "rgb",
  77. "256",
  78. "shell",
  79. "xterm",
  80. "log",
  81. "logging",
  82. "command-line",
  83. "text"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "Sindre Sorhus",
  89. "email": "sindresorhus@gmail.com",
  90. "url": "sindresorhus.com"
  91. },
  92. {
  93. "name": "Joshua Boy Nicolai Appelman",
  94. "email": "joshua@jbna.nl",
  95. "url": "jbna.nl"
  96. },
  97. {
  98. "name": "JD Ballard",
  99. "email": "i.am.qix@gmail.com",
  100. "url": "github.com/qix-"
  101. }
  102. ],
  103. "name": "strip-ansi",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/chalk/strip-ansi.git"
  107. },
  108. "scripts": {
  109. "test": "xo && ava"
  110. },
  111. "version": "3.0.1"
  112. }