package.json 1.9 KB

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