package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "big.js@^5.2.2",
  3. "_id": "big.js@5.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  6. "_location": "/big.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "big.js@^5.2.2",
  12. "name": "big.js",
  13. "escapedName": "big.js",
  14. "rawSpec": "^5.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.2"
  17. },
  18. "_requiredBy": [
  19. "/babel-loader/loader-utils",
  20. "/html-webpack-plugin/loader-utils",
  21. "/loader-utils",
  22. "/mini-css-extract-plugin/loader-utils",
  23. "/postcss-loader/loader-utils",
  24. "/resolve-url-loader/loader-utils",
  25. "/webpack/loader-utils"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  28. "_shasum": "65f0af382f578bcdc742bd9c281e9cb2d7768328",
  29. "_spec": "big.js@^5.2.2",
  30. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\loader-utils",
  31. "author": {
  32. "name": "Michael Mclaughlin",
  33. "email": "M8ch88l@gmail.com"
  34. },
  35. "browser": "big.js",
  36. "bugs": {
  37. "url": "https://github.com/MikeMcl/big.js/issues"
  38. },
  39. "bundleDependencies": false,
  40. "collective": {
  41. "type": "opencollective",
  42. "url": "https://opencollective.com/bigjs"
  43. },
  44. "deprecated": false,
  45. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  46. "engines": {
  47. "node": "*"
  48. },
  49. "files": [
  50. "big.js",
  51. "big.mjs",
  52. "big.min.js"
  53. ],
  54. "homepage": "https://github.com/MikeMcl/big.js#readme",
  55. "keywords": [
  56. "arbitrary",
  57. "precision",
  58. "arithmetic",
  59. "big",
  60. "number",
  61. "decimal",
  62. "float",
  63. "biginteger",
  64. "bigdecimal",
  65. "bignumber",
  66. "bigint",
  67. "bignum"
  68. ],
  69. "license": "MIT",
  70. "main": "big",
  71. "module": "big.mjs",
  72. "name": "big.js",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/MikeMcl/big.js.git"
  76. },
  77. "scripts": {
  78. "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
  79. "test": "node ./test/every-test.js"
  80. },
  81. "version": "5.2.2"
  82. }