UNPKG

loveurl

Version:

A url builder and parser pack for handling url states in an easy way.(Beta Version)

72 lines 1.5 kB
{ "name": "loveurl", "version": "0.4.3", "description": "A url builder and parser pack for handling url states in an easy way.(Beta Version)", "main": "index.mjs", "scripts": { "test": "vitest", "build": "rm -rf ./dist && tsup src/* --dts --format esm --out-dir dist --clean", "publish": "npm publish" }, "keywords": [ "url", "params", "builder", "loveurl", "love", "uri", "js", "javascript", "ts", "typescript", "api", "website", "web", "react", "next", "next.js", "svelte", "vue", "angular", "angular.js", "astro", "searchParams", "querystring", "querybuilder", "urlparams", "anchor" ], "author": { "name": "Nacho Barbano", "email": "nacho.barbano.dev@gmail.com", "url": "https://nacho.barbano.uy/" }, "funding": "https://github.com/sponsors/ignacio-nacho-barbano", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ignacio-nacho-barbano/loveUrl" }, "homepage": "https://github.com/ignacio-nacho-barbano/loveUrl#readme", "publishConfig": { "access": "public" }, "files": [ "dist", "README.md", "LICENSE" ], "exports": { ".": { "import": "./dist/index.mjs", "types": "./dist/index.d.mts" } }, "devDependencies": { "@types/lodash-es": "^4.17.12", "lodash-es": "^4.17.21", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.2.4" } }