diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-16 13:17:06 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-16 13:17:06 +0000 |
| commit | dc46b87abee1e441c07524ddde67fd902a919336 (patch) | |
| tree | 13eba08b8655dfd78e9600ec5f612011a0bf3b35 /node_modules/express-validator/package.json | |
| parent | 26f4b38e9e5a202756a7c33abc775aea2617aeaf (diff) | |
added some dependencies to package.json
Diffstat (limited to 'node_modules/express-validator/package.json')
| -rw-r--r-- | node_modules/express-validator/package.json | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/node_modules/express-validator/package.json b/node_modules/express-validator/package.json deleted file mode 100644 index b881723..0000000 --- a/node_modules/express-validator/package.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "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@>=2.20.8 <3.0.0", - "_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!" -} |
