js-url
Version:
A simple, lightweight url parser for JavaScript (~1.7 Kb minified, ~0.7Kb gzipped).
26 lines (25 loc) • 582 B
JSON
{
"name": "js-url",
"version": "2.3.0",
"description": "A simple, lightweight url parser for JavaScript (~1.7 Kb minified, ~0.7Kb gzipped).",
"main": "url.js",
"repository": {
"type": "git",
"url": "git+https://github.com/WillZWL/js-url.git"
},
"author": "Will",
"homepage": "https://github.com/WillZWL/",
"license": "MIT",
"dependencies": {
"grunt-contrib-qunit": "",
"grunt-contrib-uglify": "",
"grunt-contrib-jshint": ""
},
"bugs": {
"url": "https://github.com/WillZWL/js-url/issues"
},
"keywords": [
"js",
"url"
]
}