package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "big.js@^5.2.2",
  3. "_id": "big.js@5.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=",
  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. "/loader-utils",
  20. "/sass-loader/loader-utils",
  21. "/vue-loader-v16/loader-utils"
  22. ],
  23. "_resolved": "https://registry.nlark.com/big.js/download/big.js-5.2.2.tgz",
  24. "_shasum": "65f0af382f578bcdc742bd9c281e9cb2d7768328",
  25. "_spec": "big.js@^5.2.2",
  26. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\loader-utils",
  27. "author": {
  28. "name": "Michael Mclaughlin",
  29. "email": "M8ch88l@gmail.com"
  30. },
  31. "browser": "big.js",
  32. "bugs": {
  33. "url": "https://github.com/MikeMcl/big.js/issues"
  34. },
  35. "bundleDependencies": false,
  36. "collective": {
  37. "type": "opencollective",
  38. "url": "https://opencollective.com/bigjs"
  39. },
  40. "deprecated": false,
  41. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  42. "engines": {
  43. "node": "*"
  44. },
  45. "files": [
  46. "big.js",
  47. "big.mjs",
  48. "big.min.js"
  49. ],
  50. "homepage": "https://github.com/MikeMcl/big.js#readme",
  51. "keywords": [
  52. "arbitrary",
  53. "precision",
  54. "arithmetic",
  55. "big",
  56. "number",
  57. "decimal",
  58. "float",
  59. "biginteger",
  60. "bigdecimal",
  61. "bignumber",
  62. "bigint",
  63. "bignum"
  64. ],
  65. "license": "MIT",
  66. "main": "big",
  67. "module": "big.mjs",
  68. "name": "big.js",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/MikeMcl/big.js.git"
  72. },
  73. "scripts": {
  74. "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
  75. "test": "node ./test/every-test.js"
  76. },
  77. "version": "5.2.2"
  78. }