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.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "string-width@4.2.3",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "string-width@4.2.3",
  9. "_id": "string-width@4.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=",
  12. "_location": "/string-width",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "string-width@4.2.3",
  18. "name": "string-width",
  19. "escapedName": "string-width",
  20. "rawSpec": "4.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.3"
  23. },
  24. "_requiredBy": [
  25. "/inquirer"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/string-width/download/string-width-4.2.3.tgz",
  28. "_spec": "4.2.3",
  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/sindresorhus/string-width/issues"
  37. },
  38. "dependencies": {
  39. "emoji-regex": "^8.0.0",
  40. "is-fullwidth-code-point": "^3.0.0",
  41. "strip-ansi": "^6.0.1"
  42. },
  43. "description": "Get the visual width of a string - the number of columns required to display it",
  44. "devDependencies": {
  45. "ava": "^1.4.1",
  46. "tsd": "^0.7.1",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/string-width#readme",
  57. "keywords": [
  58. "string",
  59. "character",
  60. "unicode",
  61. "width",
  62. "visual",
  63. "column",
  64. "columns",
  65. "fullwidth",
  66. "full-width",
  67. "full",
  68. "ansi",
  69. "escape",
  70. "codes",
  71. "cli",
  72. "command-line",
  73. "terminal",
  74. "console",
  75. "cjk",
  76. "chinese",
  77. "japanese",
  78. "korean",
  79. "fixed-width"
  80. ],
  81. "license": "MIT",
  82. "name": "string-width",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/string-width.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava && tsd"
  89. },
  90. "version": "4.2.3"
  91. }