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

    rceaed42 r59329aa  
    11{
    2   "name": "compression",
    3   "description": "Node.js compression middleware",
    4   "version": "1.7.4",
     2  "_args": [
     3    [
     4      "compression@1.7.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "compression@1.7.4",
     10  "_id": "compression@1.7.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
     13  "_location": "/compression",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "compression@1.7.4",
     19    "name": "compression",
     20    "escapedName": "compression",
     21    "rawSpec": "1.7.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.7.4"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
     29  "_spec": "1.7.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/expressjs/compression/issues"
     33  },
    534  "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
     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    }
    844  ],
    9   "license": "MIT",
    10   "repository": "expressjs/compression",
    1145  "dependencies": {
    1246    "accepts": "~1.3.5",
     
    1852    "vary": "~1.1.2"
    1953  },
     54  "description": "Node.js compression middleware",
    2055  "devDependencies": {
    2156    "after": "0.8.2",
     
    3166    "supertest": "4.0.0"
    3267  },
     68  "engines": {
     69    "node": ">= 0.8.0"
     70  },
    3371  "files": [
    3472    "LICENSE",
     
    3674    "index.js"
    3775  ],
    38   "engines": {
    39     "node": ">= 0.8.0"
     76  "homepage": "https://github.com/expressjs/compression#readme",
     77  "license": "MIT",
     78  "name": "compression",
     79  "repository": {
     80    "type": "git",
     81    "url": "git+https://github.com/expressjs/compression.git"
    4082  },
    4183  "scripts": {
     
    4486    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
    4587    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
    46   }
     88  },
     89  "version": "1.7.4"
    4790}
Note: See TracChangeset for help on using the changeset viewer.