{
  "_from": "validator@^3.34.0",
  "_id": "validator@3.43.0",
  "_inBundle": false,
  "_integrity": "sha1-lkZLmS1BloM9l6GUv0Cxn/VLrgU=",
  "_location": "/validator",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "validator@^3.34.0",
    "name": "validator",
    "escapedName": "validator",
    "rawSpec": "^3.34.0",
    "saveSpec": null,
    "fetchSpec": "^3.34.0"
  },
  "_requiredBy": [
    "/sequelize-oracle"
  ],
  "_resolved": "https://registry.npmjs.org/validator/-/validator-3.43.0.tgz",
  "_shasum": "96464b992d4196833d97a194bf40b19ff54bae05",
  "_spec": "validator@^3.34.0",
  "_where": "D:\\Application\\Audit\\node-eform\\node_modules\\sequelize-oracle",
  "author": {
    "name": "Chris O'Hara",
    "email": "cohara87@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/chriso/validator.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "String validation and sanitization",
  "devDependencies": {
    "contextify": "latest",
    "coveralls": "latest",
    "istanbul": "latest",
    "jshint": "latest",
    "mocha": "latest",
    "uglify-js": "latest"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "homepage": "http://github.com/chriso/validator.js",
  "keywords": [
    "validator",
    "validation",
    "validate",
    "sanitization",
    "sanitize",
    "sanitisation",
    "sanitise",
    "assert"
  ],
  "license": "MIT",
  "main": "validator.js",
  "name": "validator",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/chriso/validator.js.git"
  },
  "scripts": {
    "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "test": "node ./node_modules/.bin/_mocha --reporter spec"
  },
  "version": "3.43.0"
}
