2014-10-12 14:54:57 -04:00
|
|
|
{
|
|
|
|
"name": "r3",
|
2018-02-23 03:39:39 -05:00
|
|
|
"version": "2.0.0",
|
2014-10-12 14:54:57 -04:00
|
|
|
"repo": "brendanashworth/r3",
|
|
|
|
"description": "high-performance path dispatching library",
|
|
|
|
"keywords": ["path", "dispatch", "performance", "r3", "c9s"],
|
|
|
|
"license": "MIT",
|
2018-07-01 10:41:26 -04:00
|
|
|
"src": ["include/memory.h", "include/r3.h", "include/r3.hpp", "include/r3_gvc.h", "include/r3_json.h", "include/r3_list.h", "include/r3_slug.h", "include/str_array.h", "src/edge.c", "src/gvc.c", "src/json.c", "src/list.c", "src/match_entry.c", "src/node.c", "src/slug.c", "src/slug.h", "src/str.c", "src/token.c"]
|
2014-10-12 14:54:57 -04:00
|
|
|
}
|