Front end of the Slack clone application.

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "read-pkg-up@^1.0.1",
  3. "_id": "read-pkg-up@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
  6. "_location": "/read-pkg-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "read-pkg-up@^1.0.1",
  12. "name": "read-pkg-up",
  13. "escapedName": "read-pkg-up",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/meow",
  20. "/yargs"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
  23. "_shasum": "9d63c13276c065918d57f002a57f40a1b643fb02",
  24. "_spec": "read-pkg-up@^1.0.1",
  25. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/meow",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/read-pkg-up/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "find-up": "^1.0.0",
  37. "read-pkg": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Read the closest package.json file",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
  52. "keywords": [
  53. "json",
  54. "read",
  55. "parse",
  56. "file",
  57. "fs",
  58. "graceful",
  59. "load",
  60. "pkg",
  61. "package",
  62. "find",
  63. "up",
  64. "find-up",
  65. "findup",
  66. "look-up",
  67. "look",
  68. "file",
  69. "search",
  70. "match",
  71. "package",
  72. "resolve",
  73. "parent",
  74. "parents",
  75. "folder",
  76. "directory",
  77. "dir",
  78. "walk",
  79. "walking",
  80. "path"
  81. ],
  82. "license": "MIT",
  83. "name": "read-pkg-up",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
  87. },
  88. "scripts": {
  89. "test": "xo && ava"
  90. },
  91. "version": "1.0.1"
  92. }