package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "big.js@5.2.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. ],
  28. "_resolved": "https://registry.npm.taobao.org/big.js/download/big.js-5.2.2.tgz",
  29. "_spec": "5.2.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Michael Mclaughlin",
  33. "email": "M8ch88l@gmail.com"
  34. },
  35. "browser": "big.js",
  36. "bugs": {
  37. "url": "https://github.com/MikeMcl/big.js/issues"
  38. },
  39. "collective": {
  40. "type": "opencollective",
  41. "url": "https://opencollective.com/bigjs"
  42. },
  43. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  44. "engines": {
  45. "node": "*"
  46. },
  47. "files": [
  48. "big.js",
  49. "big.mjs",
  50. "big.min.js"
  51. ],
  52. "homepage": "https://github.com/MikeMcl/big.js#readme",
  53. "keywords": [
  54. "arbitrary",
  55. "precision",
  56. "arithmetic",
  57. "big",
  58. "number",
  59. "decimal",
  60. "float",
  61. "biginteger",
  62. "bigdecimal",
  63. "bignumber",
  64. "bigint",
  65. "bignum"
  66. ],
  67. "license": "MIT",
  68. "main": "big",
  69. "module": "big.mjs",
  70. "name": "big.js",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/MikeMcl/big.js.git"
  74. },
  75. "scripts": {
  76. "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
  77. "test": "node ./test/every-test.js"
  78. },
  79. "version": "5.2.2"
  80. }