Changeset 79a0317 for imaps-frontend/node_modules/mime-types
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/mime-types/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "mime-types", 3 "description": "The ultimate javascript content-type utility.", 4 "version": "2.1.35", 2 "_from": "mime-types@^2.1.12", 3 "_id": "mime-types@2.1.35", 4 "_inBundle": false, 5 "_integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 6 "_location": "/mime-types", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "mime-types@^2.1.12", 12 "name": "mime-types", 13 "escapedName": "mime-types", 14 "rawSpec": "^2.1.12", 15 "saveSpec": null, 16 "fetchSpec": "^2.1.12" 17 }, 18 "_requiredBy": [ 19 "/form-data" 20 ], 21 "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 22 "_shasum": "381a871b62a734450660ae3deee44813f70d959a", 23 "_spec": "mime-types@^2.1.12", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/form-data", 25 "bugs": { 26 "url": "https://github.com/jshttp/mime-types/issues" 27 }, 28 "bundleDependencies": false, 5 29 "contributors": [ 6 "Douglas Christopher Wilson <doug@somethingdoug.com>", 7 "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)", 8 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" 30 { 31 "name": "Douglas Christopher Wilson", 32 "email": "doug@somethingdoug.com" 33 }, 34 { 35 "name": "Jeremiah Senkpiel", 36 "email": "fishrock123@rocketmail.com", 37 "url": "https://searchbeam.jit.su" 38 }, 39 { 40 "name": "Jonathan Ong", 41 "email": "me@jongleberry.com", 42 "url": "http://jongleberry.com" 43 } 9 44 ], 10 "license": "MIT",11 "keywords": [12 "mime",13 "types"14 ],15 "repository": "jshttp/mime-types",16 45 "dependencies": { 17 46 "mime-db": "1.52.0" 18 47 }, 48 "deprecated": false, 49 "description": "The ultimate javascript content-type utility.", 19 50 "devDependencies": { 20 51 "eslint": "7.32.0", … … 28 59 "nyc": "15.1.0" 29 60 }, 61 "engines": { 62 "node": ">= 0.6" 63 }, 30 64 "files": [ 31 65 "HISTORY.md", … … 33 67 "index.js" 34 68 ], 35 "engines": { 36 "node": ">= 0.6" 69 "homepage": "https://github.com/jshttp/mime-types#readme", 70 "keywords": [ 71 "mime", 72 "types" 73 ], 74 "license": "MIT", 75 "name": "mime-types", 76 "repository": { 77 "type": "git", 78 "url": "git+https://github.com/jshttp/mime-types.git" 37 79 }, 38 80 "scripts": { … … 41 83 "test-ci": "nyc --reporter=lcov --reporter=text npm test", 42 84 "test-cov": "nyc --reporter=html --reporter=text npm test" 43 } 85 }, 86 "version": "2.1.35" 44 87 }
Note:
See TracChangeset
for help on using the changeset viewer.