Changeset 59329aa for trip-planner-front/node_modules/content-disposition
- 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/content-disposition/package.json
rceaed42 r59329aa 1 1 { 2 "name": "content-disposition", 3 "description": "Create and parse Content-Disposition header", 4 "version": "0.5.3", 5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", 6 "license": "MIT", 7 "keywords": [ 8 "content-disposition", 9 "http", 10 "rfc6266", 11 "res" 2 "_args": [ 3 [ 4 "content-disposition@0.5.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 12 7 ], 13 "repository": "jshttp/content-disposition", 8 "_development": true, 9 "_from": "content-disposition@0.5.3", 10 "_id": "content-disposition@0.5.3", 11 "_inBundle": false, 12 "_integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", 13 "_location": "/content-disposition", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "content-disposition@0.5.3", 19 "name": "content-disposition", 20 "escapedName": "content-disposition", 21 "rawSpec": "0.5.3", 22 "saveSpec": null, 23 "fetchSpec": "0.5.3" 24 }, 25 "_requiredBy": [ 26 "/express" 27 ], 28 "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", 29 "_spec": "0.5.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Douglas Christopher Wilson", 33 "email": "doug@somethingdoug.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/jshttp/content-disposition/issues" 37 }, 14 38 "dependencies": { 15 39 "safe-buffer": "5.1.2" 16 40 }, 41 "description": "Create and parse Content-Disposition header", 17 42 "devDependencies": { 18 43 "deep-equal": "1.0.1", … … 27 52 "mocha": "5.2.0" 28 53 }, 54 "engines": { 55 "node": ">= 0.6" 56 }, 29 57 "files": [ 30 58 "LICENSE", … … 33 61 "index.js" 34 62 ], 35 "engines": { 36 "node": ">= 0.6" 63 "homepage": "https://github.com/jshttp/content-disposition#readme", 64 "keywords": [ 65 "content-disposition", 66 "http", 67 "rfc6266", 68 "res" 69 ], 70 "license": "MIT", 71 "name": "content-disposition", 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/jshttp/content-disposition.git" 37 75 }, 38 76 "scripts": { … … 41 79 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 42 80 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 43 } 81 }, 82 "version": "0.5.3" 44 83 }
Note:
See TracChangeset
for help on using the changeset viewer.