How to Install and Uninstall node-resolve-pkg Package on Kali Linux

Last updated: May 17,2024

1. Install "node-resolve-pkg" package

In this section, we are going to explain the necessary steps to install node-resolve-pkg on Kali Linux

$ sudo apt update $ sudo apt install node-resolve-pkg

2. Uninstall "node-resolve-pkg" package

This is a short guide on how to uninstall node-resolve-pkg on Kali Linux:

$ sudo apt remove node-resolve-pkg $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-resolve-pkg package on Kali Linux

Package: node-resolve-pkg
Version: 2.0.0-3
Installed-Size: 17
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-resolve-from
Size: 4724
SHA256: 242e034ff20556efd4c4207a79f3719b19caf534725314f29ae8220b7287ff53
SHA1: f86f0493a55c1b244dd2b42aa3edd9cf3cf9bbe8
MD5sum: 3c19bff0a46ee8b5bcbde0a789c1a63a
Description: Resolve the path of a package regardless of it having an entry point
Some packages like CLI tools and grunt tasks don't have a entry point, like
`"main": "foo.js"` in package.json, resulting in them not being resolvable by
`require.resolve()`. Unlike `require.resolve()`, this module also resolves
packages without an entry point, returns `null` instead of throwing when the
module can't be found, and resolves from `process.cwd()` instead `__dirname`
by default.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/sindresorhus/resolve-pkg
Section: javascript
Priority: optional
Filename: pool/main/n/node-resolve-pkg/node-resolve-pkg_2.0.0-3_all.deb