UNPKG

urlite

Version:

A very small, fast, dependency free url parser and formatter for nodejs and the web

60 lines (59 loc) 1.54 kB
{ "name": "urlite", "version": "3.1.0", "description": "A very small, fast, dependency free url parser and formatter for nodejs and the web", "main": "index.js", "types": "types.d.ts", "directories": { "lib": "lib", "test": "test" }, "dependencies": {}, "devDependencies": { "benchmark": "^2.1.4", "expect.js": "^0.3.1", "fast-url-parser": "^1.1.3", "karma": "^6.3.19", "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^2.0.1", "karma-sauce-launcher": "^2.0.2", "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^4.0.2", "min-url": "^1.4.0", "mocha": "^8.4.0", "nyc": "^15.1.0", "standard": "^11.0.1", "url": "^0.11.0", "url-parse": "^1.5.10", "url-parse-as-address": "^1.0.0", "urlparser": "^0.3.9", "webpack": "^4.44.1" }, "scripts": { "test": "mocha", "test-browser": "karma start --single-run", "coverage": "nyc --reporter=lcov --reporter=text-summary mocha", "test-ci": "karma start karma.conf.ci.js --single-run", "lint": "standard" }, "author": "Alan Clarke <alan@qubit.com> (qubit.com)", "license": "UNLICENSED", "repository": { "type": "git", "url": "git+https://github.com/QubitProducts/urlite.git" }, "keywords": [ "url", "uri", "url-parse", "url-parser", "uri-parse", "uri-parser", "querystring", "qs" ], "bugs": { "url": "https://github.com/QubitProducts/urlite/issues" }, "homepage": "https://github.com/QubitProducts/urlite#readme" }