{
  "_from": "validatorjs@^3.22.1",
  "_id": "validatorjs@3.22.1",
  "_inBundle": false,
  "_integrity": "sha512-451KiCt/3E8qV/8fOUdO0YkA8zUdQBNVxubg9jvgEB+JAg9IlRKrClzwq2ir2ndj7TWmPYQ7bXFb4BxcyX2iWw==",
  "_location": "/validatorjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "validatorjs@^3.22.1",
    "name": "validatorjs",
    "escapedName": "validatorjs",
    "rawSpec": "^3.22.1",
    "saveSpec": null,
    "fetchSpec": "^3.22.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/validatorjs/-/validatorjs-3.22.1.tgz",
  "_shasum": "13dbbe6556cf4ab87759105d13b1d31a9a54ce54",
  "_spec": "validatorjs@^3.22.1",
  "_where": "/home/tgauser/public_html/api.tga.retrocubedevs.com/tga-backend",
  "author": {
    "name": "David",
    "email": "david@thejsguy.com"
  },
  "bugs": {
    "url": "https://github.com/mikeerickson/validatorjs/issues?labels=bug&milestone=1&page=1&state=open"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Mike Erickson",
      "email": "codedungeon@gmail.com"
    },
    {
      "name": "Gary Green",
      "email": "holegary@gmail.com"
    },
    {
      "name": "Karol Janyst",
      "email": "lapkom@gmail.com"
    }
  ],
  "deprecated": false,
  "description": "Validation library inspired by Laravel's Validator",
  "devDependencies": {
    "browserify": "^13.0.1",
    "chai": "~3.5.0",
    "eslint": "5.8.0",
    "grunt": "1.0.4",
    "grunt-browserify": "^5.0.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-concat": "~1.0.1",
    "grunt-contrib-watch": "~1.0.0",
    "jit-grunt": "^0.10.0",
    "karma": "4.3.0",
    "karma-browserify": "6.1.0",
    "karma-chai": "~0.1.0",
    "karma-chrome-launcher": "3.1.0",
    "karma-coverage": "~1.0.0",
    "karma-growl-notifications-reporter": "0.0.2",
    "karma-mocha": "1.3.0",
    "karma-mocha-reporter": "2.2.5",
    "mocha": "~2.5.3",
    "mocha-better-spec-reporter": "github:mikeerickson/mocha-better-spec-reporter",
    "pump": "3.0.0",
    "puppeteer": "1.19.0",
    "rimraf": "3.0.0"
  },
  "homepage": "https://github.com/mikeerickson/validatorjs#readme",
  "keywords": [
    "codedungeon",
    "validatorjs",
    "validator.js",
    "data validation",
    "validator",
    "validate",
    "validation",
    "data",
    "laravel",
    "laravel-validator-for-js"
  ],
  "license": "MIT",
  "main": "./src/validator.js",
  "name": "validatorjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikeerickson/validatorjs.git"
  },
  "scripts": {
    "build": "rimraf dist && grunt dist",
    "build:all": "./scripts/build.sh",
    "lint": "eslint \"./src/**/*.js\" --fix",
    "lint:fix": "eslint \"./src/**/*.js\" --fix",
    "lint:spec": "eslint \"./spec/**/*.js\" --rule 'no-redeclare: off'",
    "pre-commit": "npm run lint:spec && npm run lint && npm run test",
    "test": "npm run test:node",
    "test:browser": "npm run build:all && node node_modules/karma/bin/karma start --single-run",
    "test:node": "node node_modules/mocha/bin/mocha spec --slow 500 --reporter mocha-better-spec-reporter",
    "test:watch": "node node_modules/mocha/bin/mocha --watch spec --slow 500 --reporter mocha-better-spec-reporter",
    "todo": "node scripts/todo.js"
  },
  "version": "3.22.1"
}
