package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "big.js@5.2.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  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. "/cache-loader/loader-utils",
  26. "/copy-webpack-plugin/loader-utils",
  27. "/css-loader/loader-utils",
  28. "/eslint-loader/loader-utils",
  29. "/file-loader/loader-utils",
  30. "/loader-utils",
  31. "/mini-css-extract-plugin/loader-utils",
  32. "/postcss-loader/loader-utils",
  33. "/style-vw-loader/loader-utils",
  34. "/thread-loader/loader-utils",
  35. "/url-loader/loader-utils",
  36. "/vue-loader/loader-utils",
  37. "/vue-style-loader/loader-utils",
  38. "/webpack/loader-utils"
  39. ],
  40. "_resolved": "https://registry.npmmirror.com/big.js/-/big.js-5.2.2.tgz",
  41. "_spec": "5.2.2",
  42. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  43. "author": {
  44. "name": "Michael Mclaughlin",
  45. "email": "M8ch88l@gmail.com"
  46. },
  47. "browser": "big.js",
  48. "bugs": {
  49. "url": "https://github.com/MikeMcl/big.js/issues"
  50. },
  51. "collective": {
  52. "type": "opencollective",
  53. "url": "https://opencollective.com/bigjs"
  54. },
  55. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  56. "engines": {
  57. "node": "*"
  58. },
  59. "files": [
  60. "big.js",
  61. "big.mjs",
  62. "big.min.js"
  63. ],
  64. "homepage": "https://github.com/MikeMcl/big.js#readme",
  65. "keywords": [
  66. "arbitrary",
  67. "precision",
  68. "arithmetic",
  69. "big",
  70. "number",
  71. "decimal",
  72. "float",
  73. "biginteger",
  74. "bigdecimal",
  75. "bignumber",
  76. "bigint",
  77. "bignum"
  78. ],
  79. "license": "MIT",
  80. "main": "big",
  81. "module": "big.mjs",
  82. "name": "big.js",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/MikeMcl/big.js.git"
  86. },
  87. "scripts": {
  88. "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
  89. "test": "node ./test/every-test.js"
  90. },
  91. "version": "5.2.2"
  92. }