How to Install and Uninstall node-json2module Package on Kali Linux

Last updated: November 07,2024

1. Install "node-json2module" package

This guide let you learn how to install node-json2module on Kali Linux

$ sudo apt update $ sudo apt install node-json2module

2. Uninstall "node-json2module" package

Here is a brief guide to show you how to uninstall node-json2module on Kali Linux:

$ sudo apt remove node-json2module $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-json2module package on Kali Linux

Package: node-json2module
Version: 0.0.3-3
Installed-Size: 32
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-rw, nodejs:any
Size: 6760
SHA256: 2d96b67779f64047d42f6f650d98cf7bb1d74a97870f19b38593fa30099a8a9c
SHA1: 8daaf64f947b71e2f8a6fdd36aaff181b09ede88
MD5sum: bf37649256ed85123c378895ff738d8e
Description: Convert a JSON object to an ES6 module
For example, given a package.json file and run this through json2module,
you’ll get ES6 module as output.
.
This is particularly useful for exporting a version number defined in your
package.json file when using Rollup. Unlike rollup-plugin-json, which enables
Rollup to parse JSON directly, json2module creates standard ES6 modules that
can be consumed by any client.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/mbostock/json2module
Section: javascript
Priority: optional
Filename: pool/main/n/node-json2module/node-json2module_0.0.3-3_all.deb