{
  "_args": [
    [
      "compute-lcm@1.1.0",
      "C:\\xampp\\htdocs\\rent_now"
    ]
  ],
  "_from": "compute-lcm@1.1.0",
  "_id": "compute-lcm@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-q9ltBAtBsKFm+JlEtci3xRHiGtU=",
  "_location": "/compute-lcm",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "compute-lcm@1.1.0",
    "name": "compute-lcm",
    "escapedName": "compute-lcm",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/json-schema-merge-allof"
  ],
  "_resolved": "https://registry.npmjs.org/compute-lcm/-/compute-lcm-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "C:\\xampp\\htdocs\\rent_now",
  "author": {
    "name": "Athan Reines",
    "email": "kgryte@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/compute-io/lcm/issues"
  },
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "kgryte@gmail.com"
    },
    {
      "name": "Philipp Burckhardt",
      "email": "pburckhardt@outlook.com"
    }
  ],
  "dependencies": {
    "compute-gcd": "^1.2.0",
    "validate.io-array": "^1.0.3",
    "validate.io-function": "^1.0.2",
    "validate.io-integer-array": "^1.0.0"
  },
  "description": "Computes the least common multiple (lcm).",
  "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/lcm#readme",
  "keywords": [
    "compute.io",
    "compute",
    "computation",
    "mathematics",
    "math",
    "least common multiple",
    "lowest common multiple",
    "smallest common multiple",
    "lowest common denominator",
    "lcm",
    "lcd",
    "discrete",
    "arithmetic",
    "array",
    "integer",
    "gcd",
    "euclid"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "name": "compute-lcm",
  "repository": {
    "type": "git",
    "url": "git://github.com/compute-io/lcm.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.1.0"
}
