package.json 1.8 KB

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