package.json 2.0 KB

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