You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
1.8 KiB

3 years ago
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@6.0.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-ansi@6.0.0",
  10. "_id": "strip-ansi@6.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
  13. "_location": "/strip-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-ansi@6.0.0",
  19. "name": "strip-ansi",
  20. "escapedName": "strip-ansi",
  21. "rawSpec": "6.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
  29. "_spec": "6.0.0",
  30. "_where": "/home/ubuntu/etherpad-lite",
  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. "dependencies": {
  40. "ansi-regex": "^5.0.0"
  41. },
  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.0"
  90. }