package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "string-width@2.1.1",
  5. "E:\\amr1.0\\AMR"
  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. "/friendly-errors-webpack-plugin",
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
  30. "_spec": "2.1.1",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/string-width/issues"
  39. },
  40. "dependencies": {
  41. "is-fullwidth-code-point": "^2.0.0",
  42. "strip-ansi": "^4.0.0"
  43. },
  44. "description": "Get the visual width of a string - the number of columns required to display it",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/string-width#readme",
  56. "keywords": [
  57. "string",
  58. "str",
  59. "character",
  60. "char",
  61. "unicode",
  62. "width",
  63. "visual",
  64. "column",
  65. "columns",
  66. "fullwidth",
  67. "full-width",
  68. "full",
  69. "ansi",
  70. "escape",
  71. "codes",
  72. "cli",
  73. "command-line",
  74. "terminal",
  75. "console",
  76. "cjk",
  77. "chinese",
  78. "japanese",
  79. "korean",
  80. "fixed-width"
  81. ],
  82. "license": "MIT",
  83. "name": "string-width",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/string-width.git"
  87. },
  88. "scripts": {
  89. "test": "xo && ava"
  90. },
  91. "version": "2.1.1"
  92. }