49bbe734ebe5f61998639a731d079796d7c57e42
[VSoRC/.git] / node_modules / body-parser / package.json
1 {
2   "_from": "body-parser@1.19.0",
3   "_id": "body-parser@1.19.0",
4   "_inBundle": false,
5   "_integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
6   "_location": "/body-parser",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "body-parser@1.19.0",
12     "name": "body-parser",
13     "escapedName": "body-parser",
14     "rawSpec": "1.19.0",
15     "saveSpec": null,
16     "fetchSpec": "1.19.0"
17   },
18   "_requiredBy": [
19     "/express"
20   ],
21   "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
22   "_shasum": "96b2709e57c9c4e09a6fd66a8fd979844f69f08a",
23   "_spec": "body-parser@1.19.0",
24   "_where": "/home/josuer08/Documents/web/node_modules/express",
25   "bugs": {
26     "url": "https://github.com/expressjs/body-parser/issues"
27   },
28   "bundleDependencies": false,
29   "contributors": [
30     {
31       "name": "Douglas Christopher Wilson",
32       "email": "doug@somethingdoug.com"
33     },
34     {
35       "name": "Jonathan Ong",
36       "email": "me@jongleberry.com",
37       "url": "http://jongleberry.com"
38     }
39   ],
40   "dependencies": {
41     "bytes": "3.1.0",
42     "content-type": "~1.0.4",
43     "debug": "2.6.9",
44     "depd": "~1.1.2",
45     "http-errors": "1.7.2",
46     "iconv-lite": "0.4.24",
47     "on-finished": "~2.3.0",
48     "qs": "6.7.0",
49     "raw-body": "2.4.0",
50     "type-is": "~1.6.17"
51   },
52   "deprecated": false,
53   "description": "Node.js body parsing middleware",
54   "devDependencies": {
55     "eslint": "5.16.0",
56     "eslint-config-standard": "12.0.0",
57     "eslint-plugin-import": "2.17.2",
58     "eslint-plugin-markdown": "1.0.0",
59     "eslint-plugin-node": "8.0.1",
60     "eslint-plugin-promise": "4.1.1",
61     "eslint-plugin-standard": "4.0.0",
62     "istanbul": "0.4.5",
63     "methods": "1.1.2",
64     "mocha": "6.1.4",
65     "safe-buffer": "5.1.2",
66     "supertest": "4.0.2"
67   },
68   "engines": {
69     "node": ">= 0.8"
70   },
71   "files": [
72     "lib/",
73     "LICENSE",
74     "HISTORY.md",
75     "index.js"
76   ],
77   "homepage": "https://github.com/expressjs/body-parser#readme",
78   "license": "MIT",
79   "name": "body-parser",
80   "repository": {
81     "type": "git",
82     "url": "git+https://github.com/expressjs/body-parser.git"
83   },
84   "scripts": {
85     "lint": "eslint --plugin markdown --ext js,md .",
86     "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
87     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
88     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
89   },
90   "version": "1.19.0"
91 }