package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "string-width@^2.0.0",
  3. "_id": "string-width@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=",
  6. "_location": "/string-width",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string-width@^2.0.0",
  12. "name": "string-width",
  13. "escapedName": "string-width",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@soda/friendly-errors-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.nlark.com/string-width/download/string-width-2.1.1.tgz",
  22. "_shasum": "ab93f27a8dc13d28cac815c462143a6d9012ae9e",
  23. "_spec": "string-width@^2.0.0",
  24. "_where": "G:\\Code\\myUnipp\\vue2-jsshq\\node_modules\\@soda\\friendly-errors-webpack-plugin",
  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. "is-fullwidth-code-point": "^2.0.0",
  36. "strip-ansi": "^4.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get the visual width of a string - the number of columns required to display it",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/string-width#readme",
  51. "keywords": [
  52. "string",
  53. "str",
  54. "character",
  55. "char",
  56. "unicode",
  57. "width",
  58. "visual",
  59. "column",
  60. "columns",
  61. "fullwidth",
  62. "full-width",
  63. "full",
  64. "ansi",
  65. "escape",
  66. "codes",
  67. "cli",
  68. "command-line",
  69. "terminal",
  70. "console",
  71. "cjk",
  72. "chinese",
  73. "japanese",
  74. "korean",
  75. "fixed-width"
  76. ],
  77. "license": "MIT",
  78. "name": "string-width",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/string-width.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava"
  85. },
  86. "version": "2.1.1"
  87. }