@konkonbot/parser-linux-x64-musl
Version:
Konkon args parser for Seyfert
42 lines • 819 B
JSON
{
"name": "@konkonbot/parser-linux-x64-musl",
"version": "0.0.5",
"cpu": [
"x64"
],
"main": "parser.linux-x64-musl.node",
"files": [
"parser.linux-x64-musl.node"
],
"description": "Konkon args parser for Seyfert",
"keywords": [
"seyfert",
"args-parser",
"konkon",
"parser",
"arg-parser"
],
"author": "Chewawi",
"homepage": "https://github.com/KonkonBot/args-parser#readme",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KonkonBot/args-parser.git"
},
"bugs": {
"url": "https://github.com/KonkonBot/args-parser/issues"
},
"os": [
"linux"
],
"libc": [
"musl"
]
}