@dashkite/url-router
Version:
Match and destructure URLs based on URL templates
49 lines (48 loc) • 1.22 kB
JSON
{
"name": "@dashkite/url-router",
"version": "0.9.17",
"description": "Match and destructure URLs based on URL templates",
"keywords": [
"router",
"url",
"destructure"
],
"repository": "https://github.com/dashkite/router",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Dan Yoder <dan@dashkite.com>",
"exports": {
".": {
"browser": "./build/browser/src/index.js",
"node": "./build/node/src/index.js"
},
"./*": {
"browser": "./build/browser/src/*.js",
"node": "./build/node/src/*.js"
}
},
"files": [
"build/import/src",
"build/node/src",
"build/browser/src"
],
"scripts": {
"test": "genie test",
"build": "genie build",
"release": "genie release"
},
"dependencies": {
"@dashkite/joy": "^0.7.0",
"@dashkite/url-codex": "^0.5.0"
},
"devDependencies": {
"@dashkite/amen": "^0.5.0",
"@dashkite/amen-console": "^0.4.0",
"@dashkite/assert": "^0.3.0",
"@dashkite/genie": "^0.20.14",
"@dashkite/genie-clean": "^0.9.0",
"@dashkite/genie-coffee": "^0.9.0",
"@dashkite/genie-module": "^0.5.42",
"@dashkite/genie-release": "^0.5.0",
"@dashkite/genie-yaml": "^0.7.0"
}
}