Automic VaultAutomic Vault

brew

babel を Homebrew, dnf でインストール

babel のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install babel

local Homebrew formula metadata

概要

パッケージ概要

Compiler for writing next generation JavaScript

コマンドとエイリアス

  • babel
  • babel-external-helpers

履歴

プロジェクトの歴史と使われ方

Babel is a JavaScript compiler and toolchain best known for transforming modern ECMAScript syntax into JavaScript that can run in older browsers and environments. It grew from the 6to5 transpiler into one of the central packages of the JavaScript build ecosystem.

プロジェクトの歴史

Babel began as 6to5, a tool focused on compiling ES6-era JavaScript down to ES5. In February 2015 the project announced its rename to Babel, arguing that its parser and transpiler infrastructure would remain useful beyond a single ES6-to-ES5 migration window.

The official documentation now describes Babel as a broader toolchain: it transforms syntax, supports missing features through third-party polyfills such as core-js, performs source-code transformations, supports JSX, Flow, and TypeScript syntax, and is built from composable plugins and presets.

Major releases mark Babel's evolving role in the JavaScript ecosystem: Babel 6 modularized the package family, Babel 7 became the long-lived default generation for modern JavaScript tooling, and the official blog announced Babel 8 in 2026 with ESM-only packaging, dropped ES5 defaults, and a migration path for current users.

採用の歴史

Babel's adoption followed the rise of ES2015+, React JSX, and npm-based frontend build pipelines. Its own 2015 rename post noted that 6to5 and 6to5-core were approaching half a million downloads and expected to pass a million soon, already signaling rapid uptake before the Babel name had fully settled.

By 2021, the Babel project described itself as used by millions while discussing project funding. The package metadata in this batch is narrower because the Homebrew formula is only the CLI package, but the npm ecosystem around @babel/core, @babel/cli, presets, and plugins is the real adoption center.

使われ方

Developers use Babel through @babel/core, @babel/cli, bundler integrations, presets, and plugins. Typical use cases include compiling newer ECMAScript syntax, JSX, TypeScript or Flow syntax stripping, proposal syntax experiments, and custom codemods.

Configuration is project-local and can live in babel.config.* files, .babelrc variants, or a babel key in package.json. That configurability is part of why Babel works both as a command-line package and as a library embedded by larger build tools.

パッケージ好きにとっての重要性

Babel is one of the defining JavaScript package-manager stories: a compiler decomposed into many small npm packages, presets, plugins, helpers, parser packages, and runtime packages that are assembled by user configuration.

For package nerds, Babel also demonstrates both the power and cost of ecosystem-scale toolchains. It made future JavaScript usable early, but it also made package graphs, peer dependencies, semver ranges, and build-step reproducibility central concerns for frontend projects.

タイムライン

  • 2015: 6to5 is renamed Babel on the official blog.
  • 2015: Babel 5 and Babel 6 release posts appear in the official blog archive.
  • 2018: Babel 7 is released, becoming the long-lived generation of the toolchain.
  • 2021: Babel publishes a funding update describing the project as used by millions.
  • 2026: Babel 8 is released with ESM-only packaging and changed defaults.

Related projects

  • core-js is the polyfill project Babel documentation points to for missing runtime features.
  • ESTree, Acorn, Esprima, ESLint, and related parser projects shaped the JavaScript syntax tooling environment Babel grew up in.
  • React popularized JSX workflows that made Babel a default part of frontend builds.
  • TypeScript and Flow are type-syntax ecosystems Babel can parse or strip without doing type checking.

セキュリティ状態

リスクレベル: グリーン

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 メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
babel.config.jsonbabel.config.jsbabel.config.cjsbabel.config.mjsbabel.config.cts.babelrc.babelrc.json.babelrc.js.babelrc.cjs.babelrc.mjs.babelrc.ctspackage.json (babel key)

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
babelcliグローバル実行可能ファイル
babel-external-helperscliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版8.0.1
マネージャ更新日2026-06-18
ローカルデータOK
上流not checked
検出された最新未検出

https://babeljs.io/

  • 情報Release/tag comparison is only available for GitHub repositories.https://babeljs.io/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:babel
バージョン8.0.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/babel
ホームページhttps://babeljs.io/
リポジトリhttps://github.com/babel/babel
上流ドキュメントhttps://babeljs.io/docs
ライセンスMIT
ソースアーカイブhttps://registry.npmjs.org/@babel/cli/-/cli-8.0.1.tgz
最終更新2026-06-18T13:21:43Z
Pulseupdated
依存関係node
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

dnf95%

babel 2.18.0-3.fc45

Tools for internationalizing Python applications

https://babel.pocoo.org/

sudo dnf install babel
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: babel
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Babel
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: babel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

babel-doc 2.18.0-3.fc45

Documentation for Babel

https://babel.pocoo.org/

sudo dnf install babel-doc
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: babel
  • 4 提供
  • normalized package name match
  • 一致条件: Babel
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: babel-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

python3-babel 2.18.0-3.fc45

Library for internationalizing Python applications

https://babel.pocoo.org/

sudo dnf install python3-babel
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: babel
  • 1 依存関係
  • 5 提供
  • normalized package name match
  • 一致条件: Babel
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: python3-babel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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