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

    rceaed42 r59329aa  
    11{
    2   "name": "negotiator",
     2  "_args": [
     3    [
     4      "negotiator@0.6.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "negotiator@0.6.2",
     10  "_id": "negotiator@0.6.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
     13  "_location": "/negotiator",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "negotiator@0.6.2",
     19    "name": "negotiator",
     20    "escapedName": "negotiator",
     21    "rawSpec": "0.6.2",
     22    "saveSpec": null,
     23    "fetchSpec": "0.6.2"
     24  },
     25  "_requiredBy": [
     26    "/accepts",
     27    "/make-fetch-happen"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
     30  "_spec": "0.6.2",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "bugs": {
     33    "url": "https://github.com/jshttp/negotiator/issues"
     34  },
     35  "contributors": [
     36    {
     37      "name": "Douglas Christopher Wilson",
     38      "email": "doug@somethingdoug.com"
     39    },
     40    {
     41      "name": "Federico Romero",
     42      "email": "federico.romero@outboxlabs.com"
     43    },
     44    {
     45      "name": "Isaac Z. Schlueter",
     46      "email": "i@izs.me",
     47      "url": "http://blog.izs.me/"
     48    }
     49  ],
    350  "description": "HTTP content negotiation",
    4   "version": "0.6.2",
    5   "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "Federico Romero <federico.romero@outboxlabs.com>",
    8     "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
     51  "devDependencies": {
     52    "eslint": "5.16.0",
     53    "eslint-plugin-markdown": "1.0.0",
     54    "mocha": "6.1.4",
     55    "nyc": "14.0.0"
     56  },
     57  "engines": {
     58    "node": ">= 0.6"
     59  },
     60  "files": [
     61    "lib/",
     62    "HISTORY.md",
     63    "LICENSE",
     64    "index.js",
     65    "README.md"
    966  ],
    10   "license": "MIT",
     67  "homepage": "https://github.com/jshttp/negotiator#readme",
    1168  "keywords": [
    1269    "http",
     
    1774    "accept-charset"
    1875  ],
    19   "repository": "jshttp/negotiator",
    20   "devDependencies": {
    21     "eslint": "5.16.0",
    22     "eslint-plugin-markdown": "1.0.0",
    23     "mocha": "6.1.4",
    24     "nyc": "14.0.0"
    25   },
    26   "files": [
    27     "lib/",
    28     "HISTORY.md",
    29     "LICENSE",
    30     "index.js",
    31     "README.md"
    32   ],
    33   "engines": {
    34     "node": ">= 0.6"
     76  "license": "MIT",
     77  "name": "negotiator",
     78  "repository": {
     79    "type": "git",
     80    "url": "git+https://github.com/jshttp/negotiator.git"
    3581  },
    3682  "scripts": {
     
    3985    "test-cov": "nyc --reporter=html --reporter=text npm test",
    4086    "test-travis": "nyc --reporter=text npm test"
    41   }
     87  },
     88  "version": "0.6.2"
    4289}
Note: See TracChangeset for help on using the changeset viewer.