{
  "_args": [
    [
      "express-validator@6.6.1",
      "C:\\Users\\kommi\\workspaces\\ne-trip"
    ]
  ],
  "_from": "express-validator@6.6.1",
  "_id": "express-validator@6.6.1",
  "_inBundle": false,
  "_integrity": "sha512-+MrZKJ3eGYXkNF9p9Zf7MS7NkPJFg9MDYATU5c80Cf4F62JdLBIjWxy6481tRC0y1NnC9cgOw8FuN364bWaGhA==",
  "_location": "/express-validator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "express-validator@6.6.1",
    "name": "express-validator",
    "escapedName": "express-validator",
    "rawSpec": "6.6.1",
    "saveSpec": null,
    "fetchSpec": "6.6.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.6.1.tgz",
  "_spec": "6.6.1",
  "_where": "C:\\Users\\kommi\\workspaces\\ne-trip",
  "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.19",
    "validator": "^13.1.1"
  },
  "description": "Express middleware for the validator module.",
  "devDependencies": {
    "@types/jest": "^26.0.0",
    "@types/lodash": "^4.14.158",
    "@typescript-eslint/eslint-plugin": "^3.3.0",
    "@typescript-eslint/parser": "^3.3.0",
    "coveralls": "^3.1.0",
    "docusaurus": "^1.14.4",
    "eslint": "^7.3.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-prettier": "^3.1.4",
    "jest": "^26.0.1",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.0",
    "typescript": "^3.9.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": {
    "build": "tsc",
    "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.6.1"
}
