gitextract_unj3s5mj/ ├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── index.js ├── package.json └── test/ ├── expected/ │ ├── inlined-image-png.html │ ├── inlined-image-svg.html │ ├── inlined-link.html │ ├── inlined-nominify.html │ ├── inlined-script.html │ └── inlined-with-attributes.html ├── fixtures/ │ ├── image-png.html │ ├── image-svg.html │ ├── link.html │ ├── nominify.html │ ├── script-es6.html │ ├── script-es6.js │ ├── script-relative.html │ ├── script.html │ ├── script.js │ ├── style.css │ └── with-attributes.html └── main.js