How to Install and Uninstall node-url-parse Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "node-url-parse" package

Please follow the guidelines below to install node-url-parse on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-url-parse

2. Uninstall "node-url-parse" package

Please follow the steps below to uninstall node-url-parse on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove node-url-parse $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-url-parse package on Ubuntu 21.10 (Impish Indri)

Package: node-url-parse
Architecture: all
Version: 1.5.3-1
Priority: extra
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 76
Provides: node-types-url-parse (= 1.4.3)
Depends: node-querystringify, node-requires-port
Filename: pool/universe/n/node-url-parse/node-url-parse_1.5.3-1_all.deb
Size: 20652
MD5sum: 0d5a9202e922e85ad53d40caadd1a229
SHA1: 913ff2d60228c1e5e5ebb421c24bff05ee6c9791
SHA256: e1438912ec18c34065ba9c56f713551da3eff25f4885db2e3c9a328d9f200a71
SHA512: c527ce26a812b48c62052deefe6cfd970e570c0d172ff48ba738f1ce276a9f110a7069d8b7bcae263d13af6694559bdcf8926abba7a62818fa8db25ff468569e
Homepage: https://github.com/unshiftio/url-parse#readme
Description-en: Parse URL in node using the URL module and in the browser using the DOM
The url-parse method exposes two different API interfaces. The url interface
that you know from Node.js and the new URL interface that is available in
the latest browsers.
.
Since 0.1 we've moved away from using the DOM's element for URL parsing
and moving to a full Regular Expression solution. The main reason for this
change is to make the URL parser available in different JavaScript
environments as you don't always have access to the DOM like Worker
environments. This module still have a really small foot print as this
module's main intention is to be bundled with client-side code. The only
problem however with a RegExp based solution is that it required a lot of
lookups causing major problems in FireFox. So the last and the current
solution was a pure string parsing solution which chops up the URL in
smaller pieces.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 0e27d3fc10c5e075495ca0ecf3279b9f