Changeset 79a0317 for imaps-frontend/node_modules/mime-db
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/mime-db/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "mime-db", 2 "_from": "mime-db@1.52.0", 3 "_id": "mime-db@1.52.0", 4 "_inBundle": false, 5 "_integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 6 "_location": "/mime-db", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "mime-db@1.52.0", 12 "name": "mime-db", 13 "escapedName": "mime-db", 14 "rawSpec": "1.52.0", 15 "saveSpec": null, 16 "fetchSpec": "1.52.0" 17 }, 18 "_requiredBy": [ 19 "/mime-types" 20 ], 21 "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 22 "_shasum": "bbabcdc02859f4987301c856e3387ce5ec43bf70", 23 "_spec": "mime-db@1.52.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/mime-types", 25 "bugs": { 26 "url": "https://github.com/jshttp/mime-db/issues" 27 }, 28 "bundleDependencies": false, 29 "contributors": [ 30 { 31 "name": "Douglas Christopher Wilson", 32 "email": "doug@somethingdoug.com" 33 }, 34 { 35 "name": "Jonathan Ong", 36 "email": "me@jongleberry.com", 37 "url": "http://jongleberry.com" 38 }, 39 { 40 "name": "Robert Kieffer", 41 "email": "robert@broofa.com", 42 "url": "http://github.com/broofa" 43 } 44 ], 45 "deprecated": false, 3 46 "description": "Media Type Database", 4 "version": "1.52.0",5 "contributors": [6 "Douglas Christopher Wilson <doug@somethingdoug.com>",7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",8 "Robert Kieffer <robert@broofa.com> (http://github.com/broofa)"9 ],10 "license": "MIT",11 "keywords": [12 "mime",13 "db",14 "type",15 "types",16 "database",17 "charset",18 "charsets"19 ],20 "repository": "jshttp/mime-db",21 47 "devDependencies": { 22 48 "bluebird": "3.7.2", … … 38 64 "stream-to-array": "2.3.0" 39 65 }, 66 "engines": { 67 "node": ">= 0.6" 68 }, 40 69 "files": [ 41 70 "HISTORY.md", … … 45 74 "index.js" 46 75 ], 47 "engines": { 48 "node": ">= 0.6" 76 "homepage": "https://github.com/jshttp/mime-db#readme", 77 "keywords": [ 78 "mime", 79 "db", 80 "type", 81 "types", 82 "database", 83 "charset", 84 "charsets" 85 ], 86 "license": "MIT", 87 "name": "mime-db", 88 "repository": { 89 "type": "git", 90 "url": "git+https://github.com/jshttp/mime-db.git" 49 91 }, 50 92 "scripts": { … … 57 99 "update": "npm run fetch && npm run build", 58 100 "version": "node scripts/version-history.js && git add HISTORY.md" 59 } 101 }, 102 "version": "1.52.0" 60 103 }
Note:
See TracChangeset
for help on using the changeset viewer.