feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

28
Skills/@be/node_modules/topo/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "topo",
"description": "Topological sorting with grouping support",
"version": "1.1.0",
"repository": "git://github.com/hapijs/topo",
"main": "lib/index.js",
"keywords": [
"topological",
"sort",
"toposort",
"topsort"
],
"engines": {
"node": ">=0.10.40"
},
"dependencies": {
"hoek": "2.x.x"
},
"devDependencies": {
"lab": "6.x.x",
"code": "1.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}