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.

91 lines
1.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "strip-ansi@6.0.1",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "strip-ansi@6.0.1",
  9. "_id": "strip-ansi@6.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=",
  12. "_location": "/strip-ansi",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "strip-ansi@6.0.1",
  18. "name": "strip-ansi",
  19. "escapedName": "strip-ansi",
  20. "rawSpec": "6.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "6.0.1"
  23. },
  24. "_requiredBy": [
  25. "/inquirer",
  26. "/ora",
  27. "/string-width"
  28. ],
  29. "_resolved": "https://r.cnpmjs.org/strip-ansi/download/strip-ansi-6.0.1.tgz",
  30. "_spec": "6.0.1",
  31. "_where": "E:\\work\\code\\tis-cli",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/chalk/strip-ansi/issues"
  39. },
  40. "dependencies": {
  41. "ansi-regex": "^5.0.1"
  42. },
  43. "description": "Strip ANSI escape codes from a string",
  44. "devDependencies": {
  45. "ava": "^2.4.0",
  46. "tsd": "^0.10.0",
  47. "xo": "^0.25.3"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/chalk/strip-ansi#readme",
  57. "keywords": [
  58. "strip",
  59. "trim",
  60. "remove",
  61. "ansi",
  62. "styles",
  63. "color",
  64. "colour",
  65. "colors",
  66. "terminal",
  67. "console",
  68. "string",
  69. "tty",
  70. "escape",
  71. "formatting",
  72. "rgb",
  73. "256",
  74. "shell",
  75. "xterm",
  76. "log",
  77. "logging",
  78. "command-line",
  79. "text"
  80. ],
  81. "license": "MIT",
  82. "name": "strip-ansi",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/chalk/strip-ansi.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava && tsd"
  89. },
  90. "version": "6.0.1"
  91. }