{
  "_from": "validate.io-nonnegative-integer@^1.0.0",
  "_id": "validate.io-nonnegative-integer@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-uOMekPwcl84yg8NR7zgIZCZ9pHCtd9CK1Ri51N+ZJLTe1HyLbmdFdy7ZmfkiHkMvB1pOxeQmd1/LBjKhUD1L3A==",
  "_location": "/validate.io-nonnegative-integer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "validate.io-nonnegative-integer@^1.0.0",
    "name": "validate.io-nonnegative-integer",
    "escapedName": "validate.io-nonnegative-integer",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/utils-copy"
  ],
  "_resolved": "https://registry.npmjs.org/validate.io-nonnegative-integer/-/validate.io-nonnegative-integer-1.0.0.tgz",
  "_shasum": "8069243a08c5f98e95413c929dfd7b18f3f6f29f",
  "_spec": "validate.io-nonnegative-integer@^1.0.0",
  "_where": "/home/retrocubedevs/public_html/dev/heyheymedia-web-api/node_modules/utils-copy",
  "author": {
    "name": "Athan Reines",
    "email": "kgryte@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/validate-io/nonnegative-integer/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "kgryte@gmail.com"
    }
  ],
  "dependencies": {
    "validate.io-integer": "^1.0.5"
  },
  "deprecated": false,
  "description": "Validates if a value is a nonnegative integer.",
  "devDependencies": {
    "chai": "1.x.x",
    "coveralls": "^2.11.1",
    "istanbul": "^0.3.0",
    "jshint": "2.x.x",
    "jshint-stylish": "^1.0.0",
    "mocha": "1.x.x"
  },
  "homepage": "https://github.com/validate-io/nonnegative-integer#readme",
  "keywords": [
    "validate.io",
    "validate",
    "validation",
    "validator",
    "valid",
    "integer",
    "nonnegative",
    "is",
    "isinteger"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "name": "validate.io-nonnegative-integer",
  "repository": {
    "type": "git",
    "url": "git://github.com/validate-io/nonnegative-integer.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.0"
}
