How to Install and Uninstall node-performance-now Package on Kali Linux

Last updated: May 16,2024

1. Install "node-performance-now" package

Please follow the instructions below to install node-performance-now on Kali Linux

$ sudo apt update $ sudo apt install node-performance-now

2. Uninstall "node-performance-now" package

Please follow the steps below to uninstall node-performance-now on Kali Linux:

$ sudo apt remove node-performance-now $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-performance-now package on Kali Linux

Package: node-performance-now
Version: 2.1.0+debian-4
Installed-Size: 21
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 5296
SHA256: 43ed5f0795098539e69a5b5271af03555c4aa16a43bbc7c7b6412fa6dcff8364
SHA1: 3da12122f194c1559204d2a5a360f41833126a9d
MD5sum: 469c530c6e69cb9c8c9259fa6109aedf
Description: Implements performance.now (based on process.hrtime)
Modern browsers have a `window.performance` object with - among others - a
`now` method which gives time in milliseconds, but with sub-millisecond
precision. This module offers the same function based on the Node.js native
`process.hrtime` function.
.
Using `process.hrtime` means that the reported time will be monotonically
increasing, and not subject to clock-drift.
.
This library is a dependency of request, the simplest way possible to make
http calls.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/braveg1rl/performance-now
Section: javascript
Priority: optional
Filename: pool/main/n/node-performance-now/node-performance-now_2.1.0+debian-4_all.deb