package.json 2.4 KB

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