git ssb

0+

cel-desktop / ssb-pkg



Tree: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f

Files: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f / test / test-50-package-json-4 / test-x-index.js

279 bytesRaw
1'use strict';
2
3require('busboy');
4var dataPath1 = 'busboy/lib/types/test-y-require.js';
5var data1 = require(dataPath1);
6console.log(data1);
7
8require('log4js/index.js');
9var dataPath2 = 'log4js/lib/appenders/test-z-require.js';
10var data2 = require(dataPath2);
11console.log(data2);
12

Built with git-ssb-web