Initial commit
This commit is contained in:
commit
d7af9332c1
1674 changed files with 119641 additions and 0 deletions
109
node_modules/express-validator/package.json
generated
vendored
Normal file
109
node_modules/express-validator/package.json
generated
vendored
Normal file
|
@ -0,0 +1,109 @@
|
|||
{
|
||||
"_from": "express-validator",
|
||||
"_id": "express-validator@6.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-892cPistoSPzMuoG2p1W+2ZxBi0bAvPaaYgXK1E1C8/QncLo2d1HbiDDWkXUtTthjGEzEmwiELLJHu1Ez2hOEg==",
|
||||
"_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.2.0.tgz",
|
||||
"_shasum": "294409468ee78e90e908c6a77ea3629bae41fd85",
|
||||
"_spec": "express-validator",
|
||||
"_where": "/Users/rodrigopinto/Documents/Development/Tutorials/myserver",
|
||||
"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.15",
|
||||
"validator": "^11.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Express middleware for the validator module.",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.15",
|
||||
"@types/lodash": "^4.14.136",
|
||||
"@typescript-eslint/eslint-plugin": "^1.13.0",
|
||||
"@typescript-eslint/parser": "^1.13.0",
|
||||
"coveralls": "^3.0.5",
|
||||
"docusaurus": "^1.12.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-prettier": "^4.3.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"jest": "^24.8.0",
|
||||
"prettier": "^1.18.2",
|
||||
"ts-jest": "^24.0.2",
|
||||
"typescript": "^3.5.3"
|
||||
},
|
||||
"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 'src/**/*.ts'",
|
||||
"prepublishOnly": "tsc",
|
||||
"report-coverage": "cat coverage/lcov.info | coveralls",
|
||||
"test": "jest",
|
||||
"version": "npm run docs:version -- $npm_package_version && git add -A website"
|
||||
},
|
||||
"types": "./src/index.d.ts",
|
||||
"version": "6.2.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue