package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "string-width@^4.1.0",
  3. "_id": "string-width@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==",
  6. "_location": "/string-width",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string-width@^4.1.0",
  12. "name": "string-width",
  13. "escapedName": "string-width",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/string-width/-/string-width-4.2.0.tgz",
  22. "_shasum": "952182c46cc7b2c313d1596e623992bd163b72b5",
  23. "_spec": "string-width@^4.1.0",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\inquirer",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/string-width/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "emoji-regex": "^8.0.0",
  36. "is-fullwidth-code-point": "^3.0.0",
  37. "strip-ansi": "^6.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Get the visual width of a string - the number of columns required to display it",
  41. "devDependencies": {
  42. "ava": "^1.4.1",
  43. "tsd": "^0.7.1",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/string-width#readme",
  54. "keywords": [
  55. "string",
  56. "character",
  57. "unicode",
  58. "width",
  59. "visual",
  60. "column",
  61. "columns",
  62. "fullwidth",
  63. "full-width",
  64. "full",
  65. "ansi",
  66. "escape",
  67. "codes",
  68. "cli",
  69. "command-line",
  70. "terminal",
  71. "console",
  72. "cjk",
  73. "chinese",
  74. "japanese",
  75. "korean",
  76. "fixed-width"
  77. ],
  78. "license": "MIT",
  79. "name": "string-width",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/string-width.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava && tsd"
  86. },
  87. "version": "4.2.0"
  88. }