UNPKG

tohaya

Version:

Convert citation file formats to hayagriva YAML

113 lines 2.74 kB
{ "artifactDownloadUrl": "https://github.com/FNNDSC/tohaya/releases/download/v0.0.1", "bin": { "tohaya": "run-tohaya.js" }, "dependencies": { "axios": "^1.7.9", "axios-proxy-builder": "^0.1.2", "console.table": "^0.10.0", "detect-libc": "^2.0.3", "rimraf": "^5.0.8" }, "description": "Convert citation file formats to hayagriva YAML", "devDependencies": { "prettier": "^3.4.2" }, "engines": { "node": ">=14", "npm": ">=6" }, "glibcMinimum": { "major": 2, "series": 35 }, "homepage": "https://github.com/FNNDSC/tohaya", "keywords": [ "science", "command-line-utilities", "bibliography", "citation", "pubmed", "hayagriva" ], "license": "MIT OR Apache-2.0", "name": "tohaya", "preferUnplugged": true, "repository": "https://github.com/FNNDSC/tohaya", "scripts": { "fmt": "prettier --write **/*.js", "fmt:check": "prettier --check **/*.js", "postinstall": "node ./install.js" }, "supportedPlatforms": { "aarch64-apple-darwin": { "artifactName": "tohaya-aarch64-apple-darwin.tar.xz", "bins": { "tohaya": "tohaya" }, "zipExt": ".tar.xz" }, "aarch64-pc-windows-msvc": { "artifactName": "tohaya-x86_64-pc-windows-msvc.zip", "bins": { "tohaya": "tohaya.exe" }, "zipExt": ".zip" }, "aarch64-unknown-linux-gnu": { "artifactName": "tohaya-aarch64-unknown-linux-gnu.tar.xz", "bins": { "tohaya": "tohaya" }, "zipExt": ".tar.xz" }, "x86_64-apple-darwin": { "artifactName": "tohaya-x86_64-apple-darwin.tar.xz", "bins": { "tohaya": "tohaya" }, "zipExt": ".tar.xz" }, "x86_64-pc-windows-gnu": { "artifactName": "tohaya-x86_64-pc-windows-msvc.zip", "bins": { "tohaya": "tohaya.exe" }, "zipExt": ".zip" }, "x86_64-pc-windows-msvc": { "artifactName": "tohaya-x86_64-pc-windows-msvc.zip", "bins": { "tohaya": "tohaya.exe" }, "zipExt": ".zip" }, "x86_64-unknown-linux-gnu": { "artifactName": "tohaya-x86_64-unknown-linux-gnu.tar.xz", "bins": { "tohaya": "tohaya" }, "zipExt": ".tar.xz" }, "x86_64-unknown-linux-musl-dynamic": { "artifactName": "tohaya-x86_64-unknown-linux-musl.tar.xz", "bins": { "tohaya": "tohaya" }, "zipExt": ".tar.xz" }, "x86_64-unknown-linux-musl-static": { "artifactName": "tohaya-x86_64-unknown-linux-musl.tar.xz", "bins": { "tohaya": "tohaya" }, "zipExt": ".tar.xz" } }, "version": "0.0.1", "volta": { "node": "18.14.1", "npm": "9.5.0" } }