{
  "_args": [
    [
      "validate.io-function@1.0.2",
      "C:\\xampp\\htdocs\\rent_now"
    ]
  ],
  "_from": "validate.io-function@1.0.2",
  "_id": "validate.io-function@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-NDoZgC7TsZaCaceA5VjpNBHAutc=",
  "_location": "/validate.io-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "validate.io-function@1.0.2",
    "name": "validate.io-function",
    "escapedName": "validate.io-function",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/compute-gcd",
    "/compute-lcm"
  ],
  "_resolved": "https://registry.npmjs.org/validate.io-function/-/validate.io-function-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "C:\\xampp\\htdocs\\rent_now",
  "author": {
    "name": "Athan Reines",
    "email": "kgryte@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/validate-io/function/issues"
  },
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "kgryte@gmail.com"
    }
  ],
  "dependencies": {},
  "description": "Validates if a value is a function.",
  "devDependencies": {
    "chai": "1.x.x",
    "coveralls": "^2.11.1",
    "istanbul": "^0.3.0",
    "jshint": "^2.5.10",
    "jshint-stylish": "^1.0.0",
    "mocha": "1.x.x"
  },
  "homepage": "https://github.com/validate-io/function#readme",
  "keywords": [
    "validate.io",
    "validate",
    "validation",
    "validator",
    "valid",
    "function",
    "is",
    "isfunction"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "name": "validate.io-function",
  "repository": {
    "type": "git",
    "url": "git://github.com/validate-io/function.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.0.2"
}
