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-db
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/mime-db/HISTORY.md

    r59329aa re29cc2e  
     11.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
    181.50.0 / 2021-09-15
    29===================
  • trip-planner-front/node_modules/mime-db/db.json

    r59329aa re29cc2e  
    15371537    "extensions": ["srx"]
    15381538  },
     1539  "application/spdx+json": {
     1540    "source": "iana",
     1541    "compressible": true
     1542  },
    15391543  "application/spirits-event+xml": {
    15401544    "source": "iana",
     
    20182022    "source": "iana"
    20192023  },
     2024  "application/vnd.age": {
     2025    "source": "iana",
     2026    "extensions": ["age"]
     2027  },
    20202028  "application/vnd.ah-barcode": {
    20212029    "source": "iana"
     
    38593867    "extensions": ["taglet"]
    38603868  },
     3869  "application/vnd.nacamar.ybrid+json": {
     3870    "source": "iana",
     3871    "compressible": true
     3872  },
    38613873  "application/vnd.ncd.control": {
    38623874    "source": "iana"
     
    71937205  "image/vnd.microsoft.icon": {
    71947206    "source": "iana",
     7207    "compressible": true,
    71957208    "extensions": ["ico"]
    71967209  },
     
    72027215  },
    72037216  "image/vnd.ms-dds": {
     7217    "compressible": true,
    72047218    "extensions": ["dds"]
    72057219  },
     
    78917905    "charset": "UTF-8"
    78927906  },
     7907  "text/vnd.familysearch.gedcom": {
     7908    "source": "iana",
     7909    "extensions": ["ged"]
     7910  },
    78937911  "text/vnd.ficlab.flt": {
    78947912    "source": "iana"
  • trip-planner-front/node_modules/mime-db/package.json

    r59329aa re29cc2e  
    11{
    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",
    114  "_inBundle": false,
    12   "_integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==",
     5  "_integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==",
    136  "_location": "/mime-db",
    147  "_phantomChildren": {},
     
    169    "type": "version",
    1710    "registry": true,
    18     "raw": "mime-db@1.50.0",
     11    "raw": "mime-db@1.51.0",
    1912    "name": "mime-db",
    2013    "escapedName": "mime-db",
    21     "rawSpec": "1.50.0",
     14    "rawSpec": "1.51.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "1.50.0"
     16    "fetchSpec": "1.51.0"
    2417  },
    2518  "_requiredBy": [
     
    2720    "/mime-types"
    2821  ],
    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",
    3226  "bugs": {
    3327    "url": "https://github.com/jshttp/mime-db/issues"
    3428  },
     29  "bundleDependencies": false,
    3530  "contributors": [
    3631    {
     
    4944    }
    5045  ],
     46  "deprecated": false,
    5147  "description": "Media Type Database",
    5248  "devDependencies": {
     
    5753    "eslint": "7.32.0",
    5854    "eslint-config-standard": "15.0.1",
    59     "eslint-plugin-import": "2.24.2",
     55    "eslint-plugin-import": "2.25.2",
    6056    "eslint-plugin-markdown": "2.2.1",
    6157    "eslint-plugin-node": "11.1.0",
    62     "eslint-plugin-promise": "5.1.0",
     58    "eslint-plugin-promise": "5.1.1",
    6359    "eslint-plugin-standard": "4.1.0",
    6460    "gnode": "0.1.2",
    65     "mocha": "9.1.1",
     61    "mocha": "9.1.3",
    6662    "nyc": "15.1.0",
    6763    "raw-body": "2.4.1",
     
    104100    "version": "node scripts/version-history.js && git add HISTORY.md"
    105101  },
    106   "version": "1.50.0"
     102  "version": "1.51.0"
    107103}
Note: See TracChangeset for help on using the changeset viewer.