package.json 1.5 KB

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