package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@4.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "/sass-graph/strip-ansi",
  29. "/table/strip-ansi"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/ansi-regex/download/ansi-regex-4.1.0.tgz?cache=0&sync_timestamp=1618552978881&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-regex%2Fdownload%2Fansi-regex-4.1.0.tgz",
  32. "_spec": "4.1.0",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/chalk/ansi-regex/issues"
  41. },
  42. "description": "Regular expression for matching ANSI escape codes",
  43. "devDependencies": {
  44. "ava": "^0.25.0",
  45. "xo": "^0.23.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/chalk/ansi-regex#readme",
  54. "keywords": [
  55. "ansi",
  56. "styles",
  57. "color",
  58. "colour",
  59. "colors",
  60. "terminal",
  61. "console",
  62. "cli",
  63. "string",
  64. "tty",
  65. "escape",
  66. "formatting",
  67. "rgb",
  68. "256",
  69. "shell",
  70. "xterm",
  71. "command-line",
  72. "text",
  73. "regex",
  74. "regexp",
  75. "re",
  76. "match",
  77. "test",
  78. "find",
  79. "pattern"
  80. ],
  81. "license": "MIT",
  82. "name": "ansi-regex",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/chalk/ansi-regex.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava",
  89. "view-supported": "node fixtures/view-codes.js"
  90. },
  91. "version": "4.1.0"
  92. }