1 | {
|
---|
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 | },
|
---|
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 | "name": "Jeremiah Senkpiel",
|
---|
46 | "email": "fishrock123@rocketmail.com",
|
---|
47 | "url": "https://searchbeam.jit.su"
|
---|
48 | }
|
---|
49 | ],
|
---|
50 | "dependencies": {
|
---|
51 | "mime-db": ">= 1.43.0 < 2"
|
---|
52 | },
|
---|
53 | "description": "Compressible Content-Type / mime checking",
|
---|
54 | "devDependencies": {
|
---|
55 | "eslint": "6.8.0",
|
---|
56 | "eslint-config-standard": "14.1.0",
|
---|
57 | "eslint-plugin-import": "2.19.1",
|
---|
58 | "eslint-plugin-markdown": "1.0.1",
|
---|
59 | "eslint-plugin-node": "11.0.0",
|
---|
60 | "eslint-plugin-promise": "4.2.1",
|
---|
61 | "eslint-plugin-standard": "4.0.1",
|
---|
62 | "mocha": "7.0.0",
|
---|
63 | "nyc": "15.0.0"
|
---|
64 | },
|
---|
65 | "engines": {
|
---|
66 | "node": ">= 0.6"
|
---|
67 | },
|
---|
68 | "files": [
|
---|
69 | "HISTORY.md",
|
---|
70 | "LICENSE",
|
---|
71 | "README.md",
|
---|
72 | "index.js"
|
---|
73 | ],
|
---|
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 | },
|
---|
87 | "scripts": {
|
---|
88 | "lint": "eslint --plugin markdown --ext js,md .",
|
---|
89 | "test": "mocha --reporter spec --bail --check-leaks test/",
|
---|
90 | "test-cov": "nyc --reporter=html --reporter=text npm test",
|
---|
91 | "test-travis": "nyc --reporter=text npm test",
|
---|
92 | "version": "node scripts/version-history.js && git add HISTORY.md"
|
---|
93 | },
|
---|
94 | "version": "2.0.18"
|
---|
95 | }
|
---|