UNPKG

recink

Version:

Rethink CI for JavaScript applications

21 lines (15 loc) 315 B
'use strict'; const dot = require('dot-object'); /** * NPM component events */ const events = {}; events.$ = [ 'npm.dependencies.install', 'npm.dependencies.postinstall', 'npm.cache.init', ].map(eventPath => { dot.str(eventPath, eventPath, events); return eventPath; }); module.exports = events;