package.json 2.3 KB

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