gitextract_8bkypk_n/ ├── .eslintrc.js ├── .gitignore ├── .nvmrc ├── LICENSE.md ├── README.md ├── bower.json ├── contributing.md ├── imagesloaded.js ├── imagesloaded.pkgd.js ├── package.json ├── sandbox/ │ ├── background/ │ │ ├── css/ │ │ │ └── background.css │ │ └── index.html │ ├── picture.html │ └── progress/ │ ├── index.html │ └── progress.js ├── tasks/ │ ├── dist.js │ └── version.js └── test/ ├── css/ │ └── tests.css ├── index.html └── unit/ ├── append.js ├── background.js ├── basics.js ├── data-uri.js ├── jquery-fail.js ├── jquery-success.js ├── local-files.js ├── no-images.js ├── non-element.js ├── picture.js ├── selector-string.js ├── single-element.js └── srcset.js