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

    rceaed42 r59329aa  
    11{
    2   "name": "accepts",
    3   "description": "Higher-level content negotiation",
    4   "version": "1.3.7",
     2  "_args": [
     3    [
     4      "accepts@1.3.7",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "accepts@1.3.7",
     10  "_id": "accepts@1.3.7",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
     13  "_location": "/accepts",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "accepts@1.3.7",
     19    "name": "accepts",
     20    "escapedName": "accepts",
     21    "rawSpec": "1.3.7",
     22    "saveSpec": null,
     23    "fetchSpec": "1.3.7"
     24  },
     25  "_requiredBy": [
     26    "/compression",
     27    "/engine.io",
     28    "/express",
     29    "/serve-index",
     30    "/socket.io"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
     33  "_spec": "1.3.7",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "bugs": {
     36    "url": "https://github.com/jshttp/accepts/issues"
     37  },
    538  "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
     39    {
     40      "name": "Douglas Christopher Wilson",
     41      "email": "doug@somethingdoug.com"
     42    },
     43    {
     44      "name": "Jonathan Ong",
     45      "email": "me@jongleberry.com",
     46      "url": "http://jongleberry.com"
     47    }
    848  ],
    9   "license": "MIT",
    10   "repository": "jshttp/accepts",
    1149  "dependencies": {
    1250    "mime-types": "~2.1.24",
    1351    "negotiator": "0.6.2"
    1452  },
     53  "description": "Higher-level content negotiation",
    1554  "devDependencies": {
    1655    "deep-equal": "1.0.1",
     
    2564    "nyc": "14.0.0"
    2665  },
     66  "engines": {
     67    "node": ">= 0.6"
     68  },
    2769  "files": [
    2870    "LICENSE",
     
    3072    "index.js"
    3173  ],
    32   "engines": {
    33     "node": ">= 0.6"
     74  "homepage": "https://github.com/jshttp/accepts#readme",
     75  "keywords": [
     76    "content",
     77    "negotiation",
     78    "accept",
     79    "accepts"
     80  ],
     81  "license": "MIT",
     82  "name": "accepts",
     83  "repository": {
     84    "type": "git",
     85    "url": "git+https://github.com/jshttp/accepts.git"
    3486  },
    3587  "scripts": {
     
    3991    "test-travis": "nyc --reporter=text npm test"
    4092  },
    41   "keywords": [
    42     "content",
    43     "negotiation",
    44     "accept",
    45     "accepts"
    46   ]
     93  "version": "1.3.7"
    4794}
Note: See TracChangeset for help on using the changeset viewer.