loopback-component-explorer/lib
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
..
class-helper.js Move `convertText` to `typeConverter` 2014-10-16 08:46:37 +02:00
model-helper.js Use full lodash instead of lodash components 2014-12-02 19:14:58 -08:00
route-helper.js Use full lodash instead of lodash components 2014-12-02 19:14:58 -08:00
swagger.js Use full lodash instead of lodash components 2014-12-02 19:14:58 -08:00
translate-data-type-keys.js Use full lodash instead of lodash components 2014-12-02 19:14:58 -08:00
type-converter.js Move `convertText` to `typeConverter` 2014-10-16 08:46:37 +02:00
url-join.js Add url-join so path.join() doesn't break windows 2014-07-10 14:09:57 -05:00