Front end of the Slack clone application.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "is-builtin-module@^1.0.0",
  3. "_id": "is-builtin-module@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
  6. "_location": "/is-builtin-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-builtin-module@^1.0.0",
  12. "name": "is-builtin-module",
  13. "escapedName": "is-builtin-module",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/normalize-package-data"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
  22. "_shasum": "540572d34f7ac3119f8f76c30cbc1b1e037affbe",
  23. "_spec": "is-builtin-module@^1.0.0",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/normalize-package-data",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-builtin-module/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "builtin-modules": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Check if a string matches the name of a Node.js builtin module",
  39. "devDependencies": {
  40. "ava": "0.0.4"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-builtin-module#readme",
  49. "keywords": [
  50. "builtin",
  51. "built-in",
  52. "builtins",
  53. "node",
  54. "modules",
  55. "core",
  56. "bundled",
  57. "list",
  58. "array",
  59. "names",
  60. "is",
  61. "detect",
  62. "check",
  63. "match"
  64. ],
  65. "license": "MIT",
  66. "name": "is-builtin-module",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/is-builtin-module.git"
  70. },
  71. "scripts": {
  72. "test": "node test.js"
  73. },
  74. "version": "1.0.0"
  75. }