UNPKG

lil-uri

Version:

Tiny URI parser and builder with chainable API

33 lines (32 loc) 554 B
{ "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" ], "scripts": { "test": "make test" }, "devDependencies": { "chai": "^1.9.1", "mocha": "^1.21.3", "uglify-js": "^2.4.15" }, "dependencies": { "terser": "^5.5.1" } }