Front end of the Slack clone application.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "parse-json@^2.2.0",
  3. "_id": "parse-json@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
  6. "_location": "/parse-json",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-json@^2.2.0",
  12. "name": "parse-json",
  13. "escapedName": "parse-json",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/load-json-file",
  20. "/webpack/load-json-file"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
  23. "_shasum": "f480f40434ef80741f8469099f8dea18f55a4dc9",
  24. "_spec": "parse-json@^2.2.0",
  25. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/load-json-file",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/parse-json/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "error-ex": "^1.2.0"
  37. },
  38. "deprecated": false,
  39. "description": "Parse JSON with more helpful errors",
  40. "devDependencies": {
  41. "ava": "0.0.4",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js",
  49. "vendor"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/parse-json#readme",
  52. "keywords": [
  53. "parse",
  54. "json",
  55. "graceful",
  56. "error",
  57. "message",
  58. "humanize",
  59. "friendly",
  60. "helpful",
  61. "string",
  62. "str"
  63. ],
  64. "license": "MIT",
  65. "name": "parse-json",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/parse-json.git"
  69. },
  70. "scripts": {
  71. "test": "xo && node test.js"
  72. },
  73. "version": "2.2.0",
  74. "xo": {
  75. "ignores": [
  76. "vendor/**"
  77. ]
  78. }
  79. }