source: trip-planner-front/node_modules/body-parser/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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