@cptpiepmatz/tag-uri@0.1.2Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
cptpiepmatz/tag-uri🏷️ RFC 4151 Tag URI parser and generator
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
100%
Published
a week ago (0.1.2)
{ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "name": "@cptpiepmatz/tag-uri", "description": "RFC 4151 Tag URI parser and generator", "version": "0.1.2", "license": "MIT", "exports": "./src/mod.ts", "specification": [ "https://taguri.org", "https://datatracker.ietf.org/doc/html/rfc4151" ], "repository": { "type": "git", "url": "git+https://github.com/cptpiepmatz/tag-uri.git" }, "lint": { "rules": { "exclude": ["prefer-const"] } } }