blob: cff256649eafdf19390cda037e1cfc88e4f42646 [file] [log] [blame]
{
"_args": [
[
"detect-libc@0.2.0",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "detect-libc@0.2.0",
"_id": "detect-libc@0.2.0",
"_inBundle": false,
"_integrity": "sha1-R/31ZzSKF+wl/L8LnkRjSKdvn7U=",
"_location": "/iltorb/detect-libc",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "detect-libc@0.2.0",
"name": "detect-libc",
"escapedName": "detect-libc",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"/iltorb"
],
"_resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-0.2.0.tgz",
"_spec": "0.2.0",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Lovell Fuller",
"email": "npm@lovell.info"
},
"bin": {
"detect-libc": "./bin/detect-libc.js"
},
"bugs": {
"url": "https://github.com/lovell/detect-libc/issues"
},
"description": "Node.js module to detect the C standard library (libc) implementation family and version",
"devDependencies": {
"ava": "^0.20.0",
"nyc": "^11.0.3",
"proxyquire": "^1.8.0",
"semistandard": "^11.0.0"
},
"engines": {
"node": ">=4"
},
"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 ava"
},
"version": "0.2.0"
}