second
[josuexyz/.git] / node_modules / body-parser / package.json
1 {
2   "_args": [
3     [
4       "body-parser@1.18.3",
5       "/home/josuer08/josuexyz/node_modules/express"
6     ]
7   ],
8   "_from": "body-parser@1.18.3",
9   "_hasShrinkwrap": false,
10   "_id": "body-parser@1.18.3",
11   "_inCache": true,
12   "_installable": true,
13   "_location": "/body-parser",
14   "_nodeVersion": "6.14.2",
15   "_npmOperationalInternal": {
16     "host": "s3://npm-registry-packages",
17     "tmp": "tmp/body-parser_1.18.3_1526318192390_0.5591283803389704"
18   },
19   "_npmUser": {
20     "email": "doug@somethingdoug.com",
21     "name": "dougwilson"
22   },
23   "_npmVersion": "3.10.10",
24   "_phantomChildren": {},
25   "_requested": {
26     "name": "body-parser",
27     "raw": "body-parser@1.18.3",
28     "rawSpec": "1.18.3",
29     "scope": null,
30     "spec": "1.18.3",
31     "type": "version"
32   },
33   "_requiredBy": [
34     "/express"
35   ],
36   "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz",
37   "_shasum": "5b292198ffdd553b3a0f20ded0592b956955c8b4",
38   "_shrinkwrap": null,
39   "_spec": "body-parser@1.18.3",
40   "_where": "/home/josuer08/josuexyz/node_modules/express",
41   "bugs": {
42     "url": "https://github.com/expressjs/body-parser/issues"
43   },
44   "contributors": [
45     {
46       "name": "Douglas Christopher Wilson",
47       "email": "doug@somethingdoug.com"
48     },
49     {
50       "name": "Jonathan Ong",
51       "email": "me@jongleberry.com",
52       "url": "http://jongleberry.com"
53     }
54   ],
55   "dependencies": {
56     "bytes": "3.0.0",
57     "content-type": "~1.0.4",
58     "debug": "2.6.9",
59     "depd": "~1.1.2",
60     "http-errors": "~1.6.3",
61     "iconv-lite": "0.4.23",
62     "on-finished": "~2.3.0",
63     "qs": "6.5.2",
64     "raw-body": "2.3.3",
65     "type-is": "~1.6.16"
66   },
67   "description": "Node.js body parsing middleware",
68   "devDependencies": {
69     "eslint": "4.19.1",
70     "eslint-config-standard": "11.0.0",
71     "eslint-plugin-import": "2.11.0",
72     "eslint-plugin-markdown": "1.0.0-beta.6",
73     "eslint-plugin-node": "6.0.1",
74     "eslint-plugin-promise": "3.7.0",
75     "eslint-plugin-standard": "3.1.0",
76     "istanbul": "0.4.5",
77     "methods": "1.1.2",
78     "mocha": "2.5.3",
79     "safe-buffer": "5.1.2",
80     "supertest": "1.1.0"
81   },
82   "directories": {},
83   "dist": {
84     "fileCount": 10,
85     "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+cRxCRA9TVsSAnZWagAAr+wP/jRF3kZaSUPcjTUOxoqN\nlSEgHs4ISF5j2kqTPeArKhG5cgmvygc9gRtNdjtfLGHbQAjyZtA8tzBdsXZG\n3KuehVC9hf/eUIeQbVTjaxrgX0jevrF4igcmM4tRI17JzFvq1+oCz9aAk99e\n3SljKbwvFPopbM5F5BraVbOpIYCO140dVVBrV9gHOBb+65hme0PzfBdru/Bg\nZ1UnDi9l/lEGhCy+HFlSGw+T9ev0KcgzcslA/9vJBAFyYMXVfFFI+jY2+O4P\nJ35s40gbQ1V/idGM4IfmCg5IhwmvpJ902bpXJEokVgGKcw/mMv3TQpBKov2I\nOxAIIRLr2w/1Kl2d8+jMLcbkIoSD7wutdV5i+rsUR5XJURbsDuitYJbcRvJw\n5MS0bQ5aVI83TOr/35z8671ciWqpM+Ru+7eiMjQzgUOWt2qKuOB0Bi/xhr8J\nXGWbqLwl1PWxJXgGJqAJ7rvXNOmAexqJmyk1mPHDJnpjaFRKnCpDrUbuX4Cm\nw52bjMIW+wYC/zKnUMCJ+5n4gBw0jWzFUsoTCses91YZHMDVNb1tOo2Sjbwp\nxLKIWDuNDQC3lxfuCSxC7Qe3PayQGnOCwoP3o6GM89YFAhFOWgPvgBpvjfWm\niJlgG/dUsGIAY3Gz0i7abBGyeJJAuA+CwFpfERMcEE4HwcJhzOrG7g0prSD9\n3nNl\r\n=47oB\r\n-----END PGP SIGNATURE-----\r\n",
86     "shasum": "5b292198ffdd553b3a0f20ded0592b956955c8b4",
87     "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz",
88     "unpackedSize": 55897
89   },
90   "engines": {
91     "node": ">= 0.8"
92   },
93   "files": [
94     "HISTORY.md",
95     "LICENSE",
96     "index.js",
97     "lib/"
98   ],
99   "gitHead": "e6ccf98015fece0851c0c673fc2776c30ad79e5d",
100   "homepage": "https://github.com/expressjs/body-parser#readme",
101   "license": "MIT",
102   "maintainers": [
103     {
104       "name": "dougwilson",
105       "email": "doug@somethingdoug.com"
106     }
107   ],
108   "name": "body-parser",
109   "optionalDependencies": {},
110   "readme": "ERROR: No README data found!",
111   "repository": {
112     "type": "git",
113     "url": "git+https://github.com/expressjs/body-parser.git"
114   },
115   "scripts": {
116     "lint": "eslint --plugin markdown --ext js,md .",
117     "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
118     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
119     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
120   },
121   "version": "1.18.3"
122 }