package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "strip-ansi@^6.0.0",
  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.0",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@soda/friendly-errors-webpack-plugin",
  20. "/@vue/cli-shared-utils",
  21. "/cliui",
  22. "/ora",
  23. "/renderkid",
  24. "/string-width",
  25. "/wrap-ansi"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  28. "_shasum": "9e26c63d30f53443e9489495b2105d37b67a85d9",
  29. "_spec": "strip-ansi@^6.0.0",
  30. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-shared-utils",
  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": "^5.0.1"
  42. },
  43. "deprecated": false,
  44. "description": "Strip ANSI escape codes from a string",
  45. "devDependencies": {
  46. "ava": "^2.4.0",
  47. "tsd": "^0.10.0",
  48. "xo": "^0.25.3"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  57. "homepage": "https://github.com/chalk/strip-ansi#readme",
  58. "keywords": [
  59. "strip",
  60. "trim",
  61. "remove",
  62. "ansi",
  63. "styles",
  64. "color",
  65. "colour",
  66. "colors",
  67. "terminal",
  68. "console",
  69. "string",
  70. "tty",
  71. "escape",
  72. "formatting",
  73. "rgb",
  74. "256",
  75. "shell",
  76. "xterm",
  77. "log",
  78. "logging",
  79. "command-line",
  80. "text"
  81. ],
  82. "license": "MIT",
  83. "name": "strip-ansi",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/chalk/strip-ansi.git"
  87. },
  88. "scripts": {
  89. "test": "xo && ava && tsd"
  90. },
  91. "version": "6.0.1"
  92. }