package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "decimal.js",
  3. "_id": "decimal.js@10.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==",
  6. "_location": "/decimal.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "decimal.js",
  12. "name": "decimal.js",
  13. "escapedName": "decimal.js",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz",
  23. "_shasum": "238ae7b0f0c793d3e3cea410108b35a2c01426a3",
  24. "_spec": "decimal.js",
  25. "_where": "D:\\北京宏信\\源码\\浩德集团\\uni-app-front",
  26. "author": {
  27. "name": "Michael Mclaughlin",
  28. "email": "M8ch88l@gmail.com"
  29. },
  30. "browser": "decimal.js",
  31. "bugs": {
  32. "url": "https://github.com/MikeMcl/decimal.js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "An arbitrary-precision Decimal type for JavaScript.",
  37. "homepage": "https://github.com/MikeMcl/decimal.js#readme",
  38. "keywords": [
  39. "arbitrary",
  40. "precision",
  41. "arithmetic",
  42. "big",
  43. "number",
  44. "decimal",
  45. "float",
  46. "biginteger",
  47. "bigdecimal",
  48. "bignumber",
  49. "bigint",
  50. "bignum"
  51. ],
  52. "license": "MIT",
  53. "main": "decimal",
  54. "module": "decimal.mjs",
  55. "name": "decimal.js",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/MikeMcl/decimal.js.git"
  59. },
  60. "scripts": {
  61. "build": "uglifyjs decimal.js --source-map url=decimal.min.js.map -c -m -o decimal.min.js",
  62. "test": "node ./test/test.js"
  63. },
  64. "types": "decimal.d.ts",
  65. "version": "10.2.1"
  66. }