package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "strip-ansi@^3.0.1",
  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.1",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/gauge",
  20. "/string-width"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  23. "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
  24. "_spec": "strip-ansi@^3.0.1",
  25. "_where": "/home/tdedhar/Documents/viki/node_modules/gauge",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/chalk/strip-ansi/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "ansi-regex": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Strip ANSI escape codes",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/chalk/strip-ansi#readme",
  51. "keywords": [
  52. "strip",
  53. "trim",
  54. "remove",
  55. "ansi",
  56. "styles",
  57. "color",
  58. "colour",
  59. "colors",
  60. "terminal",
  61. "console",
  62. "string",
  63. "tty",
  64. "escape",
  65. "formatting",
  66. "rgb",
  67. "256",
  68. "shell",
  69. "xterm",
  70. "log",
  71. "logging",
  72. "command-line",
  73. "text"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "Sindre Sorhus",
  79. "email": "sindresorhus@gmail.com",
  80. "url": "sindresorhus.com"
  81. },
  82. {
  83. "name": "Joshua Boy Nicolai Appelman",
  84. "email": "joshua@jbna.nl",
  85. "url": "jbna.nl"
  86. },
  87. {
  88. "name": "JD Ballard",
  89. "email": "i.am.qix@gmail.com",
  90. "url": "github.com/qix-"
  91. }
  92. ],
  93. "name": "strip-ansi",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/chalk/strip-ansi.git"
  97. },
  98. "scripts": {
  99. "test": "xo && ava"
  100. },
  101. "version": "3.0.1"
  102. }