{
  "_args": [
    [
      "express-validator@6.4.0",
      "/home/n38wdkytisvp/public_html/chat"
    ]
  ],
  "_from": "express-validator@6.4.0",
  "_id": "express-validator@6.4.0",
  "_inBundle": false,
  "_integrity": "sha512-Fs+x0yDOSiUV+o5jIRloMyBxqpSzJiMM8KQW1IRVv2l49F6ATU0F9uPa+3K6vXNlLlhUjauv2FCGLFPMaNr24w==",
  "_location": "/express-validator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "express-validator@6.4.0",
    "name": "express-validator",
    "escapedName": "express-validator",
    "rawSpec": "6.4.0",
    "saveSpec": null,
    "fetchSpec": "6.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.4.0.tgz",
  "_spec": "6.4.0",
  "_where": "/home/n38wdkytisvp/public_html/chat",
  "author": {
    "name": "Christoph Tavan",
    "email": "dev@tavan.de"
  },
  "bugs": {
    "url": "https://github.com/express-validator/express-validator/issues"
  },
  "contributors": [
    {
      "name": "Rusty Bailey",
      "email": "rustylbailey@gmail.com"
    },
    {
      "name": "Gustavo Henke",
      "email": "guhenke@gmail.com"
    }
  ],
  "dependencies": {
    "lodash": "^4.17.15",
    "validator": "^12.1.0"
  },
  "description": "Express middleware for the validator module.",
  "devDependencies": {
    "@types/jest": "^24.9.1",
    "@types/lodash": "^4.14.149",
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.13.0",
    "coveralls": "^3.0.9",
    "docusaurus": "^1.14.4",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^5.1.0",
    "eslint-plugin-import": "^2.20.0",
    "eslint-plugin-prettier": "^3.1.2",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "ts-jest": "^24.3.0",
    "typescript": "^3.7.5"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "files": [
    "docs",
    "src",
    "check",
    "filter",
    "!*.spec.ts",
    "!*.ts",
    "*.d.ts"
  ],
  "homepage": "https://express-validator.github.io",
  "keywords": [
    "express",
    "validator",
    "validation",
    "validate",
    "sanitize",
    "sanitization",
    "xss"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "name": "express-validator",
  "repository": {
    "type": "git",
    "url": "git://github.com/express-validator/express-validator.git"
  },
  "scripts": {
    "clean": "git clean -Xf src check filter",
    "docs:build": "npm --prefix ./website run build",
    "docs:publish": "USE_SSH=true CURRENT_BRANCH=master npm --prefix ./website run publish-gh-pages",
    "docs:start": "npm --prefix ./website start",
    "docs:version": "npm --prefix ./website run version",
    "lint": "eslint --ignore-path .gitignore 'src/**/*.ts'",
    "prepublishOnly": "tsc",
    "report-coverage": "cat coverage/lcov.info | coveralls",
    "test": "jest",
    "version": "npm run docs:version -- $npm_package_version && npm run docs:build && git add -A website"
  },
  "types": "./src/index.d.ts",
  "version": "6.4.0"
}
