a cross-platform command-line tool used for compiling addon modules for Node.js
Node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js, which takes away the pain of dealing with the various differences in build platforms.
Source: Github (node-gyp)