gitextract_os_ap8wa/ ├── .gitignore ├── .npmignore ├── CHANGELOG.md ├── LICENSE.md ├── Makefile ├── README.md ├── browser-global.js ├── cmd/ │ ├── extract-thumbnail.js │ └── list.js ├── index.js ├── lib/ │ ├── bufferstream.js │ ├── date.js │ ├── dom-bufferstream.js │ ├── exif-tags.js │ ├── exif.js │ ├── jpeg.js │ ├── parser.js │ └── simplify.js ├── package.json └── test/ ├── expected-exif-tags.json ├── test-date.js ├── test-exif.js ├── test-jpeg.js └── test-simplify.js