UNPKG

dependency-cruiser

Version:

Visualize and validate javascript dependencies. With your rules. ES6, CommonJS, AMD

14 lines (13 loc) 189 B
require( ["http", "./shared", "./two_only_one", "./somedata.json" ], function(http, shared, two_only_one, data){ // do stuff } );