HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/api.javaapp.co.uk_old/node_modules/detect-libc/package.json
{
  "name": "detect-libc",
  "version": "2.0.1",
  "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"
  ],
  "scripts": {
    "test": "semistandard && nyc --reporter=lcov --check-coverage --branches=100 ava test/unit.js"
  },
  "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": "^2.4.0",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "semistandard": "^14.2.3"
  },
  "engines": {
    "node": ">=8"
  }
}