tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
1.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "ansi-regex@5.0.1",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "ansi-regex@5.0.1",
  9. "_id": "ansi-regex@5.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=",
  12. "_location": "/ansi-regex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ansi-regex@5.0.1",
  18. "name": "ansi-regex",
  19. "escapedName": "ansi-regex",
  20. "rawSpec": "5.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.0.1"
  23. },
  24. "_requiredBy": [
  25. "/strip-ansi"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/ansi-regex/download/ansi-regex-5.0.1.tgz",
  28. "_spec": "5.0.1",
  29. "_where": "E:\\work\\code\\tis-cli",
  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": "^2.4.0",
  41. "tsd": "^0.9.0",
  42. "xo": "^0.25.3"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  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 && tsd",
  87. "view-supported": "node fixtures/view-codes.js"
  88. },
  89. "version": "5.0.1"
  90. }