Front end of the Slack clone application.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "set-blocking@~2.0.0",
  3. "_id": "set-blocking@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
  6. "_location": "/set-blocking",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "set-blocking@~2.0.0",
  12. "name": "set-blocking",
  13. "escapedName": "set-blocking",
  14. "rawSpec": "~2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/npmlog",
  20. "/webpack/yargs",
  21. "/yargs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  24. "_shasum": "045f9782d011ae9a6803ddd382b24392b3d890f7",
  25. "_spec": "set-blocking@~2.0.0",
  26. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/npmlog",
  27. "author": {
  28. "name": "Ben Coe",
  29. "email": "ben@npmjs.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/yargs/set-blocking/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
  37. "devDependencies": {
  38. "chai": "^3.5.0",
  39. "coveralls": "^2.11.9",
  40. "mocha": "^2.4.5",
  41. "nyc": "^6.4.4",
  42. "standard": "^7.0.1",
  43. "standard-version": "^2.2.1"
  44. },
  45. "files": [
  46. "index.js",
  47. "LICENSE.txt"
  48. ],
  49. "homepage": "https://github.com/yargs/set-blocking#readme",
  50. "keywords": [
  51. "flush",
  52. "terminal",
  53. "blocking",
  54. "shim",
  55. "stdio",
  56. "stderr"
  57. ],
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "set-blocking",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/yargs/set-blocking.git"
  64. },
  65. "scripts": {
  66. "coverage": "nyc report --reporter=text-lcov | coveralls",
  67. "pretest": "standard",
  68. "test": "nyc mocha ./test/*.js",
  69. "version": "standard-version"
  70. },
  71. "version": "2.0.0"
  72. }