Changeset 59329aa for trip-planner-front/node_modules/raw-body
- 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/raw-body/package.json
rceaed42 r59329aa 1 1 { 2 "name": "raw-body", 3 "description": "Get and validate the raw body of a readable stream.", 4 "version": "2.4.0", 5 "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", 2 "_args": [ 3 [ 4 "raw-body@2.4.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "raw-body@2.4.0", 10 "_id": "raw-body@2.4.0", 11 "_inBundle": false, 12 "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", 13 "_location": "/raw-body", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "raw-body@2.4.0", 19 "name": "raw-body", 20 "escapedName": "raw-body", 21 "rawSpec": "2.4.0", 22 "saveSpec": null, 23 "fetchSpec": "2.4.0" 24 }, 25 "_requiredBy": [ 26 "/body-parser" 27 ], 28 "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", 29 "_spec": "2.4.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jonathan Ong", 33 "email": "me@jongleberry.com", 34 "url": "http://jongleberry.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/stream-utils/raw-body/issues" 38 }, 6 39 "contributors": [ 7 "Douglas Christopher Wilson <doug@somethingdoug.com>", 8 "Raynos <raynos2@gmail.com>" 40 { 41 "name": "Douglas Christopher Wilson", 42 "email": "doug@somethingdoug.com" 43 }, 44 { 45 "name": "Raynos", 46 "email": "raynos2@gmail.com" 47 } 9 48 ], 10 "license": "MIT",11 "repository": "stream-utils/raw-body",12 49 "dependencies": { 13 50 "bytes": "3.1.0", … … 16 53 "unpipe": "1.0.0" 17 54 }, 55 "description": "Get and validate the raw body of a readable stream.", 18 56 "devDependencies": { 19 57 "bluebird": "3.5.4", … … 40 78 "index.js" 41 79 ], 80 "homepage": "https://github.com/stream-utils/raw-body#readme", 81 "license": "MIT", 82 "name": "raw-body", 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/stream-utils/raw-body.git" 86 }, 42 87 "scripts": { 43 88 "lint": "eslint --plugin markdown --ext js,md .", … … 45 90 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/", 46 91 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/" 47 } 92 }, 93 "version": "2.4.0" 48 94 }
Note:
See TracChangeset
for help on using the changeset viewer.