111 lines
3.0 KiB
JSON
111 lines
3.0 KiB
JSON
|
{
|
||
|
"_from": "express-validator",
|
||
|
"_id": "express-validator@6.6.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-+MrZKJ3eGYXkNF9p9Zf7MS7NkPJFg9MDYATU5c80Cf4F62JdLBIjWxy6481tRC0y1NnC9cgOw8FuN364bWaGhA==",
|
||
|
"_location": "/express-validator",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "express-validator",
|
||
|
"name": "express-validator",
|
||
|
"escapedName": "express-validator",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/express-validator/-/express-validator-6.6.1.tgz",
|
||
|
"_shasum": "c53046f615d27fcb78be786e018dcd60bd9c6c5c",
|
||
|
"_spec": "express-validator",
|
||
|
"_where": "C:\\Priyathamwork\\locaft\\locaft\\auth",
|
||
|
"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.19",
|
||
|
"validator": "^13.1.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"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"
|
||
|
}
|