Front end of the Slack clone application.

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "has-ansi@^2.0.0",
  3. "_id": "has-ansi@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
  6. "_location": "/has-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-ansi@^2.0.0",
  12. "name": "has-ansi",
  13. "escapedName": "has-ansi",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-code-frame/chalk",
  20. "/har-validator/chalk",
  21. "/node-sass/chalk"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  24. "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  25. "_spec": "has-ansi@^2.0.0",
  26. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/node-sass/node_modules/chalk",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/has-ansi/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "ansi-regex": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Check if a string has ANSI escape codes",
  41. "devDependencies": {
  42. "ava": "0.0.4"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/has-ansi#readme",
  51. "keywords": [
  52. "ansi",
  53. "styles",
  54. "color",
  55. "colour",
  56. "colors",
  57. "terminal",
  58. "console",
  59. "string",
  60. "tty",
  61. "escape",
  62. "shell",
  63. "xterm",
  64. "command-line",
  65. "text",
  66. "regex",
  67. "regexp",
  68. "re",
  69. "match",
  70. "test",
  71. "find",
  72. "pattern",
  73. "has"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "Sindre Sorhus",
  79. "email": "sindresorhus@gmail.com",
  80. "url": "sindresorhus.com"
  81. },
  82. {
  83. "name": "Joshua Appelman",
  84. "email": "jappelman@xebia.com",
  85. "url": "jbnicolai.com"
  86. }
  87. ],
  88. "name": "has-ansi",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/has-ansi.git"
  92. },
  93. "scripts": {
  94. "test": "node test.js"
  95. },
  96. "version": "2.0.0"
  97. }