1module.exports = require('./core.json').reduce(function (acc, x) { 2 acc[x] = true; 3 return acc; 4}, {}); 5 6