package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "string-width@^1.0.1",
  3. "_id": "string-width@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==",
  6. "_location": "/string-width",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string-width@^1.0.1",
  12. "name": "string-width",
  13. "escapedName": "string-width",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/gauge",
  20. "/wide-align"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
  23. "_shasum": "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3",
  24. "_spec": "string-width@^1.0.1",
  25. "_where": "D:\\公司项目\\wms\\node_modules\\gauge",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/string-width/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "code-point-at": "^1.0.0",
  37. "is-fullwidth-code-point": "^1.0.0",
  38. "strip-ansi": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Get the visual width of a string - the number of columns required to display it",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/string-width#readme",
  53. "keywords": [
  54. "string",
  55. "str",
  56. "character",
  57. "char",
  58. "unicode",
  59. "width",
  60. "visual",
  61. "column",
  62. "columns",
  63. "fullwidth",
  64. "full-width",
  65. "full",
  66. "ansi",
  67. "escape",
  68. "codes",
  69. "cli",
  70. "command-line",
  71. "terminal",
  72. "console",
  73. "cjk",
  74. "chinese",
  75. "japanese",
  76. "korean",
  77. "fixed-width"
  78. ],
  79. "license": "MIT",
  80. "name": "string-width",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/string-width.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava"
  87. },
  88. "version": "1.0.2"
  89. }