UNPKG

@nodifier/url-parser

Version:

Parse url string into object of url components

29 lines (28 loc) 645 B
{ "name": "@nodifier/url-parser", "scope": "nodifier", "version": "1.0.3", "description": "Parse url string into object of url components", "main": "dist/index.js", "scripts": { "test": "jest", "build": "esbuild src/index.ts --bundle --minify --sourcemap --outdir=dist --platform=node && tsc" }, "keywords": [ "nodify", "url-parser", "url", "parser", "nodejs" ], "author": "gamemasterdev", "license": "ISC", "devDependencies": { "@types/jest": "^29.5.2", "esbuild": "^0.18.11", "jest": "^29.6.1", "ts-jest": "^29.1.1", "ts-loader": "^9.4.4", "ts-node": "^10.9.1" } }