Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « mime-db « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 551031f690b5ca9f58c2cebc8c4f4a198e4c68f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*!
 * mime-db
 * Copyright(c) 2014 Jonathan Ong
 * MIT Licensed
 */

/**
 * Module exports.
 */

module.exports = require('./db.json')