File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# moduleLoadList
22
3+ [ ![ Version npm] [ version ]] ( http://browsenpm.org/package/moduleloadlist ) [ ![ Build Status] [ build ]] ( https://travis-ci.org/observing/moduleloadlist ) [ ![ Dependencies] [ david ]] ( https://david-dm.org/observing/moduleloadlist ) [ ![ Coverage Status] [ cover ]] ( https://coveralls.io/r/observing/moduleloadlist?branch=master )
4+
5+ [ version ] : http://img.shields.io/npm/v/moduleloadlist.svg?style=flat-square
6+ [ build ] : http://img.shields.io/travis/observing/moduleloadlist/master.svg?style=flat-square
7+ [ david ] : https://img.shields.io/david/observing/moduleloadlist.svg?style=flat-square
8+ [ cover ] : http://img.shields.io/coveralls/observing/moduleloadlist/master.svg?style=flat-square
9+
310Return a list of modules, bindings and native modules that have currently been
411loaded in your application. This gives you a greater understanding of the
512complexity of your application and possibly some useful information for
Original file line number Diff line number Diff line change 11{
22 "name" : " moduleloadlist" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " A list of all internal and user defined modules that are loaded/required" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments