Front end of the Slack clone application.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "is-extendable@^0.1.1",
  3. "_id": "is-extendable@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
  6. "_location": "/is-extendable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-extendable@^0.1.1",
  12. "name": "is-extendable",
  13. "escapedName": "is-extendable",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/object.omit",
  20. "/set-value",
  21. "/set-value/extend-shallow",
  22. "/snapdragon/extend-shallow",
  23. "/union-value",
  24. "/union-value/extend-shallow",
  25. "/union-value/set-value",
  26. "/watchpack/braces/extend-shallow",
  27. "/watchpack/expand-brackets/extend-shallow",
  28. "/watchpack/extglob/extend-shallow",
  29. "/watchpack/fill-range/extend-shallow"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
  32. "_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
  33. "_spec": "is-extendable@^0.1.1",
  34. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/object.omit",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  41. },
  42. "bundleDependencies": false,
  43. "deprecated": false,
  44. "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
  45. "devDependencies": {
  46. "mocha": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/is-extendable",
  55. "keywords": [
  56. "array",
  57. "assign",
  58. "check",
  59. "date",
  60. "extend",
  61. "extensible",
  62. "function",
  63. "is",
  64. "object",
  65. "regex",
  66. "test"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "is-extendable",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verbiage": {
  79. "related": {
  80. "list": [
  81. "isobject",
  82. "is-plain-object",
  83. "kind-of",
  84. "is-extendable",
  85. "is-equal-shallow",
  86. "extend-shallow",
  87. "assign-deep"
  88. ]
  89. }
  90. },
  91. "version": "0.1.1"
  92. }