package.json 1.9 KB

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