package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "decimal.js@^10.2.1",
  3. "_id": "decimal.js@10.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==",
  6. "_location": "/decimal.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "decimal.js@^10.2.1",
  12. "name": "decimal.js",
  13. "escapedName": "decimal.js",
  14. "rawSpec": "^10.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^10.2.1"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
  22. "_shasum": "d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783",
  23. "_spec": "decimal.js@^10.2.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\jsdom",
  25. "author": {
  26. "name": "Michael Mclaughlin",
  27. "email": "M8ch88l@gmail.com"
  28. },
  29. "browser": "decimal.js",
  30. "bugs": {
  31. "url": "https://github.com/MikeMcl/decimal.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "An arbitrary-precision Decimal type for JavaScript.",
  36. "files": [
  37. "decimal.js",
  38. "decimal.mjs",
  39. "decimal.d.ts"
  40. ],
  41. "homepage": "https://github.com/MikeMcl/decimal.js#readme",
  42. "keywords": [
  43. "arbitrary",
  44. "precision",
  45. "arithmetic",
  46. "big",
  47. "number",
  48. "decimal",
  49. "float",
  50. "biginteger",
  51. "bigdecimal",
  52. "bignumber",
  53. "bigint",
  54. "bignum"
  55. ],
  56. "license": "MIT",
  57. "main": "decimal",
  58. "module": "decimal.mjs",
  59. "name": "decimal.js",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/MikeMcl/decimal.js.git"
  63. },
  64. "scripts": {
  65. "test": "node ./test/test.js"
  66. },
  67. "types": "decimal.d.ts",
  68. "version": "10.3.1"
  69. }