Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / body-parser / node_modules / raw-body / package.json
1 {
2   "name": "raw-body",
3   "description": "Get and validate the raw body of a readable stream.",
4   "version": "1.3.2",
5   "author": {
6     "name": "Jonathan Ong",
7     "email": "me@jongleberry.com",
8     "url": "http://jongleberry.com"
9   },
10   "contributors": [
11     {
12       "name": "Douglas Christopher Wilson",
13       "email": "doug@somethingdoug.com"
14     },
15     {
16       "name": "Raynos",
17       "email": "raynos2@gmail.com"
18     }
19   ],
20   "license": "MIT",
21   "repository": {
22     "type": "git",
23     "url": "https://github.com/stream-utils/raw-body"
24   },
25   "dependencies": {
26     "bytes": "1.0.0",
27     "iconv-lite": "0.4.6"
28   },
29   "devDependencies": {
30     "istanbul": "0.3.5",
31     "mocha": "~2.1.0",
32     "readable-stream": "~1.0.33",
33     "through2": "0.6.3"
34   },
35   "engines": {
36     "node": ">= 0.8.0"
37   },
38   "scripts": {
39     "test": "mocha --reporter spec --bail test/",
40     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
41     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
42   },
43   "gitHead": "8a5d04462f753f106eaaa762af552e5303a2c26e",
44   "bugs": {
45     "url": "https://github.com/stream-utils/raw-body/issues"
46   },
47   "homepage": "https://github.com/stream-utils/raw-body",
48   "_id": "raw-body@1.3.2",
49   "_shasum": "0e186f27c5fbfe326d8b3062774804564a0ecf93",
50   "_from": "raw-body@1.3.2",
51   "_npmVersion": "1.4.28",
52   "_npmUser": {
53     "name": "dougwilson",
54     "email": "doug@somethingdoug.com"
55   },
56   "maintainers": [
57     {
58       "name": "jongleberry",
59       "email": "jonathanrichardong@gmail.com"
60     },
61     {
62       "name": "dougwilson",
63       "email": "doug@somethingdoug.com"
64     }
65   ],
66   "dist": {
67     "shasum": "0e186f27c5fbfe326d8b3062774804564a0ecf93",
68     "tarball": "http://registry.npmjs.org/raw-body/-/raw-body-1.3.2.tgz"
69   },
70   "directories": {},
71   "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.3.2.tgz"
72 }