package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@4.1.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  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. "/eslint/strip-ansi",
  27. "/ora/strip-ansi",
  28. "/table/strip-ansi"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/ansi-regex/download/ansi-regex-4.1.0.tgz",
  31. "_spec": "4.1.0",
  32. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/chalk/ansi-regex/issues"
  40. },
  41. "description": "Regular expression for matching ANSI escape codes",
  42. "devDependencies": {
  43. "ava": "^0.25.0",
  44. "xo": "^0.23.0"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js"
  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",
  88. "view-supported": "node fixtures/view-codes.js"
  89. },
  90. "version": "4.1.0"
  91. }