06694d7e95ac8067e28d35162a179b1245f01ec1
[aai/esr-gui.git] /
1 {
2   "name": "raw-body",
3   "description": "Get and validate the raw body of a readable stream.",
4   "version": "2.1.7",
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": "git+https://github.com/stream-utils/raw-body.git"
24   },
25   "dependencies": {
26     "bytes": "2.4.0",
27     "iconv-lite": "0.4.13",
28     "unpipe": "1.0.0"
29   },
30   "devDependencies": {
31     "bluebird": "3.4.1",
32     "eslint": "2.13.0",
33     "eslint-config-standard": "5.3.1",
34     "eslint-plugin-promise": "1.3.2",
35     "eslint-plugin-standard": "1.3.2",
36     "istanbul": "0.4.3",
37     "mocha": "2.5.3",
38     "readable-stream": "2.1.2",
39     "through2": "2.0.1"
40   },
41   "engines": {
42     "node": ">= 0.8"
43   },
44   "files": [
45     "HISTORY.md",
46     "LICENSE",
47     "README.md",
48     "index.js"
49   ],
50   "scripts": {
51     "lint": "eslint **/*.js",
52     "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
53     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
54     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
55   },
56   "gitHead": "9d13a27048cc97958fc14fc12418c6aa76f0b1f9",
57   "bugs": {
58     "url": "https://github.com/stream-utils/raw-body/issues"
59   },
60   "homepage": "https://github.com/stream-utils/raw-body#readme",
61   "_id": "raw-body@2.1.7",
62   "_shasum": "adfeace2e4fb3098058014d08c072dcc59758774",
63   "_from": "raw-body@>=2.1.7 <2.2.0",
64   "_npmVersion": "2.15.1",
65   "_nodeVersion": "4.4.3",
66   "_npmUser": {
67     "name": "dougwilson",
68     "email": "doug@somethingdoug.com"
69   },
70   "dist": {
71     "shasum": "adfeace2e4fb3098058014d08c072dcc59758774",
72     "tarball": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz"
73   },
74   "maintainers": [
75     {
76       "name": "dougwilson",
77       "email": "doug@somethingdoug.com"
78     },
79     {
80       "name": "jongleberry",
81       "email": "jonathanrichardong@gmail.com"
82     }
83   ],
84   "_npmOperationalInternal": {
85     "host": "packages-12-west.internal.npmjs.com",
86     "tmp": "tmp/raw-body-2.1.7.tgz_1466363663010_0.38383363327011466"
87   },
88   "directories": {},
89   "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz"
90 }