package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@4.1.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-regex@4.1.0",
  10. "_id": "ansi-regex@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc=",
  13. "_location": "/ansi-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-regex@4.1.0",
  19. "name": "ansi-regex",
  20. "escapedName": "ansi-regex",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/ora/strip-ansi",
  27. "/table/strip-ansi"
  28. ],
  29. "_resolved": "https://registry.nlark.com/ansi-regex/download/ansi-regex-4.1.0.tgz?cache=0&sync_timestamp=1631634988487&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fansi-regex%2Fdownload%2Fansi-regex-4.1.0.tgz",
  30. "_spec": "4.1.0",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/chalk/ansi-regex/issues"
  39. },
  40. "description": "Regular expression for matching ANSI escape codes",
  41. "devDependencies": {
  42. "ava": "^0.25.0",
  43. "xo": "^0.23.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/chalk/ansi-regex#readme",
  52. "keywords": [
  53. "ansi",
  54. "styles",
  55. "color",
  56. "colour",
  57. "colors",
  58. "terminal",
  59. "console",
  60. "cli",
  61. "string",
  62. "tty",
  63. "escape",
  64. "formatting",
  65. "rgb",
  66. "256",
  67. "shell",
  68. "xterm",
  69. "command-line",
  70. "text",
  71. "regex",
  72. "regexp",
  73. "re",
  74. "match",
  75. "test",
  76. "find",
  77. "pattern"
  78. ],
  79. "license": "MIT",
  80. "name": "ansi-regex",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/chalk/ansi-regex.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava",
  87. "view-supported": "node fixtures/view-codes.js"
  88. },
  89. "version": "4.1.0"
  90. }