package.json 2.4 KB

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