Initial commit
This commit is contained in:
commit
d7af9332c1
1674 changed files with 119641 additions and 0 deletions
32
node_modules/express-validator/README.md
generated
vendored
Normal file
32
node_modules/express-validator/README.md
generated
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
# express-validator
|
||||
|
||||
[](https://www.npmjs.com/package/express-validator)
|
||||
[](http://travis-ci.org/express-validator/express-validator)
|
||||
[](https://david-dm.org/express-validator/express-validator)
|
||||
[](https://coveralls.io/github/express-validator/express-validator?branch=master)
|
||||
|
||||
An [express.js]( https://github.com/visionmedia/express ) middleware for
|
||||
[validator]( https://github.com/chriso/validator.js ).
|
||||
|
||||
- [Installation](#installation)
|
||||
- [Documentation](#documentation)
|
||||
- [Changelog](#changelog)
|
||||
- [License](#license)
|
||||
|
||||
## Installation
|
||||
```
|
||||
npm install express-validator
|
||||
```
|
||||
|
||||
Also make sure that you have Node.js 8 or newer in order to use it.
|
||||
|
||||
## Documentation
|
||||
Please refer to the documentation website on https://express-validator.github.io.
|
||||
|
||||
## Changelog
|
||||
|
||||
Check the [GitHub Releases page](https://github.com/express-validator/express-validator/releases).
|
||||
|
||||
## License
|
||||
|
||||
MIT License
|
Loading…
Add table
Add a link
Reference in a new issue