package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "ansi-regex@^5.0.0",
  3. "_id": "ansi-regex@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
  6. "_location": "/ansi-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-regex@^5.0.0",
  12. "name": "ansi-regex",
  13. "escapedName": "ansi-regex",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/strip-ansi"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
  22. "_shasum": "388539f55179bf39339c81af30a654d69f87cb75",
  23. "_spec": "ansi-regex@^5.0.0",
  24. "_where": "/home/girishm/Projects/op-mattermost-plugin/node_modules/strip-ansi",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/chalk/ansi-regex/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Regular expression for matching ANSI escape codes",
  36. "devDependencies": {
  37. "ava": "^2.4.0",
  38. "tsd": "^0.9.0",
  39. "xo": "^0.25.3"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/chalk/ansi-regex#readme",
  49. "keywords": [
  50. "ansi",
  51. "styles",
  52. "color",
  53. "colour",
  54. "colors",
  55. "terminal",
  56. "console",
  57. "cli",
  58. "string",
  59. "tty",
  60. "escape",
  61. "formatting",
  62. "rgb",
  63. "256",
  64. "shell",
  65. "xterm",
  66. "command-line",
  67. "text",
  68. "regex",
  69. "regexp",
  70. "re",
  71. "match",
  72. "test",
  73. "find",
  74. "pattern"
  75. ],
  76. "license": "MIT",
  77. "name": "ansi-regex",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/chalk/ansi-regex.git"
  81. },
  82. "scripts": {
  83. "test": "xo && ava && tsd",
  84. "view-supported": "node fixtures/view-codes.js"
  85. },
  86. "version": "5.0.0"
  87. }