Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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