package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "big.js@5.2.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "big.js@5.2.2",
  10. "_id": "big.js@5.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  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. "/@vue/cli-service/loader-utils",
  27. "/loader-utils",
  28. "/vue-style-loader/loader-utils"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/big.js/-/big.js-5.2.2.tgz",
  31. "_spec": "5.2.2",
  32. "_where": "/Users/mac/projects/mime/mine",
  33. "author": {
  34. "name": "Michael Mclaughlin",
  35. "email": "M8ch88l@gmail.com"
  36. },
  37. "browser": "big.js",
  38. "bugs": {
  39. "url": "https://github.com/MikeMcl/big.js/issues"
  40. },
  41. "collective": {
  42. "type": "opencollective",
  43. "url": "https://opencollective.com/bigjs"
  44. },
  45. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  46. "engines": {
  47. "node": "*"
  48. },
  49. "files": [
  50. "big.js",
  51. "big.mjs",
  52. "big.min.js"
  53. ],
  54. "homepage": "https://github.com/MikeMcl/big.js#readme",
  55. "keywords": [
  56. "arbitrary",
  57. "precision",
  58. "arithmetic",
  59. "big",
  60. "number",
  61. "decimal",
  62. "float",
  63. "biginteger",
  64. "bigdecimal",
  65. "bignumber",
  66. "bigint",
  67. "bignum"
  68. ],
  69. "license": "MIT",
  70. "main": "big",
  71. "module": "big.mjs",
  72. "name": "big.js",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/MikeMcl/big.js.git"
  76. },
  77. "scripts": {
  78. "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
  79. "test": "node ./test/every-test.js"
  80. },
  81. "version": "5.2.2"
  82. }