gitextract_sem97i7t/ ├── .gitignore ├── LICENSE ├── README.md ├── build/ │ ├── .gitignore │ └── default/ │ ├── .gitignore │ └── binding.node ├── index.js ├── package.json ├── src/ │ ├── addressBook-Contact.h │ ├── addressBook-Record.h │ ├── addressBook.cc │ ├── addressBook.h │ ├── binding.cc │ ├── compatibility.h │ ├── graphicServices.cc │ ├── graphicServices.h │ ├── notifications.cc │ ├── notifications.h │ ├── telephony.cc │ └── telephony.h ├── tests/ │ ├── addressBook-test.js │ └── notification-test.js └── wscript