{
  "_args": [
    [
      {
        "raw": "miller-rabin@^4.0.0",
        "scope": null,
        "escapedName": "miller-rabin",
        "name": "miller-rabin",
        "rawSpec": "^4.0.0",
        "spec": ">=4.0.0 <5.0.0",
        "type": "range"
      },
      "C:\\www\\dallashi\\videojs-record\\node_modules\\diffie-hellman"
    ]
  ],
  "_from": "miller-rabin@>=4.0.0 <5.0.0",
  "_id": "miller-rabin@4.0.1",
  "_inCache": true,
  "_location": "/miller-rabin",
  "_nodeVersion": "8.0.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/miller-rabin-4.0.1.tgz_1506550159594_0.8133998683188111"
  },
  "_npmUser": {
    "name": "indutny",
    "email": "fedor@indutny.com"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "miller-rabin@^4.0.0",
    "scope": null,
    "escapedName": "miller-rabin",
    "name": "miller-rabin",
    "rawSpec": "^4.0.0",
    "spec": ">=4.0.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/diffie-hellman"
  ],
  "_resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
  "_shasum": "f080351c865b0dc562a8462966daa53543c78a4d",
  "_shrinkwrap": null,
  "_spec": "miller-rabin@^4.0.0",
  "_where": "C:\\www\\dallashi\\videojs-record\\node_modules\\diffie-hellman",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "bin": {
    "miller-rabin": "bin/miller-rabin"
  },
  "bugs": {
    "url": "https://github.com/indutny/miller-rabin/issues"
  },
  "dependencies": {
    "bn.js": "^4.0.0",
    "brorand": "^1.0.1"
  },
  "description": "Miller Rabin algorithm for primality test",
  "devDependencies": {
    "mocha": "^2.0.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
    "shasum": "f080351c865b0dc562a8462966daa53543c78a4d",
    "tarball": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz"
  },
  "gitHead": "bda17a34d3b33a84a0dbb120ff7f662adea05c01",
  "homepage": "https://github.com/indutny/miller-rabin",
  "keywords": [
    "prime",
    "miller-rabin",
    "bignumber"
  ],
  "license": "MIT",
  "main": "lib/mr.js",
  "maintainers": [
    {
      "name": "indutny",
      "email": "fedor@indutny.com"
    },
    {
      "name": "cwmma",
      "email": "calvin.metcalf@gmail.com"
    }
  ],
  "name": "miller-rabin",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/miller-rabin.git"
  },
  "scripts": {
    "test": "mocha --reporter=spec test/**/*-test.js"
  },
  "version": "4.0.1"
}
