package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "strip-ansi@^6.0.1",
  3. "_id": "strip-ansi@6.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6. "_location": "/strip-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-ansi@^6.0.1",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^6.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cliui",
  20. "/gauge",
  21. "/npmlog/gauge",
  22. "/string-width",
  23. "/wrap-ansi"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  26. "_shasum": "9e26c63d30f53443e9489495b2105d37b67a85d9",
  27. "_spec": "strip-ansi@^6.0.1",
  28. "_where": "G:\\项目\\mobile\\node_modules\\gauge",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/chalk/strip-ansi/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "ansi-regex": "^5.0.1"
  40. },
  41. "deprecated": false,
  42. "description": "Strip ANSI escape codes from a string",
  43. "devDependencies": {
  44. "ava": "^2.4.0",
  45. "tsd": "^0.10.0",
  46. "xo": "^0.25.3"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  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. "name": "strip-ansi",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/chalk/strip-ansi.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava && tsd"
  88. },
  89. "version": "6.0.1"
  90. }