package.json 1.8 KB

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