12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "express-validator@*",
- "_id": "express-validator@5.3.1",
- "_inBundle": false,
- "_integrity": "sha512-g8xkipBF6VxHbO1+ksC7nxUU7+pWif0+OZXjZTybKJ/V0aTVhuCoHbyhIPgSYVldwQLocGExPtB2pE0DqK4jsw==",
- "_location": "/express-validator",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "express-validator@*",
- "name": "express-validator",
- "escapedName": "express-validator",
- "rawSpec": "*",
- "saveSpec": null,
- "fetchSpec": "*"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/express-validator/-/express-validator-5.3.1.tgz",
- "_shasum": "6f42c6d52554441b0360c40ccfb555b1770affe2",
- "_spec": "express-validator@*",
- "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
- "author": {
- "name": "Christoph Tavan",
- "email": "dev@tavan.de"
- },
- "bugs": {
- "url": "https://github.com/express-validator/express-validator/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Rusty Bailey",
- "email": "rustylbailey@gmail.com"
- },
- {
- "name": "Gustavo Henke",
- "email": "guhenke@gmail.com"
- }
- ],
- "dependencies": {
- "lodash": "^4.17.10",
- "validator": "^10.4.0"
- },
- "deprecated": false,
- "description": "Express middleware for the validator module.",
- "devDependencies": {
- "@types/express": "^4.11.1",
- "chai": "^4.1.2",
- "coveralls": "^3.0.0",
- "docusaurus": "^1.5.1",
- "eslint": "^4.19.1",
- "mocha": "^5.1.1",
- "nyc": "^13.0.1",
- "typescript": "^2.8.3"
- },
- "engines": {
- "node": ">= 6.0.0"
- },
- "homepage": "https://express-validator.github.io",
- "keywords": [
- "express",
- "validator",
- "validation",
- "validate",
- "sanitize",
- "sanitization",
- "xss"
- ],
- "license": "MIT",
- "main": "./index.js",
- "name": "express-validator",
- "repository": {
- "type": "git",
- "url": "git://github.com/express-validator/express-validator.git"
- },
- "scripts": {
- "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 lib test check filter",
- "report-coverage": "cat coverage/lcov.info | coveralls",
- "test": "nyc mocha && tsc",
- "version": "npm run docs:version -- $npm_package_version && git add -A website"
- },
- "types": "./index.d.ts",
- "version": "5.3.1"
- }
|