package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@6.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-ansi@6.0.1",
  10. "_id": "strip-ansi@6.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13. "_location": "/strip-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-ansi@6.0.1",
  19. "name": "strip-ansi",
  20. "escapedName": "strip-ansi",
  21. "rawSpec": "6.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.1"
  24. },
  25. "_requiredBy": [
  26. "/@soda/friendly-errors-webpack-plugin",
  27. "/@vue/cli-shared-utils",
  28. "/cliui",
  29. "/enquirer",
  30. "/eslint",
  31. "/ora",
  32. "/renderkid",
  33. "/string-width",
  34. "/table",
  35. "/wrap-ansi"
  36. ],
  37. "_resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  38. "_spec": "6.0.1",
  39. "_where": "/Users/mac/projects/mime/mine",
  40. "author": {
  41. "name": "Sindre Sorhus",
  42. "email": "sindresorhus@gmail.com",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/chalk/strip-ansi/issues"
  47. },
  48. "dependencies": {
  49. "ansi-regex": "^5.0.1"
  50. },
  51. "description": "Strip ANSI escape codes from a string",
  52. "devDependencies": {
  53. "ava": "^2.4.0",
  54. "tsd": "^0.10.0",
  55. "xo": "^0.25.3"
  56. },
  57. "engines": {
  58. "node": ">=8"
  59. },
  60. "files": [
  61. "index.js",
  62. "index.d.ts"
  63. ],
  64. "homepage": "https://github.com/chalk/strip-ansi#readme",
  65. "keywords": [
  66. "strip",
  67. "trim",
  68. "remove",
  69. "ansi",
  70. "styles",
  71. "color",
  72. "colour",
  73. "colors",
  74. "terminal",
  75. "console",
  76. "string",
  77. "tty",
  78. "escape",
  79. "formatting",
  80. "rgb",
  81. "256",
  82. "shell",
  83. "xterm",
  84. "log",
  85. "logging",
  86. "command-line",
  87. "text"
  88. ],
  89. "license": "MIT",
  90. "name": "strip-ansi",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/chalk/strip-ansi.git"
  94. },
  95. "scripts": {
  96. "test": "xo && ava && tsd"
  97. },
  98. "version": "6.0.1"
  99. }