{ "name": "detect-libc", "version": "2.0.3", "description": "Node.js module to detect the C standard library (libc) implementation family and version", "main": "lib/detect-libc.js", "files": [ "lib/", "index.d.ts" ], "repository": { "type": "git", "url": "git://github.com/lovell/detect-libc" }, "author": "Lovell Fuller ", "license": "Apache-2.0", "devDependencies": { "ava": "^2.4.0", "benchmark": "^2.1.4", "nyc": "^15.1.0", "proxyquire": "^2.1.3", "semistandard": "^14.2.3" }, "engines": { "node": ">=8" } }