git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6e9c872
Branches
Tags
develop-client_server
master
typescript
fs-words.git
server
lib
node_modules
detect-libc
package.json
[add] server:lib:node_modules
Christian Fraß
commited
6e9c872
at 2021-03-08 23:52:07
package.json
Blame
History
Raw
{ "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" } }