Files
RoboCommander/node_modules/detect-libc/package.json

24 lines
584 B
JSON
Raw Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "detect-libc",
"version": "1.0.3",
"description": "Node.js module to detect the C standard library (libc) implementation family and version",
"main": "lib/detect-libc.js",
"bin": {
"detect-libc": "./bin/detect-libc.js"
},
"repository": {
"type": "git",
"url": "git://github.com/lovell/detect-libc"
},
"author": "Lovell Fuller <npm@lovell.info>",
"license": "Apache-2.0",
"devDependencies": {
"ava": "^0.23.0",
"nyc": "^11.3.0",
"proxyquire": "^1.8.0",
"semistandard": "^11.0.0"
},
"engines": {
"node": ">=0.10"
}
}