source: trip-planner-front/node_modules/compression/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.4 KB
Line 
1{
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 },
34 "contributors": [
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 "dependencies": {
46 "accepts": "~1.3.5",
47 "bytes": "3.0.0",
48 "compressible": "~2.0.16",
49 "debug": "2.6.9",
50 "on-headers": "~1.0.2",
51 "safe-buffer": "5.1.2",
52 "vary": "~1.1.2"
53 },
54 "description": "Node.js compression middleware",
55 "devDependencies": {
56 "after": "0.8.2",
57 "eslint": "5.15.1",
58 "eslint-config-standard": "12.0.0",
59 "eslint-plugin-import": "2.16.0",
60 "eslint-plugin-markdown": "1.0.0",
61 "eslint-plugin-node": "7.0.1",
62 "eslint-plugin-promise": "4.0.1",
63 "eslint-plugin-standard": "4.0.0",
64 "istanbul": "0.4.5",
65 "mocha": "6.0.2",
66 "supertest": "4.0.0"
67 },
68 "engines": {
69 "node": ">= 0.8.0"
70 },
71 "files": [
72 "LICENSE",
73 "HISTORY.md",
74 "index.js"
75 ],
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"
82 },
83 "scripts": {
84 "lint": "eslint --plugin markdown --ext js,md .",
85 "test": "mocha --check-leaks --reporter spec --bail",
86 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
87 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
88 },
89 "version": "1.7.4"
90}
Note: See TracBrowser for help on using the repository browser.