package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "string-width@4.2.2",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  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.npm.taobao.org/string-width/download/string-width-4.2.2.tgz?cache=0&sync_timestamp=1614522217971&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstring-width%2Fdownload%2Fstring-width-4.2.2.tgz",
  34. "_spec": "4.2.2",
  35. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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. }