package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "strip-ansi@^5.2.0",
  3. "_id": "strip-ansi@5.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  6. "_location": "/strip-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-ansi@^5.2.0",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^5.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@soda/friendly-errors-webpack-plugin",
  20. "/cliui",
  21. "/cliui/string-width",
  22. "/cliui/wrap-ansi",
  23. "/ora",
  24. "/sass-graph/string-width"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  27. "_shasum": "8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae",
  28. "_spec": "strip-ansi@^5.2.0",
  29. "_where": "D:\\jiayue\\pig-ui\\node_modules\\ora",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/chalk/strip-ansi/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "ansi-regex": "^4.1.0"
  41. },
  42. "deprecated": false,
  43. "description": "Strip ANSI escape codes from a string",
  44. "devDependencies": {
  45. "ava": "^1.3.1",
  46. "tsd-check": "^0.5.0",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/chalk/strip-ansi#readme",
  57. "keywords": [
  58. "strip",
  59. "trim",
  60. "remove",
  61. "ansi",
  62. "styles",
  63. "color",
  64. "colour",
  65. "colors",
  66. "terminal",
  67. "console",
  68. "string",
  69. "tty",
  70. "escape",
  71. "formatting",
  72. "rgb",
  73. "256",
  74. "shell",
  75. "xterm",
  76. "log",
  77. "logging",
  78. "command-line",
  79. "text"
  80. ],
  81. "license": "MIT",
  82. "name": "strip-ansi",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/chalk/strip-ansi.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava && tsd-check"
  89. },
  90. "version": "5.2.0"
  91. }