package.json 2.0 KB

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