@lando/platformsh
Version:
A Lando plugin that provides a tight integration with Platform.sh.
50 lines (49 loc) • 896 B
JSON
{
"name": "url-pattern",
"homepage": "https://github.com/snd/url-pattern",
"authors": [
"Maximilian Krüger <kruemaxi@googlemail.com>"
],
"description": "easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.",
"keywords": [
"url",
"string",
"matching",
"pattern",
"matching",
"routing",
"route",
"regex",
"match",
"segment",
"parsing",
"parser",
"parse",
"combinator",
"combinators",
"custom",
"customizable",
"filepath",
"path",
"domain",
"separator",
"stringify",
"generate",
"text",
"processing"
],
"main": "lib/url-pattern.js",
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}