package.json 1.9 KB

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