Changeset 59329aa for trip-planner-front/node_modules/mime-db
- 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-db/package.json
rceaed42 r59329aa 1 1 { 2 "name": "mime-db", 2 "_args": [ 3 [ 4 "mime-db@1.50.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "mime-db@1.50.0", 10 "_id": "mime-db@1.50.0", 11 "_inBundle": false, 12 "_integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==", 13 "_location": "/mime-db", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "mime-db@1.50.0", 19 "name": "mime-db", 20 "escapedName": "mime-db", 21 "rawSpec": "1.50.0", 22 "saveSpec": null, 23 "fetchSpec": "1.50.0" 24 }, 25 "_requiredBy": [ 26 "/compressible", 27 "/mime-types" 28 ], 29 "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.50.0.tgz", 30 "_spec": "1.50.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "bugs": { 33 "url": "https://github.com/jshttp/mime-db/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 "name": "Robert Kieffer", 47 "email": "robert@broofa.com", 48 "url": "http://github.com/broofa" 49 } 50 ], 3 51 "description": "Media Type Database", 4 "version": "1.50.0",5 "contributors": [6 "Douglas Christopher Wilson <doug@somethingdoug.com>",7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",8 "Robert Kieffer <robert@broofa.com> (http://github.com/broofa)"9 ],10 "license": "MIT",11 "keywords": [12 "mime",13 "db",14 "type",15 "types",16 "database",17 "charset",18 "charsets"19 ],20 "repository": "jshttp/mime-db",21 52 "devDependencies": { 22 53 "bluebird": "3.7.2", … … 37 68 "stream-to-array": "2.3.0" 38 69 }, 70 "engines": { 71 "node": ">= 0.6" 72 }, 39 73 "files": [ 40 74 "HISTORY.md", … … 44 78 "index.js" 45 79 ], 46 "engines": { 47 "node": ">= 0.6" 80 "homepage": "https://github.com/jshttp/mime-db#readme", 81 "keywords": [ 82 "mime", 83 "db", 84 "type", 85 "types", 86 "database", 87 "charset", 88 "charsets" 89 ], 90 "license": "MIT", 91 "name": "mime-db", 92 "repository": { 93 "type": "git", 94 "url": "git+https://github.com/jshttp/mime-db.git" 48 95 }, 49 96 "scripts": { … … 56 103 "update": "npm run fetch && npm run build", 57 104 "version": "node scripts/version-history.js && git add HISTORY.md" 58 } 105 }, 106 "version": "1.50.0" 59 107 }
Note:
See TracChangeset
for help on using the changeset viewer.