Front end of the Slack clone application.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "body@^5.1.0",
  3. "_id": "body@5.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5LoM5BCkaTYyM2dgnstOZVMSUGk=",
  6. "_location": "/body",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "body@^5.1.0",
  12. "name": "body",
  13. "escapedName": "body",
  14. "rawSpec": "^5.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.0"
  17. },
  18. "_requiredBy": [
  19. "/tiny-lr"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
  22. "_shasum": "e4ba0ce410a46936323367609ecb4e6553125069",
  23. "_spec": "body@^5.1.0",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/tiny-lr",
  25. "author": {
  26. "name": "Raynos",
  27. "email": "raynos2@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Raynos/body/issues",
  31. "email": "raynos2@gmail.com"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jake Verbaten"
  37. }
  38. ],
  39. "dependencies": {
  40. "continuable-cache": "^0.3.1",
  41. "error": "^7.0.0",
  42. "raw-body": "~1.1.0",
  43. "safe-json-parse": "~1.0.1"
  44. },
  45. "deprecated": false,
  46. "description": "Body parsing",
  47. "devDependencies": {
  48. "after": "~0.7.0",
  49. "hammock": "^1.0.0",
  50. "process": "~0.5.1",
  51. "send-data": "~1.0.1",
  52. "tape": "~2.3.0",
  53. "test-server": "~0.1.3"
  54. },
  55. "homepage": "https://github.com/Raynos/body",
  56. "keywords": [],
  57. "licenses": [
  58. {
  59. "type": "MIT",
  60. "url": "http://github.com/Raynos/body/raw/master/LICENSE"
  61. }
  62. ],
  63. "main": "index",
  64. "name": "body",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/Raynos/body.git"
  68. },
  69. "scripts": {
  70. "test": "node ./test/index.js"
  71. },
  72. "version": "5.1.0"
  73. }