You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.7 KiB

  1. {
  2. "_from": "decimal.js@^10.2.0",
  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": "range",
  10. "registry": true,
  11. "raw": "decimal.js@^10.2.0",
  12. "name": "decimal.js",
  13. "escapedName": "decimal.js",
  14. "rawSpec": "^10.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^10.2.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz",
  22. "_shasum": "238ae7b0f0c793d3e3cea410108b35a2c01426a3",
  23. "_spec": "decimal.js@^10.2.0",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/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. "homepage": "https://github.com/MikeMcl/decimal.js#readme",
  37. "keywords": [
  38. "arbitrary",
  39. "precision",
  40. "arithmetic",
  41. "big",
  42. "number",
  43. "decimal",
  44. "float",
  45. "biginteger",
  46. "bigdecimal",
  47. "bignumber",
  48. "bigint",
  49. "bignum"
  50. ],
  51. "license": "MIT",
  52. "main": "decimal",
  53. "module": "decimal.mjs",
  54. "name": "decimal.js",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/MikeMcl/decimal.js.git"
  58. },
  59. "scripts": {
  60. "build": "uglifyjs decimal.js --source-map url=decimal.min.js.map -c -m -o decimal.min.js",
  61. "test": "node ./test/test.js"
  62. },
  63. "types": "decimal.d.ts",
  64. "version": "10.2.1"
  65. }