Automic VaultAutomic Vault

brew

使用 Homebrew, apk, MacPorts, Nix 安装 json2tsv

查看 json2tsv 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install json2tsv

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install json2tsv

MacPorts ports tree · textproc/json2tsv/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add json2tsv

Alpine Linux edge package indexes · json2tsv · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#json2tsv

nixpkgs package indexes · pkgs/by-name/js/json2tsv/package.nix · 来源: api.github.com

概览

软件包摘要

JSON to TSV converter

命令和别名

  • json2tsv

历史

项目历史与用法

json2tsv is a small C command-line program from codemadness that converts JSON read from standard input into tab-separated, line-oriented output.

项目历史

The project follows the codemadness style of compact Unix tools: a plain HTML manual page, a public git repository, and tarball releases with checksums. Its release index begins with version 0.1 on October 13, 2019 and reaches version 1.2 on August 5, 2024.

采用历史

The tool is packaged in Homebrew, Alpine Linux, MacPorts, and Nix, which suggests practical adoption among users who prefer small native filters over larger JSON query languages.

使用方式

json2tsv reads JSON from stdin and prints rows containing a node name, a type byte, and a value. Its documentation emphasizes filtering the first field with existing Unix tools such as awk and grep.

为什么软件包爱好者会关心

For package nerds, json2tsv is the opposite of a sprawling data platform: about a few hundred lines of C, C99 plus libc, and a format intended to compose with old Unix text tools.

时间线

  • 2019-10-13: Version 0.1 tarball appeared in the official release directory.
  • 2021-09-25: The project page recorded its last modification date.
  • 2022-09-01: Version 1.0 tarball appeared.
  • 2024-08-05: Version 1.2 tarball appeared.

Related projects

  • json2tsv belongs with jq, gron, Miller, xsv, and other tools that turn structured data into streams that are easier to process with Unix pipelines.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 10 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
json2tsvcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本1.2
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://codemadness.org/json2tsv.html

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息Release/tag comparison is only available for GitHub repositories.https://codemadness.org/json2tsv.htmlnone 置信度

安装元数据

软件包元数据

软件包键brew:json2tsv
版本1.2
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/json2tsv
主页https://codemadness.org/json2tsv.html
仓库https://git.codemadness.org/json2tsv
上游文档https://codemadness.org/json2tsv.html
许可证ISC
源码归档https://codemadness.org/releases/json2tsv/json2tsv-1.2.tar.gz
Bottle可用 (于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejson2tsv
Version Scheme0
Revision0
Conflicts With
  • jaq
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

json2tsv

nix profile install nixpkgs#json2tsv
  • normalized package name match
  • 匹配方式:Json2tsv
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/js/json2tsv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

json2tsv 1.2-r0

JSON to TSV converter

https://codemadness.org/json2tsv.html

sudo apk add json2tsv
  • License: ISC
  • Architecture: x86_64
  • Source Package: json2tsv
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Json2tsv
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: json2tsv from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

json2tsv-doc 1.2-r0

JSON to TSV converter (documentation)

https://codemadness.org/json2tsv.html

sudo apk add json2tsv-doc
  • License: ISC
  • Architecture: x86_64
  • Source Package: json2tsv
  • normalized package name match
  • 匹配方式:Json2tsv
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: json2tsv-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

json2tsv-jaq 1.2-r0

JSON to TSV converter (shellscript wrapper)

https://codemadness.org/json2tsv.html

sudo apk add json2tsv-jaq
  • License: ISC
  • Architecture: x86_64
  • Source Package: json2tsv
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Json2tsv
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: json2tsv-jaq from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

json2tsv-jaq-doc 1.2-r0

JSON to TSV converter (shellscript wrapper documentation)

https://codemadness.org/json2tsv.html

sudo apk add json2tsv-jaq-doc
  • License: ISC
  • Architecture: x86_64
  • Source Package: json2tsv
  • normalized package name match
  • 匹配方式:Json2tsv
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: json2tsv-jaq-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
MacPorts95%

json2tsv

sudo port install json2tsv
  • normalized package name match
  • 匹配方式:Json2tsv
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/json2tsv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment