package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "big.js@3.2.0",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_from": "big.js@3.2.0",
  9. "_id": "big.js@3.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==",
  12. "_location": "/big.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "big.js@3.2.0",
  18. "name": "big.js",
  19. "escapedName": "big.js",
  20. "rawSpec": "3.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.0"
  23. },
  24. "_requiredBy": [
  25. "/html-webpack-plugin/loader-utils",
  26. "/loader-utils"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz",
  29. "_spec": "3.2.0",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  31. "author": {
  32. "name": "Michael Mclaughlin",
  33. "email": "M8ch88l@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/MikeMcl/big.js/issues"
  37. },
  38. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  39. "engines": {
  40. "node": "*"
  41. },
  42. "files": [
  43. "big.js",
  44. "big.min.js"
  45. ],
  46. "homepage": "https://github.com/MikeMcl/big.js#readme",
  47. "keywords": [
  48. "arbitrary",
  49. "precision",
  50. "arithmetic",
  51. "big",
  52. "number",
  53. "decimal",
  54. "float",
  55. "biginteger",
  56. "bigdecimal",
  57. "bignumber",
  58. "bigint",
  59. "bignum"
  60. ],
  61. "license": "MIT",
  62. "main": "big.js",
  63. "name": "big.js",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/MikeMcl/big.js.git"
  67. },
  68. "scripts": {
  69. "build": "uglifyjs big.js --source-map doc/big.js.map -c -m -o big.min.js --preamble \"/* big.js v3.2.0 https://github.com/MikeMcl/big.js/LICENCE */\"",
  70. "test": "node ./test/every-test.js"
  71. },
  72. "version": "3.2.0"
  73. }