Front end of the Slack clone application.

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "/cliui",
  20. "/gauge",
  21. "/wide-align",
  22. "/wrap-ansi",
  23. "/yargs"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
  26. "_shasum": "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3",
  27. "_spec": "string-width@^1.0.1",
  28. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/gauge",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/string-width/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "code-point-at": "^1.0.0",
  40. "is-fullwidth-code-point": "^1.0.0",
  41. "strip-ansi": "^3.0.0"
  42. },
  43. "deprecated": false,
  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": ">=0.10.0"
  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": "1.0.2"
  92. }