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": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
  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. "/single-line-log"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
  22. "_shasum": "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3",
  23. "_spec": "string-width@^1.0.1",
  24. "_where": "E:\\ClientProject\\UseStudio.Browers\\resources\\app\\node_modules\\single-line-log",
  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. "code-point-at": "^1.0.0",
  36. "is-fullwidth-code-point": "^1.0.0",
  37. "strip-ansi": "^3.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Get the visual width of a string - the number of columns required to display it",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/string-width#readme",
  52. "keywords": [
  53. "string",
  54. "str",
  55. "character",
  56. "char",
  57. "unicode",
  58. "width",
  59. "visual",
  60. "column",
  61. "columns",
  62. "fullwidth",
  63. "full-width",
  64. "full",
  65. "ansi",
  66. "escape",
  67. "codes",
  68. "cli",
  69. "command-line",
  70. "terminal",
  71. "console",
  72. "cjk",
  73. "chinese",
  74. "japanese",
  75. "korean",
  76. "fixed-width"
  77. ],
  78. "license": "MIT",
  79. "name": "string-width",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/string-width.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava"
  86. },
  87. "version": "1.0.2"
  88. }