dab8203aee189851614e53945094cf35ad56fa79
[VSoRC/.git] / node_modules / raw-body / package.json
1 {
2   "_from": "raw-body@2.4.0",
3   "_id": "raw-body@2.4.0",
4   "_inBundle": false,
5   "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
6   "_location": "/raw-body",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "raw-body@2.4.0",
12     "name": "raw-body",
13     "escapedName": "raw-body",
14     "rawSpec": "2.4.0",
15     "saveSpec": null,
16     "fetchSpec": "2.4.0"
17   },
18   "_requiredBy": [
19     "/body-parser"
20   ],
21   "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
22   "_shasum": "a1ce6fb9c9bc356ca52e89256ab59059e13d0332",
23   "_spec": "raw-body@2.4.0",
24   "_where": "/home/josuer08/Documents/web/node_modules/body-parser",
25   "author": {
26     "name": "Jonathan Ong",
27     "email": "me@jongleberry.com",
28     "url": "http://jongleberry.com"
29   },
30   "bugs": {
31     "url": "https://github.com/stream-utils/raw-body/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Douglas Christopher Wilson",
37       "email": "doug@somethingdoug.com"
38     },
39     {
40       "name": "Raynos",
41       "email": "raynos2@gmail.com"
42     }
43   ],
44   "dependencies": {
45     "bytes": "3.1.0",
46     "http-errors": "1.7.2",
47     "iconv-lite": "0.4.24",
48     "unpipe": "1.0.0"
49   },
50   "deprecated": false,
51   "description": "Get and validate the raw body of a readable stream.",
52   "devDependencies": {
53     "bluebird": "3.5.4",
54     "eslint": "5.16.0",
55     "eslint-config-standard": "12.0.0",
56     "eslint-plugin-import": "2.16.0",
57     "eslint-plugin-markdown": "1.0.0",
58     "eslint-plugin-node": "8.0.1",
59     "eslint-plugin-promise": "4.1.1",
60     "eslint-plugin-standard": "4.0.0",
61     "istanbul": "0.4.5",
62     "mocha": "6.1.3",
63     "readable-stream": "2.3.6",
64     "safe-buffer": "5.1.2"
65   },
66   "engines": {
67     "node": ">= 0.8"
68   },
69   "files": [
70     "HISTORY.md",
71     "LICENSE",
72     "README.md",
73     "index.d.ts",
74     "index.js"
75   ],
76   "homepage": "https://github.com/stream-utils/raw-body#readme",
77   "license": "MIT",
78   "name": "raw-body",
79   "repository": {
80     "type": "git",
81     "url": "git+https://github.com/stream-utils/raw-body.git"
82   },
83   "scripts": {
84     "lint": "eslint --plugin markdown --ext js,md .",
85     "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
86     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
87     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
88   },
89   "version": "2.4.0"
90 }