glbl A module that is simply a reference to an object. Install $ npm install glbl Usage var obj = require('glbl');obj.key = 'value';console.log(obj); // { key: 'value' } Testing $ npm test$ npm run lint License MIT