aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/resolve/lib/core.js
blob: ea4a6c87effc0b3c944e3a09e811aeed903e47b8 (plain)
1
2
3
4
module.exports = require('./core.json').reduce(function (acc, x) {
    acc[x] = true;
    return acc;
}, {});