package.json (2735B)
1 { 2 "_from": "mime-db@1.44.0", 3 "_id": "mime-db@1.44.0", 4 "_inBundle": false, 5 "_integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==", 6 "_location": "/mime-db", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "mime-db@1.44.0", 12 "name": "mime-db", 13 "escapedName": "mime-db", 14 "rawSpec": "1.44.0", 15 "saveSpec": null, 16 "fetchSpec": "1.44.0" 17 }, 18 "_requiredBy": [ 19 "/mime-types" 20 ], 21 "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", 22 "_shasum": "fa11c5eb0aca1334b4233cb4d52f10c5a6272f92", 23 "_spec": "mime-db@1.44.0", 24 "_where": "/home/pi/Documents/buddy/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, 46 "description": "Media Type Database", 47 "devDependencies": { 48 "bluebird": "3.7.2", 49 "co": "4.6.0", 50 "cogent": "1.0.1", 51 "csv-parse": "4.8.9", 52 "eslint": "6.8.0", 53 "eslint-config-standard": "14.1.1", 54 "eslint-plugin-import": "2.20.2", 55 "eslint-plugin-markdown": "1.0.2", 56 "eslint-plugin-node": "11.1.0", 57 "eslint-plugin-promise": "4.2.1", 58 "eslint-plugin-standard": "4.0.1", 59 "gnode": "0.1.2", 60 "mocha": "7.1.1", 61 "nyc": "15.0.1", 62 "raw-body": "2.4.1", 63 "stream-to-array": "2.3.0" 64 }, 65 "engines": { 66 "node": ">= 0.6" 67 }, 68 "files": [ 69 "HISTORY.md", 70 "LICENSE", 71 "README.md", 72 "db.json", 73 "index.js" 74 ], 75 "homepage": "https://github.com/jshttp/mime-db#readme", 76 "keywords": [ 77 "mime", 78 "db", 79 "type", 80 "types", 81 "database", 82 "charset", 83 "charsets" 84 ], 85 "license": "MIT", 86 "name": "mime-db", 87 "repository": { 88 "type": "git", 89 "url": "git+https://github.com/jshttp/mime-db.git" 90 }, 91 "scripts": { 92 "build": "node scripts/build", 93 "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx", 94 "lint": "eslint --plugin markdown --ext js,md .", 95 "test": "mocha --reporter spec --bail --check-leaks test/", 96 "test-cov": "nyc --reporter=html --reporter=text npm test", 97 "test-travis": "nyc --reporter=text npm test", 98 "update": "npm run fetch && npm run build", 99 "version": "node scripts/version-history.js && git add HISTORY.md" 100 }, 101 "version": "1.44.0" 102 }