UNPKG

@tanstack/react-location-rank-routes

Version:

A route ranker for React Location that sorts your routes by general specificity.

43 lines (42 loc) 921 B
{ "name": "@tanstack/react-location-rank-routes", "author": "Tanner Linsley", "version": "3.4.4", "license": "MIT", "repository": "tanstack/react-location", "homepage": "https://react-location.tanstack.com/", "description": "", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "react", "location", "@tanstack/react-location", "router", "routing", "async", "async router", "typescript" ], "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "module": "build/esm/index.js", "main": "build/cjs/index.js", "browser": "build/umd/index.production.min.js", "types": "build/types/index.d.ts", "engines": { "node": ">=12" }, "files": [ "build", "src" ], "peerDependencies": { "react": ">=16", "react-dom": ">=16", "@tanstack/react-location": "3.4.4" } }