{ "_from": "detect-libc@^2.0.0", "_id": "detect-libc@2.0.1", "_inBundle": false, "_integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==", "_location": "/detect-libc", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "detect-libc@^2.0.0", "name": "detect-libc", "escapedName": "detect-libc", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/prebuild-install" ], "_resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", "_shasum": "e1897aa88fa6ad197862937fbc0441ef352ee0cd", "_spec": "detect-libc@^2.0.0", "_where": "W:\\repositories\\SQLEasy\\node_modules\\prebuild-install", "author": { "name": "Lovell Fuller", "email": "npm@lovell.info" }, "bugs": { "url": "https://github.com/lovell/detect-libc/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Niklas Salmoukas", "email": "niklas@salmoukas.com" } ], "deprecated": false, "description": "Node.js module to detect the C standard library (libc) implementation family and version", "devDependencies": { "ava": "^2.4.0", "nyc": "^15.1.0", "proxyquire": "^2.1.3", "semistandard": "^14.2.3" }, "engines": { "node": ">=8" }, "files": [ "lib/", "index.d.ts" ], "homepage": "https://github.com/lovell/detect-libc#readme", "keywords": [ "libc", "glibc", "musl" ], "license": "Apache-2.0", "main": "lib/detect-libc.js", "name": "detect-libc", "repository": { "type": "git", "url": "git://github.com/lovell/detect-libc.git" }, "scripts": { "test": "semistandard && nyc --reporter=lcov --check-coverage --branches=100 ava test/unit.js" }, "version": "2.0.1" }