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

Last updated: April 29,2024

1. Install "node-defaults" package

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

$ sudo apt update $ sudo apt install node-defaults

2. Uninstall "node-defaults" package

This tutorial shows how to uninstall node-defaults on Kali Linux:

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

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

Package: node-defaults
Version: 1.0.4+~1.0.3-1
Installed-Size: 18
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-defaults (= 1.0.3)
Depends: node-clone
Size: 4400
SHA256: 5c128696c4b3e38aed638efb6b7b757ec0dd44aa4e7108ede901c89e32028a0c
SHA1: 9277451e3c74289bd6a37f041d7a711bd80925bf
MD5sum: 6178d30c82129ed3f42d39d14f0d3c7e
Description: merge single level defaults over a config object
A simple one level options merge utility. This module exports
a function that takes 2 arguments: options and defaults.
When called, it overrides all of undefined properties in
options with the clones of properties defined in defaults.
Sidecases: if called with a falsy options value, options will
be initialized to a new object before being merged onto.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/tmpvar/defaults
Section: javascript
Priority: optional
Filename: pool/main/n/node-defaults/node-defaults_1.0.4+~1.0.3-1_all.deb