Files
Dobie Wollert f94ca33b9e Changes
2015-12-16 09:12:35 -08:00

126 lines
2.9 KiB
JSON

{
"_args": [
[
"express-validator",
"/Users/akira/src/biomedjs"
]
],
"_from": "express-validator@*",
"_id": "express-validator@2.18.0",
"_inCache": true,
"_installable": true,
"_location": "/express-validator",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "rustylbailey@gmail.com",
"name": "rustybailey"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"name": "express-validator",
"raw": "express-validator",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/express-validator/-/express-validator-2.18.0.tgz",
"_shasum": "d65d252b6355d7dfe935180463370d8915357dad",
"_shrinkwrap": null,
"_spec": "express-validator",
"_where": "/Users/akira/src/biomedjs",
"author": {
"email": "dev@tavan.de",
"name": "Christoph Tavan"
},
"bugs": {
"url": "https://github.com/ctavan/express-validator/issues"
},
"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"
}
],
"dependencies": {
"bluebird": "^2.9.x",
"lodash": "3.10.x",
"validator": "4.2.x"
},
"description": "Express middleware for the validator module.",
"devDependencies": {
"body-parser": "1.12.3",
"chai": "2.3.0",
"express": "4.12.3",
"github-changes": "1.0.0",
"jscs": "1.13.1",
"jshint": "2.7.0",
"mocha": "2.2.4",
"supertest": "0.15.0"
},
"directories": {},
"dist": {
"shasum": "d65d252b6355d7dfe935180463370d8915357dad",
"tarball": "http://registry.npmjs.org/express-validator/-/express-validator-2.18.0.tgz"
},
"engines": {
"node": ">= 0.10"
},
"gitHead": "8a2cb3bd75fadb49cb861e08d2f5c3db1d9693bf",
"homepage": "https://github.com/ctavan/express-validator",
"keywords": [
"express",
"sanitization",
"sanitize",
"validate",
"validation",
"validator",
"xss"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "ctavan",
"email": "dev@tavan.de"
},
{
"name": "rustybailey",
"email": "rustylbailey@gmail.com"
}
],
"name": "express-validator",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/ctavan/express-validator.git"
},
"scripts": {
"changelog": "github-changes -o ctavan -r express-validator -a -m YYYY/MM/DD --no-merges",
"jscs": "jscs ./test ./lib",
"jshint": "jshint ./test ./lib",
"test": "mocha",
"travis-build": "npm test && npm run jshint && npm run jscs"
},
"version": "2.18.0"
}