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.

94 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "miller-rabin@^4.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/diffie-hellman"
  6. ]
  7. ],
  8. "_from": "miller-rabin@>=4.0.0 <5.0.0",
  9. "_id": "miller-rabin@4.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/miller-rabin",
  13. "_nodeVersion": "8.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/miller-rabin-4.0.1.tgz_1506550159594_0.8133998683188111"
  17. },
  18. "_npmUser": {
  19. "email": "fedor@indutny.com",
  20. "name": "indutny"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "miller-rabin",
  26. "raw": "miller-rabin@^4.0.0",
  27. "rawSpec": "^4.0.0",
  28. "scope": null,
  29. "spec": ">=4.0.0 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/diffie-hellman"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
  36. "_shasum": "f080351c865b0dc562a8462966daa53543c78a4d",
  37. "_shrinkwrap": null,
  38. "_spec": "miller-rabin@^4.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/diffie-hellman",
  40. "author": {
  41. "email": "fedor@indutny.com",
  42. "name": "Fedor Indutny"
  43. },
  44. "bin": {
  45. "miller-rabin": "bin/miller-rabin"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/indutny/miller-rabin/issues"
  49. },
  50. "dependencies": {
  51. "bn.js": "^4.0.0",
  52. "brorand": "^1.0.1"
  53. },
  54. "description": "Miller Rabin algorithm for primality test",
  55. "devDependencies": {
  56. "mocha": "^2.0.1"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
  61. "shasum": "f080351c865b0dc562a8462966daa53543c78a4d",
  62. "tarball": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz"
  63. },
  64. "gitHead": "bda17a34d3b33a84a0dbb120ff7f662adea05c01",
  65. "homepage": "https://github.com/indutny/miller-rabin",
  66. "keywords": [
  67. "bignumber",
  68. "miller-rabin",
  69. "prime"
  70. ],
  71. "license": "MIT",
  72. "main": "lib/mr.js",
  73. "maintainers": [
  74. {
  75. "name": "indutny",
  76. "email": "fedor@indutny.com"
  77. },
  78. {
  79. "name": "cwmma",
  80. "email": "calvin.metcalf@gmail.com"
  81. }
  82. ],
  83. "name": "miller-rabin",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+ssh://git@github.com/indutny/miller-rabin.git"
  89. },
  90. "scripts": {
  91. "test": "mocha --reporter=spec test/**/*-test.js"
  92. },
  93. "version": "4.0.1"
  94. }