You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "string-width@^1.0.2",
  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.2",
  12. "name": "string-width",
  13. "escapedName": "string-width",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/cliui",
  20. "/wrap-ansi",
  21. "/yargs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
  24. "_shasum": "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3",
  25. "_spec": "string-width@^1.0.2",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\yargs",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/string-width/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "code-point-at": "^1.0.0",
  38. "is-fullwidth-code-point": "^1.0.0",
  39. "strip-ansi": "^3.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Get the visual width of a string - the number of columns required to display it",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/string-width#readme",
  54. "keywords": [
  55. "string",
  56. "str",
  57. "character",
  58. "char",
  59. "unicode",
  60. "width",
  61. "visual",
  62. "column",
  63. "columns",
  64. "fullwidth",
  65. "full-width",
  66. "full",
  67. "ansi",
  68. "escape",
  69. "codes",
  70. "cli",
  71. "command-line",
  72. "terminal",
  73. "console",
  74. "cjk",
  75. "chinese",
  76. "japanese",
  77. "korean",
  78. "fixed-width"
  79. ],
  80. "license": "MIT",
  81. "name": "string-width",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/sindresorhus/string-width.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava"
  88. },
  89. "version": "1.0.2"
  90. }