Front end of the Slack clone application.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "restore-cursor@^2.0.0",
  3. "_id": "restore-cursor@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
  6. "_location": "/restore-cursor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "restore-cursor@^2.0.0",
  12. "name": "restore-cursor",
  13. "escapedName": "restore-cursor",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cli-cursor"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
  22. "_shasum": "9f7ee287f82fd326d4fd162923d62129eee0dfaf",
  23. "_spec": "restore-cursor@^2.0.0",
  24. "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/cli-cursor",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/restore-cursor/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "onetime": "^2.0.0",
  36. "signal-exit": "^3.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "Gracefully restore the CLI cursor on exit",
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/restore-cursor#readme",
  47. "keywords": [
  48. "exit",
  49. "quit",
  50. "process",
  51. "graceful",
  52. "shutdown",
  53. "sigterm",
  54. "sigint",
  55. "terminate",
  56. "kill",
  57. "stop",
  58. "cli",
  59. "cursor",
  60. "ansi",
  61. "show",
  62. "term",
  63. "terminal",
  64. "console",
  65. "tty",
  66. "shell",
  67. "command-line"
  68. ],
  69. "license": "MIT",
  70. "name": "restore-cursor",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/restore-cursor.git"
  74. },
  75. "version": "2.0.0"
  76. }