How to Install and Uninstall node-babel7-standalone Package on Kali Linux

Last updated: May 09,2024

1. Install "node-babel7-standalone" package

Please follow the guidance below to install node-babel7-standalone on Kali Linux

$ sudo apt update $ sudo apt install node-babel7-standalone

2. Uninstall "node-babel7-standalone" package

Learn how to uninstall node-babel7-standalone on Kali Linux:

$ sudo apt remove node-babel7-standalone $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-babel7-standalone package on Kali Linux

Package: node-babel7-standalone
Source: node-babel7
Version: 7.20.15+ds1+~cs214.269.168-6
Installed-Size: 8125
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-babel-standalone (= 7.20.15), node-types-babel-standalone (= 7.1.4)
Size: 1000712
SHA256: 1b0231018a96a8f7b798628c3c5e34bc9c5e32794ba8264424da84882cc00514
SHA1: 0fa6f5eac1cea093c4c468e926239d451f95efe4
MD5sum: a827e262635196020b09a5ce99020e2d
Description: Standalone build of Babel for use in browsers and other non-Node.js environments
@babel/standalone provides a standalone build of Babel for use in browsers
and other non-Node.js environments.If you're using Babel in production, you
should normally not use @babel/standalone. Instead, you should use a build
system running on Node.js, such as Webpack, Rollup, or Parcel, to transpile
your JS ahead of time.
.
However, there are some valid use cases for @babel/standalone:
* It provides an easy, convenient way to prototype with Babel. Using
@babel/standalone, you can get started using Babel with just a simple
script tag in your HTML.
* Sites that compile user-provided JavaScript in real-time, like JSFiddle,
JS Bin, the REPL on the Babel site, JSitor, etc.
* Apps that embed a JavaScript engine such as V8 directly, and want to use
Babel for compilation
* Apps that want to use JavaScript as a scripting language for extending the
app itself, including all the goodies that ES2015 provides.
* Other non-Node.js environments (ReactJS.NET, ruby-babel-transpiler,
php-babel-transpiler, etc).
Description-md5:
Multi-Arch: foreign
Homepage: https://babeljs.io/
Section: javascript
Priority: optional
Filename: pool/main/n/node-babel7/node-babel7-standalone_7.20.15+ds1+~cs214.269.168-6_all.deb