aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-validator/package.json
blob: b881723bbee2732064b2c41c52bfa1aea19d78ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
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@>=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!"
}