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