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