package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "/@jest/core",
  20. "/@nuxt/cli/wrap-ansi",
  21. "/boxen/wrap-ansi",
  22. "/cliui",
  23. "/cliui/wrap-ansi",
  24. "/inquirer",
  25. "/listr2/wrap-ansi",
  26. "/string-length",
  27. "/string-width",
  28. "/stylelint",
  29. "/table",
  30. "/webpack-hot-middleware",
  31. "/wrap-ansi"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  34. "_shasum": "9e26c63d30f53443e9489495b2105d37b67a85d9",
  35. "_spec": "strip-ansi@^6.0.1",
  36. "_where": "H:\\gs_nuxt\\node_modules\\string-width",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/chalk/strip-ansi/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {
  47. "ansi-regex": "^5.0.1"
  48. },
  49. "deprecated": false,
  50. "description": "Strip ANSI escape codes from a string",
  51. "devDependencies": {
  52. "ava": "^2.4.0",
  53. "tsd": "^0.10.0",
  54. "xo": "^0.25.3"
  55. },
  56. "engines": {
  57. "node": ">=8"
  58. },
  59. "files": [
  60. "index.js",
  61. "index.d.ts"
  62. ],
  63. "homepage": "https://github.com/chalk/strip-ansi#readme",
  64. "keywords": [
  65. "strip",
  66. "trim",
  67. "remove",
  68. "ansi",
  69. "styles",
  70. "color",
  71. "colour",
  72. "colors",
  73. "terminal",
  74. "console",
  75. "string",
  76. "tty",
  77. "escape",
  78. "formatting",
  79. "rgb",
  80. "256",
  81. "shell",
  82. "xterm",
  83. "log",
  84. "logging",
  85. "command-line",
  86. "text"
  87. ],
  88. "license": "MIT",
  89. "name": "strip-ansi",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/chalk/strip-ansi.git"
  93. },
  94. "scripts": {
  95. "test": "xo && ava && tsd"
  96. },
  97. "version": "6.0.1"
  98. }