- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/body-parser/package.json
rceaed42 r59329aa 1 1 { 2 "name": "body-parser", 3 "description": "Node.js body parsing middleware", 4 "version": "1.19.0", 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 }, 5 35 "contributors": [ 6 "Douglas Christopher Wilson <doug@somethingdoug.com>", 7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" 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 } 8 45 ], 9 "license": "MIT",10 "repository": "expressjs/body-parser",11 46 "dependencies": { 12 47 "bytes": "3.1.0", … … 21 56 "type-is": "~1.6.17" 22 57 }, 58 "description": "Node.js body parsing middleware", 23 59 "devDependencies": { 24 60 "eslint": "5.16.0", … … 35 71 "supertest": "4.0.2" 36 72 }, 73 "engines": { 74 "node": ">= 0.8" 75 }, 37 76 "files": [ 38 77 "lib/", … … 41 80 "index.js" 42 81 ], 43 "engines": { 44 "node": ">= 0.8" 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" 45 88 }, 46 89 "scripts": { … … 49 92 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/", 50 93 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/" 51 } 94 }, 95 "version": "1.19.0" 52 96 }
Note:
See TracChangeset
for help on using the changeset viewer.