{
  "_args": [
    [
      "compute-gcd@1.2.0",
      "C:\\xampp\\htdocs\\rent_now"
    ]
  ],
  "_from": "compute-gcd@1.2.0",
  "_id": "compute-gcd@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-/B7eW2UAHpUCJlAvRlQ4Y+T+oQ4=",
  "_location": "/compute-gcd",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "compute-gcd@1.2.0",
    "name": "compute-gcd",
    "escapedName": "compute-gcd",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/compute-lcm"
  ],
  "_resolved": "https://registry.npmjs.org/compute-gcd/-/compute-gcd-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "C:\\xampp\\htdocs\\rent_now",
  "author": {
    "name": "Athan Reines",
    "email": "kgryte@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/compute-io/gcd/issues"
  },
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "kgryte@gmail.com"
    },
    {
      "name": "Philipp Burckhardt",
      "email": "pburckhardt@outlook.com"
    }
  ],
  "dependencies": {
    "validate.io-array": "^1.0.3",
    "validate.io-function": "^1.0.2",
    "validate.io-integer-array": "^1.0.0"
  },
  "description": "Computes the greatest common divisor (gcd).",
  "devDependencies": {
    "chai": "2.x.x",
    "coveralls": "^2.11.1",
    "istanbul": "^0.3.0",
    "jshint": "2.x.x",
    "jshint-stylish": "^1.0.0",
    "mocha": "2.x.x"
  },
  "homepage": "https://github.com/compute-io/gcd#readme",
  "keywords": [
    "compute.io",
    "compute",
    "computation",
    "mathematics",
    "math",
    "euclid",
    "stein",
    "binary gcd",
    "greatest common divisor",
    "greatest common factor",
    "highest common factor",
    "greatest common measure",
    "highest common divisor",
    "gcd",
    "gcf",
    "hcf",
    "gcm",
    "arithmetic",
    "array",
    "integer"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "name": "compute-gcd",
  "repository": {
    "type": "git",
    "url": "git://github.com/compute-io/gcd.git"
  },
  "scripts": {
    "coveralls": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./reports/coveralls",
    "test": "mocha",
    "test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec"
  },
  "version": "1.2.0"
}
