Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/mime-types/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "mime-types",
    3   "description": "The ultimate javascript content-type utility.",
    4   "version": "2.1.33",
     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",
     11  "_inBundle": false,
     12  "_integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==",
     13  "_location": "/mime-types",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "mime-types@2.1.33",
     19    "name": "mime-types",
     20    "escapedName": "mime-types",
     21    "rawSpec": "2.1.33",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.33"
     24  },
     25  "_requiredBy": [
     26    "/accepts",
     27    "/form-data",
     28    "/request",
     29    "/serve-index",
     30    "/type-is",
     31    "/webpack",
     32    "/webpack-dev-middleware"
     33  ],
     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",
     37  "bugs": {
     38    "url": "https://github.com/jshttp/mime-types/issues"
     39  },
    540  "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)",
    8     "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
     41    {
     42      "name": "Douglas Christopher Wilson",
     43      "email": "doug@somethingdoug.com"
     44    },
     45    {
     46      "name": "Jeremiah Senkpiel",
     47      "email": "fishrock123@rocketmail.com",
     48      "url": "https://searchbeam.jit.su"
     49    },
     50    {
     51      "name": "Jonathan Ong",
     52      "email": "me@jongleberry.com",
     53      "url": "http://jongleberry.com"
     54    }
    955  ],
    10   "license": "MIT",
    11   "keywords": [
    12     "mime",
    13     "types"
    14   ],
    15   "repository": "jshttp/mime-types",
    1656  "dependencies": {
    1757    "mime-db": "1.50.0"
    1858  },
     59  "description": "The ultimate javascript content-type utility.",
    1960  "devDependencies": {
    2061    "eslint": "7.32.0",
     
    2869    "nyc": "15.1.0"
    2970  },
     71  "engines": {
     72    "node": ">= 0.6"
     73  },
    3074  "files": [
    3175    "HISTORY.md",
     
    3377    "index.js"
    3478  ],
    35   "engines": {
    36     "node": ">= 0.6"
     79  "homepage": "https://github.com/jshttp/mime-types#readme",
     80  "keywords": [
     81    "mime",
     82    "types"
     83  ],
     84  "license": "MIT",
     85  "name": "mime-types",
     86  "repository": {
     87    "type": "git",
     88    "url": "git+https://github.com/jshttp/mime-types.git"
    3789  },
    3890  "scripts": {
     
    4193    "test-ci": "nyc --reporter=lcov --reporter=text npm test",
    4294    "test-cov": "nyc --reporter=html --reporter=text npm test"
    43   }
     95  },
     96  "version": "2.1.33"
    4497}
Note: See TracChangeset for help on using the changeset viewer.