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

31
Skills/@be/node_modules/syslog2-pure-js/package.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "syslog2-pure-js",
"version": "1.0.1",
"description": "Multi-transport Syslog stream with reconnect, forked from syslog2 by Kris Reeves, with Unix sockets support removed",
"repository": {
"type": "git",
"url": "https://github.com/mividtim/syslog2"
},
"main": "./index.js",
"dependencies": {
"clone": "^0.2.0",
"syslog-streams2": "^1.0.1",
"udp-streams2": "^1.0.6"
},
"devDependencies": {
"mocha": "^2.0.1",
"should": "^4.3.0"
},
"scripts": {
"test": "mocha -u bdd -R spec test.js"
},
"keywords": [
"bunyan",
"syslog",
"stream",
"streams2"
],
"author": "Kris Reeves",
"maintainer": "Tim Garthwaite <tim@mividstudios.com>",
"license": "ISC"
}