package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "big.js@5.2.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_from": "big.js@5.2.2",
  9. "_id": "big.js@5.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=",
  12. "_location": "/big.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "big.js@5.2.2",
  18. "name": "big.js",
  19. "escapedName": "big.js",
  20. "rawSpec": "5.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "5.2.2"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-service/loader-utils",
  26. "/loader-utils",
  27. "/raw-loader/loader-utils"
  28. ],
  29. "_resolved": "https://registry.nlark.com/big.js/download/big.js-5.2.2.tgz",
  30. "_spec": "5.2.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Michael Mclaughlin",
  34. "email": "M8ch88l@gmail.com"
  35. },
  36. "browser": "big.js",
  37. "bugs": {
  38. "url": "https://github.com/MikeMcl/big.js/issues"
  39. },
  40. "collective": {
  41. "type": "opencollective",
  42. "url": "https://opencollective.com/bigjs"
  43. },
  44. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  45. "engines": {
  46. "node": "*"
  47. },
  48. "files": [
  49. "big.js",
  50. "big.mjs",
  51. "big.min.js"
  52. ],
  53. "homepage": "https://github.com/MikeMcl/big.js#readme",
  54. "keywords": [
  55. "arbitrary",
  56. "precision",
  57. "arithmetic",
  58. "big",
  59. "number",
  60. "decimal",
  61. "float",
  62. "biginteger",
  63. "bigdecimal",
  64. "bignumber",
  65. "bigint",
  66. "bignum"
  67. ],
  68. "license": "MIT",
  69. "main": "big",
  70. "module": "big.mjs",
  71. "name": "big.js",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/MikeMcl/big.js.git"
  75. },
  76. "scripts": {
  77. "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
  78. "test": "node ./test/every-test.js"
  79. },
  80. "version": "5.2.2"
  81. }