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

22
Skills/@be/be/node_modules/stream-parser/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "stream-parser",
"version": "0.3.1",
"description": "Generic interruptible \"parser\" mixin for Transform & Writable streams",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-stream-parser.git"
},
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"license": "MIT",
"dependencies": {
"debug": "2"
},
"devDependencies": {
"mocha": "*",
"readable-stream": "1.0"
}
}