Front end of the Slack clone application.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "big.js@^3.1.3",
  3. "_id": "big.js@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==",
  6. "_location": "/big.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "big.js@^3.1.3",
  12. "name": "big.js",
  13. "escapedName": "big.js",
  14. "rawSpec": "^3.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.3"
  17. },
  18. "_requiredBy": [
  19. "/loader-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz",
  22. "_shasum": "a5fc298b81b9e0dca2e458824784b65c52ba588e",
  23. "_spec": "big.js@^3.1.3",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/loader-utils",
  25. "author": {
  26. "name": "Michael Mclaughlin",
  27. "email": "M8ch88l@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/MikeMcl/big.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  35. "engines": {
  36. "node": "*"
  37. },
  38. "files": [
  39. "big.js",
  40. "big.min.js"
  41. ],
  42. "homepage": "https://github.com/MikeMcl/big.js#readme",
  43. "keywords": [
  44. "arbitrary",
  45. "precision",
  46. "arithmetic",
  47. "big",
  48. "number",
  49. "decimal",
  50. "float",
  51. "biginteger",
  52. "bigdecimal",
  53. "bignumber",
  54. "bigint",
  55. "bignum"
  56. ],
  57. "license": "MIT",
  58. "main": "big.js",
  59. "name": "big.js",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/MikeMcl/big.js.git"
  63. },
  64. "scripts": {
  65. "build": "uglifyjs big.js --source-map doc/big.js.map -c -m -o big.min.js --preamble \"/* big.js v3.2.0 https://github.com/MikeMcl/big.js/LICENCE */\"",
  66. "test": "node ./test/every-test.js"
  67. },
  68. "version": "3.2.0"
  69. }