You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "miller-rabin@^4.0.0",
  3. "_id": "miller-rabin@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
  6. "_location": "/miller-rabin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "miller-rabin@^4.0.0",
  12. "name": "miller-rabin",
  13. "escapedName": "miller-rabin",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/diffie-hellman"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
  22. "_shasum": "f080351c865b0dc562a8462966daa53543c78a4d",
  23. "_spec": "miller-rabin@^4.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/diffie-hellman",
  25. "author": {
  26. "name": "Fedor Indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "bin": {
  30. "miller-rabin": "bin/miller-rabin"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/indutny/miller-rabin/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "bn.js": "^4.0.0",
  38. "brorand": "^1.0.1"
  39. },
  40. "deprecated": false,
  41. "description": "Miller Rabin algorithm for primality test",
  42. "devDependencies": {
  43. "mocha": "^2.0.1"
  44. },
  45. "homepage": "https://github.com/indutny/miller-rabin",
  46. "keywords": [
  47. "prime",
  48. "miller-rabin",
  49. "bignumber"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/mr.js",
  53. "name": "miller-rabin",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/indutny/miller-rabin.git"
  57. },
  58. "scripts": {
  59. "test": "mocha --reporter=spec test/**/*-test.js"
  60. },
  61. "version": "4.0.1"
  62. }