gitextract_4ii78zka/ ├── .gitignore ├── .npmignore ├── .travis.yml ├── LICENSE ├── README.md ├── appveyor.yml ├── binding.gyp ├── index.d.ts ├── package.json ├── src/ │ ├── FontDescriptor.h │ ├── FontManager.cc │ ├── FontManagerLinux.cc │ ├── FontManagerMac.mm │ └── FontManagerWindows.cc ├── test/ │ ├── index.js │ └── mocha.opts └── travis-linux.sh