package.json 2.4 KB

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