UNPKG

libmaxminddb

Version:

Node.js bindings for libmaxminddb (to read MaxMind DB with the best performance - using memory-mapped file!)

7 lines (5 loc) 203 B
const path = require('path'); module.exports = { modulePath: path.join(__dirname, '..', 'build', 'Release', 'maxminddb.node'), installUrl: 'https://github.com/nathan818fr/node-libmaxminddb', };