lil-uri
Version:
Tiny URI parser and builder with chainable API
35 lines (34 loc) • 550 B
JSON
{
"name": "lil-uri",
"description": "Tiny URI parser and builder with chainable API",
"version": "0.3.1",
"license": "MIT",
"repository": "lil-js/uri",
"author": "Tomas Aparicio",
"main": "./uri.js",
"keywords": [
"lil",
"tiny",
"micro",
"uri",
"url",
"parse",
"schema",
"host",
"parser",
"builder"
],
"ignore": [
"**/.*",
".*",
"*.md",
"*.sh",
"test",
"Makefile",
".editorconfig",
".gitignore",
".travis.yml",
".npmignore",
"package.json"
]
}