/var/www/myprog.com.ua/server/node/node_modules/global
NameSizeModeActions
test/-0755rm
.npmignore330644editdlrm
component.json2850644editdlrm
History.md2420644editdlrm
index.js2570644editdlrm
Makefile1570644editdlrm
package.json5430644editdlrm
Readme.md2390644editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/global/index.js (257B)
/** * Returns `this`. Execute this without a "context" (i.e. without it being * attached to an object of the left-hand side), and `this` points to the * "global" scope of the current JS execution. */ module.exports = (function () { return this; })();