Changeset 59329aa for trip-planner-front/node_modules/mime-types
- 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/mime-types/package.json
rceaed42 r59329aa 1 1 { 2 "name": "mime-types", 3 "description": "The ultimate javascript content-type utility.", 4 "version": "2.1.33", 2 "_args": [ 3 [ 4 "mime-types@2.1.33", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "mime-types@2.1.33", 10 "_id": "mime-types@2.1.33", 11 "_inBundle": false, 12 "_integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==", 13 "_location": "/mime-types", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "mime-types@2.1.33", 19 "name": "mime-types", 20 "escapedName": "mime-types", 21 "rawSpec": "2.1.33", 22 "saveSpec": null, 23 "fetchSpec": "2.1.33" 24 }, 25 "_requiredBy": [ 26 "/accepts", 27 "/form-data", 28 "/request", 29 "/serve-index", 30 "/type-is", 31 "/webpack", 32 "/webpack-dev-middleware" 33 ], 34 "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.33.tgz", 35 "_spec": "2.1.33", 36 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 37 "bugs": { 38 "url": "https://github.com/jshttp/mime-types/issues" 39 }, 5 40 "contributors": [ 6 "Douglas Christopher Wilson <doug@somethingdoug.com>", 7 "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)", 8 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" 41 { 42 "name": "Douglas Christopher Wilson", 43 "email": "doug@somethingdoug.com" 44 }, 45 { 46 "name": "Jeremiah Senkpiel", 47 "email": "fishrock123@rocketmail.com", 48 "url": "https://searchbeam.jit.su" 49 }, 50 { 51 "name": "Jonathan Ong", 52 "email": "me@jongleberry.com", 53 "url": "http://jongleberry.com" 54 } 9 55 ], 10 "license": "MIT",11 "keywords": [12 "mime",13 "types"14 ],15 "repository": "jshttp/mime-types",16 56 "dependencies": { 17 57 "mime-db": "1.50.0" 18 58 }, 59 "description": "The ultimate javascript content-type utility.", 19 60 "devDependencies": { 20 61 "eslint": "7.32.0", … … 28 69 "nyc": "15.1.0" 29 70 }, 71 "engines": { 72 "node": ">= 0.6" 73 }, 30 74 "files": [ 31 75 "HISTORY.md", … … 33 77 "index.js" 34 78 ], 35 "engines": { 36 "node": ">= 0.6" 79 "homepage": "https://github.com/jshttp/mime-types#readme", 80 "keywords": [ 81 "mime", 82 "types" 83 ], 84 "license": "MIT", 85 "name": "mime-types", 86 "repository": { 87 "type": "git", 88 "url": "git+https://github.com/jshttp/mime-types.git" 37 89 }, 38 90 "scripts": { … … 41 93 "test-ci": "nyc --reporter=lcov --reporter=text npm test", 42 94 "test-cov": "nyc --reporter=html --reporter=text npm test" 43 } 95 }, 96 "version": "2.1.33" 44 97 }
Note:
See TracChangeset
for help on using the changeset viewer.