- 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/compressible/package.json
rceaed42 r59329aa 1 1 { 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 }, 5 34 "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 } 17 49 ], 18 50 "dependencies": { 19 51 "mime-db": ">= 1.43.0 < 2" 20 52 }, 53 "description": "Compressible Content-Type / mime checking", 21 54 "devDependencies": { 22 55 "eslint": "6.8.0", … … 39 72 "index.js" 40 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 }, 41 87 "scripts": { 42 88 "lint": "eslint --plugin markdown --ext js,md .", … … 45 91 "test-travis": "nyc --reporter=text npm test", 46 92 "version": "node scripts/version-history.js && git add HISTORY.md" 47 } 93 }, 94 "version": "2.0.18" 48 95 }
Note:
See TracChangeset
for help on using the changeset viewer.