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

    rceaed42 r59329aa  
    11{
    2   "name": "content-type",
     2  "_args": [
     3    [
     4      "content-type@1.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "content-type@1.0.4",
     10  "_id": "content-type@1.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
     13  "_location": "/content-type",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "content-type@1.0.4",
     19    "name": "content-type",
     20    "escapedName": "content-type",
     21    "rawSpec": "1.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.4"
     24  },
     25  "_requiredBy": [
     26    "/body-parser",
     27    "/express"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
     30  "_spec": "1.0.4",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Douglas Christopher Wilson",
     34    "email": "doug@somethingdoug.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/jshttp/content-type/issues"
     38  },
    339  "description": "Create and parse HTTP Content-Type header",
    4   "version": "1.0.4",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "license": "MIT",
    7   "keywords": [
    8     "content-type",
    9     "http",
    10     "req",
    11     "res",
    12     "rfc7231"
    13   ],
    14   "repository": "jshttp/content-type",
    1540  "devDependencies": {
    1641    "eslint": "3.19.0",
     
    2348    "mocha": "~1.21.5"
    2449  },
     50  "engines": {
     51    "node": ">= 0.6"
     52  },
    2553  "files": [
    2654    "LICENSE",
     
    2957    "index.js"
    3058  ],
    31   "engines": {
    32     "node": ">= 0.6"
     59  "homepage": "https://github.com/jshttp/content-type#readme",
     60  "keywords": [
     61    "content-type",
     62    "http",
     63    "req",
     64    "res",
     65    "rfc7231"
     66  ],
     67  "license": "MIT",
     68  "name": "content-type",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/jshttp/content-type.git"
    3372  },
    3473  "scripts": {
     
    3776    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    3877    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
    39   }
     78  },
     79  "version": "1.0.4"
    4080}
Note: See TracChangeset for help on using the changeset viewer.