UNPKG

lzy-load

Version:

LzyLoad is an Angular Lib for loading content on demand

35 lines (34 loc) 807 B
{ "name": "lzy-load", "version": "1.1.2", "repository": { "type": "git", "url": "https://github.com/GGGErnest/lzy-load.git" }, "keywords": [ "Lazy", "Load", "IntersectionObsever", "Demand" ], "author": "Ernesto Pedrosa Alonso <ernestop891123@gmail.com>", "bugs": { "url": "https://github.com/GGGErnest/lzy-load/issues" }, "license": "MIT", "peerDependencies": { "@angular/common": "10.0.10", "@angular/core": "10.0.10" }, "main": "bundles/lzy-load.umd.js", "module": "fesm2015/lzy-load.js", "es2015": "fesm2015/lzy-load.js", "esm2015": "esm2015/lzy-load.js", "fesm2015": "fesm2015/lzy-load.js", "typings": "lzy-load.d.ts", "metadata": "lzy-load.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^2.0.0" } }