package.json 2.0 KB

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