| Current Path : /home/emeraadmin/public_html/4d695/ |
| Current File : /home/emeraadmin/public_html/4d695/module_dir.tar |
xmodules/aaa/index.js 0000644 00000000063 15170150076 0010574 0 ustar 00 module.exports = function (x) { return x * 100; };
zmodules/bbb/package.json 0000644 00000000030 15170150076 0011414 0 ustar 00 {
"main": "main.js"
}
zmodules/bbb/main.js 0000644 00000000063 15170150076 0010416 0 ustar 00 module.exports = function (n) { return n * 111; };
ymodules/aaa/index.js 0000644 00000000063 15170150076 0010575 0 ustar 00 module.exports = function (x) { return x + 100; };