Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / body-parser / package.json
1 {
2   "name": "body-parser",
3   "description": "Node.js body parsing middleware",
4   "version": "1.10.2",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "Jonathan Ong",
12       "email": "me@jongleberry.com",
13       "url": "http://jongleberry.com"
14     }
15   ],
16   "license": "MIT",
17   "repository": {
18     "type": "git",
19     "url": "https://github.com/expressjs/body-parser"
20   },
21   "dependencies": {
22     "bytes": "1.0.0",
23     "depd": "~1.0.0",
24     "iconv-lite": "0.4.6",
25     "media-typer": "0.3.0",
26     "on-finished": "~2.2.0",
27     "qs": "2.3.3",
28     "raw-body": "1.3.2",
29     "type-is": "~1.5.5"
30   },
31   "devDependencies": {
32     "istanbul": "0.3.5",
33     "methods": "~1.1.1",
34     "mocha": "~2.1.0",
35     "supertest": "~0.15.0"
36   },
37   "files": [
38     "lib/",
39     "LICENSE",
40     "HISTORY.md",
41     "index.js"
42   ],
43   "engines": {
44     "node": ">= 0.8"
45   },
46   "scripts": {
47     "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
48     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
49     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
50   },
51   "gitHead": "1fbb94d61e3435865db6092e7f6685436aecb858",
52   "bugs": {
53     "url": "https://github.com/expressjs/body-parser/issues"
54   },
55   "homepage": "https://github.com/expressjs/body-parser",
56   "_id": "body-parser@1.10.2",
57   "_shasum": "405d465fcd3ccf0ea8a35adbf1055f6e98316bd1",
58   "_from": "body-parser@~1.10.2",
59   "_npmVersion": "1.4.28",
60   "_npmUser": {
61     "name": "dougwilson",
62     "email": "doug@somethingdoug.com"
63   },
64   "maintainers": [
65     {
66       "name": "jongleberry",
67       "email": "jonathanrichardong@gmail.com"
68     },
69     {
70       "name": "dougwilson",
71       "email": "doug@somethingdoug.com"
72     },
73     {
74       "name": "tjholowaychuk",
75       "email": "tj@vision-media.ca"
76     },
77     {
78       "name": "shtylman",
79       "email": "shtylman@gmail.com"
80     },
81     {
82       "name": "mscdex",
83       "email": "mscdex@mscdex.net"
84     },
85     {
86       "name": "fishrock123",
87       "email": "fishrock123@rocketmail.com"
88     }
89   ],
90   "dist": {
91     "shasum": "405d465fcd3ccf0ea8a35adbf1055f6e98316bd1",
92     "tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.10.2.tgz"
93   },
94   "directories": {},
95   "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.10.2.tgz",
96   "readme": "ERROR: No README data found!"
97 }