Lines Matching +full:- +full:- +full:verbose
1 …-cache [](https://www.npmjs.…
3 > Cache requires to be lazy-loaded when needed.
10 $ npm install lazy-cache --save
13 …e webpack and are experiencing issues, try using [unlazy-loader](https://github.com/doowb/unlazy-l…
18 var utils = require('lazy-cache')(require);
27 var utils = require('lazy-cache')(require);
44 var utils = require('lazy-cache')(require);
53 An alias may be passed as the second argument if you don't want to use the automatically camel-case…
58 var utils = require('lazy-cache')(require);
60 // alias `ansi-yellow` as `yellow`
61 utils('ansi-yellow', 'yellow');
70 var utils = require('lazy-cache')(require);
71 // temporarily re-assign `require` to trick browserify
74 // list module dependencies (here, `require` is actually `lazy-cache`)
93 In certain rare edge cases it may be necessary to unlazy all lazy-cached dependencies (5 reported c…
95 To force lazy-cache to immediately invoke all dependencies, do:
105 …-deps](https://www.npmjs.com/package/lint-deps): CLI tool that tells you when dependencies are mis…
109 …feature requests, [please create an issue](https://github.com/jonschlinkert/lazy-cache/issues/new).
113 Generate readme and API documentation with [verb](https://github.com/verbose/verb):
119 Or, if [verb](https://github.com/verbose/verb) is installed globally:
130 $ npm install -d && npm test
143 Released under the [MIT license](https://github.com/jonschlinkert/lazy-cache/blob/master/LICENSE).
147 _This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on April 22, 2016._