aboutsummaryrefslogtreecommitdiff
path: root/node_modules/detect-libc/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/detect-libc/package.json')
-rw-r--r--node_modules/detect-libc/package.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/node_modules/detect-libc/package.json b/node_modules/detect-libc/package.json
new file mode 100644
index 00000000..cbd5cd18
--- /dev/null
+++ b/node_modules/detect-libc/package.json
@@ -0,0 +1,35 @@
+{
+ "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"
+ },
+ "scripts": {
+ "test": "semistandard && nyc --reporter=lcov ava"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/lovell/detect-libc"
+ },
+ "keywords": [
+ "libc",
+ "glibc",
+ "musl"
+ ],
+ "author": "Lovell Fuller <npm@lovell.info>",
+ "contributors": [
+ "Niklas Salmoukas <niklas@salmoukas.com>"
+ ],
+ "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"
+ }
+}