Front end of the Slack clone application.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "commander@^2.9.0",
  3. "_id": "commander@2.16.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sVXqklSaotK9at437sFlFpyOcJonxe0yST/AG9DkQKUdIE6IqGIMv4SfAQSKaJbSdVEJYItASCrBiVQHq1HQew==",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commander@^2.9.0",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "^2.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.9.0"
  17. },
  18. "_requiredBy": [
  19. "/har-validator",
  20. "/tslint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.16.0.tgz",
  23. "_shasum": "f16390593996ceb4f3eeb020b31d78528f7f8a50",
  24. "_spec": "commander@^2.9.0",
  25. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/har-validator",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/tj/commander.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "the complete solution for node.js command-line programs",
  37. "devDependencies": {
  38. "@types/node": "^7.0.66",
  39. "eslint": "^4.19.1",
  40. "should": "^11.2.1",
  41. "sinon": "^2.4.1",
  42. "standard": "^10.0.3",
  43. "typescript": "^2.9.2"
  44. },
  45. "files": [
  46. "index.js",
  47. "typings/index.d.ts"
  48. ],
  49. "homepage": "https://github.com/tj/commander.js#readme",
  50. "keywords": [
  51. "commander",
  52. "command",
  53. "option",
  54. "parser"
  55. ],
  56. "license": "MIT",
  57. "main": "index",
  58. "name": "commander",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/tj/commander.js.git"
  62. },
  63. "scripts": {
  64. "lint": "eslint index.js",
  65. "test": "node test/run.js && npm run test-typings",
  66. "test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
  67. },
  68. "typings": "typings/index.d.ts",
  69. "version": "2.16.0"
  70. }