{"library":"unlazy-loader","type":"library","category":null,"description":"Webpack loader that transforms source files using lazy-cache into files that require modules directly, effectively 'unlazy-ing' cached requires for bundling. Version 0.1.3, last updated in 2016, no recent releases. Intended for use with webpack and the deprecated lazy-cache pattern. Limited documentation, no tests visible, and no maintenance activity. Alternatives like babel-plugin-lazy-cache or direct imports are recommended.","language":"javascript","status":"deprecated","version":"0.1.3","tags":["javascript","cache","lazy","lazy-cache","loader","loading","unlazy","webpack"],"last_verified":"Wed May 27","install":[{"cmd":"npm install unlazy-loader","imports":["module.exports = { module: { rules: [ { test: /\\.js$/, use: 'unlazy-loader' } ] } }","import lazyCache from 'lazy-cache'; const lazy = lazyCache(require); const foo = lazy('foo');","{ test: /\\.js$/, use: 'unlazy-loader' }"]},{"cmd":"yarn add unlazy-loader","imports":[]},{"cmd":"pnpm add unlazy-loader","imports":[]}],"homepage":null,"github":"https://github.com/doowb/unlazy-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/unlazy-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/unlazy-loader/compatibility"}}