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

    rceaed42 r59329aa  
    11{
    2   "name": "compressible",
    3   "description": "Compressible Content-Type / mime checking",
    4   "version": "2.0.18",
     2  "_args": [
     3    [
     4      "compressible@2.0.18",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "compressible@2.0.18",
     10  "_id": "compressible@2.0.18",
     11  "_inBundle": false,
     12  "_integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
     13  "_location": "/compressible",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "compressible@2.0.18",
     19    "name": "compressible",
     20    "escapedName": "compressible",
     21    "rawSpec": "2.0.18",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.18"
     24  },
     25  "_requiredBy": [
     26    "/compression"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
     29  "_spec": "2.0.18",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/jshttp/compressible/issues"
     33  },
    534  "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
    8     "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)"
    9   ],
    10   "license": "MIT",
    11   "repository": "jshttp/compressible",
    12   "keywords": [
    13     "compress",
    14     "gzip",
    15     "mime",
    16     "content-type"
     35    {
     36      "name": "Douglas Christopher Wilson",
     37      "email": "doug@somethingdoug.com"
     38    },
     39    {
     40      "name": "Jonathan Ong",
     41      "email": "me@jongleberry.com",
     42      "url": "http://jongleberry.com"
     43    },
     44    {
     45      "name": "Jeremiah Senkpiel",
     46      "email": "fishrock123@rocketmail.com",
     47      "url": "https://searchbeam.jit.su"
     48    }
    1749  ],
    1850  "dependencies": {
    1951    "mime-db": ">= 1.43.0 < 2"
    2052  },
     53  "description": "Compressible Content-Type / mime checking",
    2154  "devDependencies": {
    2255    "eslint": "6.8.0",
     
    3972    "index.js"
    4073  ],
     74  "homepage": "https://github.com/jshttp/compressible#readme",
     75  "keywords": [
     76    "compress",
     77    "gzip",
     78    "mime",
     79    "content-type"
     80  ],
     81  "license": "MIT",
     82  "name": "compressible",
     83  "repository": {
     84    "type": "git",
     85    "url": "git+https://github.com/jshttp/compressible.git"
     86  },
    4187  "scripts": {
    4288    "lint": "eslint --plugin markdown --ext js,md .",
     
    4591    "test-travis": "nyc --reporter=text npm test",
    4692    "version": "node scripts/version-history.js && git add HISTORY.md"
    47   }
     93  },
     94  "version": "2.0.18"
    4895}
Note: See TracChangeset for help on using the changeset viewer.