Changeset e29cc2e for trip-planner-front/node_modules/mime-types
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/mime-types
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/mime-types/HISTORY.md
r59329aa re29cc2e 1 2.1.34 / 2021-11-08 2 =================== 3 4 * deps: mime-db@1.51.0 5 - Add new upstream MIME types 6 1 7 2.1.33 / 2021-10-01 2 8 =================== … … 19 25 - Add extension `.mvt` to `application/vnd.mapbox-vector-tile` 20 26 - Add new upstream MIME types 21 - Mark `text/yaml` as compressible22 27 23 28 2.1.30 / 2021-04-02 … … 97 102 - Add extension `.nt` to `application/n-triples` 98 103 - Add new upstream MIME types 99 - Mark `text/less` as compressible100 104 101 105 2.1.21 / 2018-10-19 … … 350 354 * deps: mime-db@~1.1.0 351 355 - Add new mime types 352 - Add additional compressible353 356 - Update charsets 354 357 -
trip-planner-front/node_modules/mime-types/package.json
r59329aa re29cc2e 1 1 { 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", 2 "_from": "mime-types@^2.1.27", 3 "_id": "mime-types@2.1.34", 11 4 "_inBundle": false, 12 "_integrity": "sha512- plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==",5 "_integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", 13 6 "_location": "/mime-types", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "mime-types@ 2.1.33",11 "raw": "mime-types@^2.1.27", 19 12 "name": "mime-types", 20 13 "escapedName": "mime-types", 21 "rawSpec": " 2.1.33",14 "rawSpec": "^2.1.27", 22 15 "saveSpec": null, 23 "fetchSpec": " 2.1.33"16 "fetchSpec": "^2.1.27" 24 17 }, 25 18 "_requiredBy": [ … … 32 25 "/webpack-dev-middleware" 33 26 ], 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", 27 "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", 28 "_shasum": "5a712f9ec1503511a945803640fafe09d3793c24", 29 "_spec": "mime-types@^2.1.27", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack", 37 31 "bugs": { 38 32 "url": "https://github.com/jshttp/mime-types/issues" 39 33 }, 34 "bundleDependencies": false, 40 35 "contributors": [ 41 36 { … … 55 50 ], 56 51 "dependencies": { 57 "mime-db": "1.5 0.0"52 "mime-db": "1.51.0" 58 53 }, 54 "deprecated": false, 59 55 "description": "The ultimate javascript content-type utility.", 60 56 "devDependencies": { 61 57 "eslint": "7.32.0", 62 58 "eslint-config-standard": "14.1.1", 63 "eslint-plugin-import": "2.2 4.2",59 "eslint-plugin-import": "2.25.2", 64 60 "eslint-plugin-markdown": "2.2.1", 65 61 "eslint-plugin-node": "11.1.0", 66 "eslint-plugin-promise": "5.1. 0",62 "eslint-plugin-promise": "5.1.1", 67 63 "eslint-plugin-standard": "4.1.0", 68 "mocha": "9.1. 2",64 "mocha": "9.1.3", 69 65 "nyc": "15.1.0" 70 66 }, … … 94 90 "test-cov": "nyc --reporter=html --reporter=text npm test" 95 91 }, 96 "version": "2.1.3 3"92 "version": "2.1.34" 97 93 }
Note:
See TracChangeset
for help on using the changeset viewer.