diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-21 06:29:31 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-21 06:29:31 +0000 |
| commit | ee8e1a13b60a6adfdc691b2a9b57289188397641 (patch) | |
| tree | 096633208d9b8b6b59b67f4034a0cbb41e1f4c5d /node_modules/express-validator/package.json | |
| parent | 689df70a38ace2f88cfef6ab50f10dc546b48f00 (diff) | |
need pull
Diffstat (limited to 'node_modules/express-validator/package.json')
| -rw-r--r-- | node_modules/express-validator/package.json | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/node_modules/express-validator/package.json b/node_modules/express-validator/package.json new file mode 100644 index 0000000..d40b04f --- /dev/null +++ b/node_modules/express-validator/package.json @@ -0,0 +1,104 @@ +{ + "name": "express-validator", + "description": "Express middleware for the validator module.", + "author": { + "name": "Christoph Tavan", + "email": "dev@tavan.de" + }, + "contributors": [ + { + "name": "Chris O'Hara", + "email": "cohara87@gmail.com" + }, + { + "name": "@orfaust" + }, + { + "name": "@zero21xxx" + }, + { + "name": "Roman Kalyakin", + "email": "roman@kalyakin.com" + }, + { + "name": "Rusty Bailey", + "email": "rustylbailey@gmail.com" + } + ], + "version": "2.20.8", + "homepage": "https://github.com/ctavan/express-validator", + "license": "MIT", + "repository": { + "type": "git", + "url": "git://github.com/ctavan/express-validator.git" + }, + "main": "./index.js", + "scripts": { + "test": "mocha", + "jshint": "jshint ./test ./lib", + "jscs": "jscs ./test ./lib", + "travis-build": "npm test && npm run jshint && npm run jscs", + "changelog": "github-changes -o ctavan -r express-validator -a -m YYYY/MM/DD --no-merges" + }, + "engines": { + "node": ">= 0.10" + }, + "dependencies": { + "bluebird": "3.4.x", + "lodash": "4.13.x", + "validator": "5.4.x" + }, + "devDependencies": { + "body-parser": "1.12.3", + "chai": "2.3.0", + "express": "4.12.3", + "github-changes": "1.0.2", + "jscs": "1.13.1", + "jshint": "2.7.0", + "mocha": "2.2.4", + "supertest": "0.15.0" + }, + "keywords": [ + "express", + "validator", + "validation", + "validate", + "sanitize", + "sanitization", + "xss" + ], + "gitHead": "4e1c0cc835d9dcaa42a95a7cdbadf531b2d74932", + "bugs": { + "url": "https://github.com/ctavan/express-validator/issues" + }, + "_id": "express-validator@2.20.8", + "_shasum": "c1bf8d222db627752bc3a429274a66c0132f6ae6", + "_from": "express-validator@latest", + "_npmVersion": "2.14.2", + "_nodeVersion": "4.0.0", + "_npmUser": { + "name": "rustybailey", + "email": "rustylbailey@gmail.com" + }, + "dist": { + "shasum": "c1bf8d222db627752bc3a429274a66c0132f6ae6", + "tarball": "https://registry.npmjs.org/express-validator/-/express-validator-2.20.8.tgz" + }, + "maintainers": [ + { + "name": "ctavan", + "email": "dev@tavan.de" + }, + { + "name": "rustybailey", + "email": "rustylbailey@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/express-validator-2.20.8.tgz_1466536070447_0.6298012230545282" + }, + "directories": {}, + "_resolved": "https://registry.npmjs.org/express-validator/-/express-validator-2.20.8.tgz", + "readme": "ERROR: No README data found!" +} |
