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/type-is/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "type-is",
    3   "description": "Infer the content-type of a request.",
    4   "version": "1.6.18",
     2  "_args": [
     3    [
     4      "type-is@1.6.18",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "type-is@1.6.18",
     10  "_id": "type-is@1.6.18",
     11  "_inBundle": false,
     12  "_integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
     13  "_location": "/type-is",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "type-is@1.6.18",
     19    "name": "type-is",
     20    "escapedName": "type-is",
     21    "rawSpec": "1.6.18",
     22    "saveSpec": null,
     23    "fetchSpec": "1.6.18"
     24  },
     25  "_requiredBy": [
     26    "/body-parser",
     27    "/express"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
     30  "_spec": "1.6.18",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "bugs": {
     33    "url": "https://github.com/jshttp/type-is/issues"
     34  },
    535  "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
     36    {
     37      "name": "Douglas Christopher Wilson",
     38      "email": "doug@somethingdoug.com"
     39    },
     40    {
     41      "name": "Jonathan Ong",
     42      "email": "me@jongleberry.com",
     43      "url": "http://jongleberry.com"
     44    }
    845  ],
    9   "license": "MIT",
    10   "repository": "jshttp/type-is",
    1146  "dependencies": {
    1247    "media-typer": "0.3.0",
    1348    "mime-types": "~2.1.24"
    1449  },
     50  "description": "Infer the content-type of a request.",
    1551  "devDependencies": {
    1652    "eslint": "5.16.0",
     
    3268    "index.js"
    3369  ],
     70  "homepage": "https://github.com/jshttp/type-is#readme",
     71  "keywords": [
     72    "content",
     73    "type",
     74    "checking"
     75  ],
     76  "license": "MIT",
     77  "name": "type-is",
     78  "repository": {
     79    "type": "git",
     80    "url": "git+https://github.com/jshttp/type-is.git"
     81  },
    3482  "scripts": {
    3583    "lint": "eslint --plugin markdown --ext js,md .",
     
    3886    "test-travis": "nyc --reporter=text npm test"
    3987  },
    40   "keywords": [
    41     "content",
    42     "type",
    43     "checking"
    44   ]
     88  "version": "1.6.18"
    4589}
Note: See TracChangeset for help on using the changeset viewer.