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/media-typer/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "media-typer",
     2  "_args": [
     3    [
     4      "media-typer@0.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "media-typer@0.3.0",
     10  "_id": "media-typer@0.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
     13  "_location": "/media-typer",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "media-typer@0.3.0",
     19    "name": "media-typer",
     20    "escapedName": "media-typer",
     21    "rawSpec": "0.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "0.3.0"
     24  },
     25  "_requiredBy": [
     26    "/type-is"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
     29  "_spec": "0.3.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Douglas Christopher Wilson",
     33    "email": "doug@somethingdoug.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/jshttp/media-typer/issues"
     37  },
    338  "description": "Simple RFC 6838 media type parser and formatter",
    4   "version": "0.3.0",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "license": "MIT",
    7   "repository": "jshttp/media-typer",
    839  "devDependencies": {
    940    "istanbul": "0.3.2",
    1041    "mocha": "~1.21.4",
    1142    "should": "~4.0.4"
     43  },
     44  "engines": {
     45    "node": ">= 0.6"
    1246  },
    1347  "files": [
     
    1650    "index.js"
    1751  ],
    18   "engines": {
    19     "node": ">= 0.6"
     52  "homepage": "https://github.com/jshttp/media-typer#readme",
     53  "license": "MIT",
     54  "name": "media-typer",
     55  "repository": {
     56    "type": "git",
     57    "url": "git+https://github.com/jshttp/media-typer.git"
    2058  },
    2159  "scripts": {
     
    2361    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    2462    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
    25   }
     63  },
     64  "version": "0.3.0"
    2665}
Note: See TracChangeset for help on using the changeset viewer.