{
  "_args": [
    [
      {
        "name": "validator",
        "raw": "validator@~3.27.0",
        "rawSpec": "~3.27.0",
        "scope": null,
        "spec": ">=3.27.0 <3.28.0",
        "type": "range"
      },
      "/home/fgreiner/prog/js/Nodulator"
    ]
  ],
  "_from": "validator@>=3.27.0 <3.28.0",
  "_id": "validator@3.27.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/validator",
  "_nodeVersion": "0.10.35",
  "_npmUser": {
    "email": "cohara87@gmail.com",
    "name": "cohara87"
  },
  "_npmVersion": "2.1.14",
  "_phantomChildren": {},
  "_requested": {
    "name": "validator",
    "raw": "validator@~3.27.0",
    "rawSpec": "~3.27.0",
    "scope": null,
    "spec": ">=3.27.0 <3.28.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/validator/-/validator-3.27.0.tgz",
  "_shasum": "46c4d8452e1d9774bca2d4f41609bc9335c2f9fb",
  "_shrinkwrap": null,
  "_spec": "validator@~3.27.0",
  "_where": "/home/fgreiner/prog/js/Nodulator",
  "author": {
    "email": "cohara87@gmail.com",
    "name": "Chris O'Hara"
  },
  "bugs": {
    "url": "http://github.com/chriso/validator.js/issues"
  },
  "dependencies": {},
  "description": "String validation and sanitization",
  "devDependencies": {
    "contextify": "latest",
    "coveralls": "latest",
    "istanbul": "latest",
    "jshint": "latest",
    "mocha": "latest",
    "uglify-js": "latest"
  },
  "directories": {},
  "dist": {
    "shasum": "46c4d8452e1d9774bca2d4f41609bc9335c2f9fb",
    "tarball": "https://registry.npmjs.org/validator/-/validator-3.27.0.tgz"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "gitHead": "d3468269cca94e2cf0681031a9d512b91c7bbf14",
  "homepage": "http://github.com/chriso/validator.js",
  "keywords": [
    "validator",
    "validation",
    "validate",
    "sanitization",
    "sanitize",
    "sanitisation",
    "sanitise",
    "assert"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/chriso/validator.js/raw/master/LICENSE"
    }
  ],
  "main": "validator.js",
  "maintainers": [
    {
      "email": "cohara87@gmail.com",
      "name": "cohara87"
    }
  ],
  "name": "validator",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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": "_mocha --reporter spec"
  },
  "version": "3.27.0"
}
