- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/compression/package.json
rceaed42 r59329aa 1 1 { 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 }, 5 34 "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 } 8 44 ], 9 "license": "MIT",10 "repository": "expressjs/compression",11 45 "dependencies": { 12 46 "accepts": "~1.3.5", … … 18 52 "vary": "~1.1.2" 19 53 }, 54 "description": "Node.js compression middleware", 20 55 "devDependencies": { 21 56 "after": "0.8.2", … … 31 66 "supertest": "4.0.0" 32 67 }, 68 "engines": { 69 "node": ">= 0.8.0" 70 }, 33 71 "files": [ 34 72 "LICENSE", … … 36 74 "index.js" 37 75 ], 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" 40 82 }, 41 83 "scripts": { … … 44 86 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot", 45 87 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec" 46 } 88 }, 89 "version": "1.7.4" 47 90 }
Note:
See TracChangeset
for help on using the changeset viewer.