{
  "_args": [
    [
      {
        "raw": "validator@^5.2.0",
        "scope": null,
        "escapedName": "validator",
        "name": "validator",
        "rawSpec": "^5.2.0",
        "spec": ">=5.2.0 <6.0.0",
        "type": "range"
      },
      "/home/leonid/Documents/drp/delorean/node_modules/sequelize"
    ]
  ],
  "_from": "validator@>=5.2.0 <6.0.0",
  "_id": "validator@5.7.0",
  "_inCache": true,
  "_location": "/validator",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/validator-5.7.0.tgz_1473558672249_0.20449338271282613"
  },
  "_npmUser": {
    "name": "cohara87",
    "email": "cohara87@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "validator@^5.2.0",
    "scope": null,
    "escapedName": "validator",
    "name": "validator",
    "rawSpec": "^5.2.0",
    "spec": ">=5.2.0 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/sequelize"
  ],
  "_resolved": "https://registry.npmjs.org/validator/-/validator-5.7.0.tgz",
  "_shasum": "7a87a58146b695ac486071141c0c49d67da05e5c",
  "_shrinkwrap": null,
  "_spec": "validator@^5.2.0",
  "_where": "/home/leonid/Documents/drp/delorean/node_modules/sequelize",
  "author": {
    "name": "Chris O'Hara",
    "email": "cohara87@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/chriso/validator.js/issues"
  },
  "dependencies": {},
  "description": "String validation and sanitization",
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-es2015-rollup": "^1.1.1",
    "coveralls": "^2.11.9",
    "eslint": "^2.11.1",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.8.1",
    "istanbul": "^0.4.3",
    "mocha": "^2.5.3",
    "rollup": "^0.29.1",
    "rollup-plugin-babel": "^2.5.1",
    "uglify-js": "^2.6.2"
  },
  "directories": {},
  "dist": {
    "shasum": "7a87a58146b695ac486071141c0c49d67da05e5c",
    "tarball": "https://registry.npmjs.org/validator/-/validator-5.7.0.tgz"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js",
    "lib",
    "README.md",
    "LICENCE",
    "validator.js",
    "validator.min.js"
  ],
  "gitHead": "3443132beccddf06c3f0a5e88c1dd2ee6513b612",
  "homepage": "http://github.com/chriso/validator.js",
  "keywords": [
    "validator",
    "validation",
    "validate",
    "sanitization",
    "sanitize",
    "sanitisation",
    "sanitise",
    "assert"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "cohara87",
      "email": "cohara87@gmail.com"
    }
  ],
  "name": "validator",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/chriso/validator.js.git"
  },
  "scripts": {
    "build": "npm run build:browser && npm run build:node",
    "build:browser": "babel-node build-browser && npm run minify",
    "build:node": "babel src -d . --presets es2015 --plugins add-module-exports",
    "clean": "npm run clean:node && npm run clean:browser",
    "clean:browser": "rm -rf validator*.js",
    "clean:node": "rm -rf index.js lib",
    "coveralls": "istanbul cover _mocha --report lcovonly -x validator.js -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "lint": "eslint src test",
    "minify": "uglifyjs validator.js -o validator.min.js  --compress --mangle --comments '/Copyright/'",
    "pretest": "npm run lint && npm run build",
    "test": "mocha --reporter spec"
  },
  "version": "5.7.0"
}
