#!/usr/bin/env node
'use strict';
const fs = ;
const path = ;
const mimeScore = ;
let db = ;
let chalk = ;
const STANDARD_FACET_SCORE = 900;
const byExtension = ;
// Clear out any conflict extensions in mime-db
// Segregate into standard and non-standard types based on facet per
// https://tools.ietf.org/html/rfc6838#section-3.1
const types = ;
Object...;
;