package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "string-width@4.2.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string-width@4.2.2",
  10. "_id": "string-width@4.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2v1PlVmnWFz7pSnGoKT3NIjr1MU=",
  13. "_location": "/string-width",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string-width@4.2.2",
  19. "name": "string-width",
  20. "escapedName": "string-width",
  21. "rawSpec": "4.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.2"
  24. },
  25. "_requiredBy": [
  26. "/cliui",
  27. "/cliui/wrap-ansi",
  28. "/inquirer",
  29. "/wrap-ansi",
  30. "/yargs",
  31. "/yargs/cliui"
  32. ],
  33. "_resolved": "https://registry.nlark.com/string-width/download/string-width-4.2.2.tgz",
  34. "_spec": "4.2.2",
  35. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/string-width/issues"
  43. },
  44. "dependencies": {
  45. "emoji-regex": "^8.0.0",
  46. "is-fullwidth-code-point": "^3.0.0",
  47. "strip-ansi": "^6.0.0"
  48. },
  49. "description": "Get the visual width of a string - the number of columns required to display it",
  50. "devDependencies": {
  51. "ava": "^1.4.1",
  52. "tsd": "^0.7.1",
  53. "xo": "^0.24.0"
  54. },
  55. "engines": {
  56. "node": ">=8"
  57. },
  58. "files": [
  59. "index.js",
  60. "index.d.ts"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/string-width#readme",
  63. "keywords": [
  64. "string",
  65. "character",
  66. "unicode",
  67. "width",
  68. "visual",
  69. "column",
  70. "columns",
  71. "fullwidth",
  72. "full-width",
  73. "full",
  74. "ansi",
  75. "escape",
  76. "codes",
  77. "cli",
  78. "command-line",
  79. "terminal",
  80. "console",
  81. "cjk",
  82. "chinese",
  83. "japanese",
  84. "korean",
  85. "fixed-width"
  86. ],
  87. "license": "MIT",
  88. "name": "string-width",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/string-width.git"
  92. },
  93. "scripts": {
  94. "test": "xo && ava && tsd"
  95. },
  96. "version": "4.2.2"
  97. }