Skip to main content
Module

x/regexparam/package.json

A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` πŸ™‡β€β™‚οΈ
Go to Latest
File
{ "name": "regexparam", "version": "1.3.0", "repository": "lukeed/regexparam", "description": "A tiny (308B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` πŸ™‡β€", "unpkg": "dist/regexparam.min.js", "module": "dist/regexparam.mjs", "main": "dist/regexparam.js", "types": "types.d.ts", "license": "MIT", "author": { "name": "Luke Edwards", "email": "luke.edwards05@gmail.com", "url": "lukeed.com" }, "engines": { "node": ">=6" }, "scripts": { "build": "bundt", "pretest": "npm run build", "test": "tape test/*.js | tap-spec" }, "files": [ "*.d.ts", "dist" ], "keywords": [ "regexp", "route", "routing" ], "devDependencies": { "bundt": "^0.3.0", "tap-spec": "^4.1.1", "tape": "^4.8.0" }}