25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
1.9 KiB

3 년 전
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@5.0.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-regex@5.0.0",
  10. "_id": "ansi-regex@5.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
  13. "_location": "/ansi-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-regex@5.0.0",
  19. "name": "ansi-regex",
  20. "escapedName": "ansi-regex",
  21. "rawSpec": "5.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.0"
  24. },
  25. "_requiredBy": [
  26. "/strip-ansi"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
  29. "_spec": "5.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/ansi-regex/issues"
  38. },
  39. "description": "Regular expression for matching ANSI escape codes",
  40. "devDependencies": {
  41. "ava": "^2.4.0",
  42. "tsd": "^0.9.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/ansi-regex#readme",
  53. "keywords": [
  54. "ansi",
  55. "styles",
  56. "color",
  57. "colour",
  58. "colors",
  59. "terminal",
  60. "console",
  61. "cli",
  62. "string",
  63. "tty",
  64. "escape",
  65. "formatting",
  66. "rgb",
  67. "256",
  68. "shell",
  69. "xterm",
  70. "command-line",
  71. "text",
  72. "regex",
  73. "regexp",
  74. "re",
  75. "match",
  76. "test",
  77. "find",
  78. "pattern"
  79. ],
  80. "license": "MIT",
  81. "name": "ansi-regex",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/chalk/ansi-regex.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava && tsd",
  88. "view-supported": "node fixtures/view-codes.js"
  89. },
  90. "version": "5.0.0"
  91. }