package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "big.js@5.2.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "big.js@5.2.2",
  10. "_id": "big.js@5.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=",
  13. "_location": "/big.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "big.js@5.2.2",
  19. "name": "big.js",
  20. "escapedName": "big.js",
  21. "rawSpec": "5.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.2"
  24. },
  25. "_requiredBy": [
  26. "/loader-utils",
  27. "/sass-loader/loader-utils"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/big.js/download/big.js-5.2.2.tgz",
  30. "_spec": "5.2.2",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  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. }