package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "big.js@5.2.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "big.js@5.2.2",
  9. "_id": "big.js@5.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  12. "_location": "/big.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "big.js@5.2.2",
  18. "name": "big.js",
  19. "escapedName": "big.js",
  20. "rawSpec": "5.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "5.2.2"
  23. },
  24. "_requiredBy": [
  25. "/babel-loader/loader-utils",
  26. "/eslint-loader/loader-utils",
  27. "/loader-utils",
  28. "/monaco-editor-webpack-plugin/loader-utils",
  29. "/style-loader/loader-utils"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  32. "_spec": "5.2.2",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "Michael Mclaughlin",
  36. "email": "M8ch88l@gmail.com"
  37. },
  38. "browser": "big.js",
  39. "bugs": {
  40. "url": "https://github.com/MikeMcl/big.js/issues"
  41. },
  42. "collective": {
  43. "type": "opencollective",
  44. "url": "https://opencollective.com/bigjs"
  45. },
  46. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  47. "engines": {
  48. "node": "*"
  49. },
  50. "files": [
  51. "big.js",
  52. "big.mjs",
  53. "big.min.js"
  54. ],
  55. "homepage": "https://github.com/MikeMcl/big.js#readme",
  56. "keywords": [
  57. "arbitrary",
  58. "precision",
  59. "arithmetic",
  60. "big",
  61. "number",
  62. "decimal",
  63. "float",
  64. "biginteger",
  65. "bigdecimal",
  66. "bignumber",
  67. "bigint",
  68. "bignum"
  69. ],
  70. "license": "MIT",
  71. "main": "big",
  72. "module": "big.mjs",
  73. "name": "big.js",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/MikeMcl/big.js.git"
  77. },
  78. "scripts": {
  79. "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
  80. "test": "node ./test/every-test.js"
  81. },
  82. "version": "5.2.2"
  83. }