kurl
Version:
It's a powerfull URL parser written in JavaScript and compatible with NodeJS with a lot of features that it will help you to modify/parse easily a URL without any problem.
36 lines (24 loc) • 660 B
JSON
{
"name": "kurl",
"version": "1.2.7",
"author": "yeikos (http://www.yeikos.com)",
"description": "It's a powerfull URL parser written in JavaScript and compatible with NodeJS with a lot of features that it will help you to modify/parse easily a URL without any problem.",
"main": "url.js",
"licenses": [{
"type" : "MIT",
"url" : "https://raw.github.com/yeikos/js.url/master/LICENSE"
}],
"homepage": "http://www.yeikos.com",
"repository": {
"type": "git",
"url": "https://github.com/yeikos/js.url.git"
},
"keywords": [
"url",
"parser",
"query",
"parse",
"param",
"unparam"
]
}