Changeset e29cc2e for trip-planner-front/node_modules/mime-db
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/mime-db
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/mime-db/HISTORY.md
r59329aa re29cc2e 1 1.51.0 / 2021-11-08 2 =================== 3 4 * Add new upstream MIME types 5 * Mark `image/vnd.microsoft.icon` as compressible 6 * Mark `image/vnd.ms-dds` as compressible 7 1 8 1.50.0 / 2021-09-15 2 9 =================== -
trip-planner-front/node_modules/mime-db/db.json
r59329aa re29cc2e 1537 1537 "extensions": ["srx"] 1538 1538 }, 1539 "application/spdx+json": { 1540 "source": "iana", 1541 "compressible": true 1542 }, 1539 1543 "application/spirits-event+xml": { 1540 1544 "source": "iana", … … 2018 2022 "source": "iana" 2019 2023 }, 2024 "application/vnd.age": { 2025 "source": "iana", 2026 "extensions": ["age"] 2027 }, 2020 2028 "application/vnd.ah-barcode": { 2021 2029 "source": "iana" … … 3859 3867 "extensions": ["taglet"] 3860 3868 }, 3869 "application/vnd.nacamar.ybrid+json": { 3870 "source": "iana", 3871 "compressible": true 3872 }, 3861 3873 "application/vnd.ncd.control": { 3862 3874 "source": "iana" … … 7193 7205 "image/vnd.microsoft.icon": { 7194 7206 "source": "iana", 7207 "compressible": true, 7195 7208 "extensions": ["ico"] 7196 7209 }, … … 7202 7215 }, 7203 7216 "image/vnd.ms-dds": { 7217 "compressible": true, 7204 7218 "extensions": ["dds"] 7205 7219 }, … … 7891 7905 "charset": "UTF-8" 7892 7906 }, 7907 "text/vnd.familysearch.gedcom": { 7908 "source": "iana", 7909 "extensions": ["ged"] 7910 }, 7893 7911 "text/vnd.ficlab.flt": { 7894 7912 "source": "iana" -
trip-planner-front/node_modules/mime-db/package.json
r59329aa re29cc2e 1 1 { 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", 2 "_from": "mime-db@1.51.0", 3 "_id": "mime-db@1.51.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- 9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==",5 "_integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==", 13 6 "_location": "/mime-db", 14 7 "_phantomChildren": {}, … … 16 9 "type": "version", 17 10 "registry": true, 18 "raw": "mime-db@1.5 0.0",11 "raw": "mime-db@1.51.0", 19 12 "name": "mime-db", 20 13 "escapedName": "mime-db", 21 "rawSpec": "1.5 0.0",14 "rawSpec": "1.51.0", 22 15 "saveSpec": null, 23 "fetchSpec": "1.5 0.0"16 "fetchSpec": "1.51.0" 24 17 }, 25 18 "_requiredBy": [ … … 27 20 "/mime-types" 28 21 ], 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", 22 "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", 23 "_shasum": "d9ff62451859b18342d960850dc3cfb77e63fb0c", 24 "_spec": "mime-db@1.51.0", 25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\mime-types", 32 26 "bugs": { 33 27 "url": "https://github.com/jshttp/mime-db/issues" 34 28 }, 29 "bundleDependencies": false, 35 30 "contributors": [ 36 31 { … … 49 44 } 50 45 ], 46 "deprecated": false, 51 47 "description": "Media Type Database", 52 48 "devDependencies": { … … 57 53 "eslint": "7.32.0", 58 54 "eslint-config-standard": "15.0.1", 59 "eslint-plugin-import": "2.2 4.2",55 "eslint-plugin-import": "2.25.2", 60 56 "eslint-plugin-markdown": "2.2.1", 61 57 "eslint-plugin-node": "11.1.0", 62 "eslint-plugin-promise": "5.1. 0",58 "eslint-plugin-promise": "5.1.1", 63 59 "eslint-plugin-standard": "4.1.0", 64 60 "gnode": "0.1.2", 65 "mocha": "9.1. 1",61 "mocha": "9.1.3", 66 62 "nyc": "15.1.0", 67 63 "raw-body": "2.4.1", … … 104 100 "version": "node scripts/version-history.js && git add HISTORY.md" 105 101 }, 106 "version": "1.5 0.0"102 "version": "1.51.0" 107 103 }
Note:
See TracChangeset
for help on using the changeset viewer.