package.json 2.1 KB

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