Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

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  
     12.1.34 / 2021-11-08
     2===================
     3
     4  * deps: mime-db@1.51.0
     5    - Add new upstream MIME types
     6
    172.1.33 / 2021-10-01
    28===================
     
    1925    - Add extension `.mvt` to `application/vnd.mapbox-vector-tile`
    2026    - Add new upstream MIME types
    21     - Mark `text/yaml` as compressible
    2227
    23282.1.30 / 2021-04-02
     
    97102    - Add extension `.nt` to `application/n-triples`
    98103    - Add new upstream MIME types
    99     - Mark `text/less` as compressible
    100104
    1011052.1.21 / 2018-10-19
     
    350354  * deps: mime-db@~1.1.0
    351355    - Add new mime types
    352     - Add additional compressible
    353356    - Update charsets
    354357
  • trip-planner-front/node_modules/mime-types/package.json

    r59329aa re29cc2e  
    11{
    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",
    114  "_inBundle": false,
    12   "_integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==",
     5  "_integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==",
    136  "_location": "/mime-types",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "mime-types@2.1.33",
     11    "raw": "mime-types@^2.1.27",
    1912    "name": "mime-types",
    2013    "escapedName": "mime-types",
    21     "rawSpec": "2.1.33",
     14    "rawSpec": "^2.1.27",
    2215    "saveSpec": null,
    23     "fetchSpec": "2.1.33"
     16    "fetchSpec": "^2.1.27"
    2417  },
    2518  "_requiredBy": [
     
    3225    "/webpack-dev-middleware"
    3326  ],
    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",
    3731  "bugs": {
    3832    "url": "https://github.com/jshttp/mime-types/issues"
    3933  },
     34  "bundleDependencies": false,
    4035  "contributors": [
    4136    {
     
    5550  ],
    5651  "dependencies": {
    57     "mime-db": "1.50.0"
     52    "mime-db": "1.51.0"
    5853  },
     54  "deprecated": false,
    5955  "description": "The ultimate javascript content-type utility.",
    6056  "devDependencies": {
    6157    "eslint": "7.32.0",
    6258    "eslint-config-standard": "14.1.1",
    63     "eslint-plugin-import": "2.24.2",
     59    "eslint-plugin-import": "2.25.2",
    6460    "eslint-plugin-markdown": "2.2.1",
    6561    "eslint-plugin-node": "11.1.0",
    66     "eslint-plugin-promise": "5.1.0",
     62    "eslint-plugin-promise": "5.1.1",
    6763    "eslint-plugin-standard": "4.1.0",
    68     "mocha": "9.1.2",
     64    "mocha": "9.1.3",
    6965    "nyc": "15.1.0"
    7066  },
     
    9490    "test-cov": "nyc --reporter=html --reporter=text npm test"
    9591  },
    96   "version": "2.1.33"
     92  "version": "2.1.34"
    9793}
Note: See TracChangeset for help on using the changeset viewer.