supersede
Version:
A path based set where the most specific path wins.
34 lines (31 loc) • 936 B
JSON
{
"name": "supersede",
"version": "1.0.6",
"description":
"A path based set where the most specific path wins.",
"keywords":
[
"bluey", "set", "path", "tree", "levels"
],
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"homepage": "https://bigeasy.github.io/supersede",
"bugs": "https://github.com/bigeasy/supersede/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/supersede"
},
"dependencies":
{
},
"devDependencies":
{
"proof": "3.0.x"
},
"main": "supersede",
"scripts":
{
"test": "proof platform win32 && proof test */*/*.t.* || t/test"
}
}