url-parse-helper
Version:
Url Parse Assist is a lightweight npm package designed to simplify URL parsing in JavaScript. It provides a set of utilities to effortlessly extract various components such as protocol, pathname, search query, subdomains, domain, and top-level domains fro
28 lines (27 loc) • 925 B
JSON
{
"name": "url-parse-helper",
"version": "1.0.6",
"description": "Url Parse Assist is a lightweight npm package designed to simplify URL parsing in JavaScript. It provides a set of utilities to effortlessly extract various components such as protocol, pathname, search query, subdomains, domain, and top-level domains from URLs. Simplify your URL parsing tasks with Url Parse Assist!",
"type": "module",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahtishamansari44/url-parse-helper.git"
},
"keywords": [
"npm",
"Utility",
"Libraries",
"Web",
"Development"
],
"author": "Muhammad Ahtisham Ansari",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ahtishamansari44/url-parse-helper/issues"
},
"homepage": "https://github.com/ahtishamansari44/url-parse-helper#readme"
}