loopback-component-explorer/test
Ryan Graham 6b5a016c59 Use full lodash instead of lodash components
This change trims 134 modules from the dependency tree, many of which
were duplicate depdencies between the 4 lodash.function modules used
and their sub-dependencies.

Before:
$ npm ls | wc -l
     494
$ du -sch node_modules/lodash*
 432K   node_modules/lodash.assign
 660K   node_modules/lodash.clonedeep
  96K   node_modules/lodash.defaults
 980K  node_modules/lodash.pick
 2.1M  total

After:
$ npm ls | wc -l
     360
$ du -sch node_modules/lodash*
964K   node_modules/lodash
964K   total
2014-12-02 19:14:58 -08:00
..
fixtures/dummy-swagger-ui Add an option `uiDirs` 2014-10-24 19:24:34 +02:00
.jshintrc Refactoring swagger 1.2 rework. 2014-07-05 14:32:00 -05:00
class-helper.test.js Use full lodash instead of lodash components 2014-12-02 19:14:58 -08:00
explorer.test.js Add an option `uiDirs` 2014-10-24 19:24:34 +02:00
model-helper.test.js Use full lodash instead of lodash components 2014-12-02 19:14:58 -08:00
route-helper.test.js Use full lodash instead of lodash components 2014-12-02 19:14:58 -08:00
swagger.test.js swagger: honour X-Forwarded-Proto header 2014-10-22 11:10:15 +02:00