package.json 2.1 KB

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