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

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

@@ -0,0 +1,24 @@
{
"name": "stream-consume",
"version": "0.1.0",
"description": "Consume a stream to ensure it keeps flowing",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/aroneous/stream-consume.git"
},
"author": "Aron Nopanen",
"license": "MIT",
"bugs": {
"url": "https://github.com/aroneous/stream-consume/issues"
},
"homepage": "https://github.com/aroneous/stream-consume",
"devDependencies": {
"mocha": "^1.20.1",
"should": "^4.0.4",
"through2": "^0.5.1"
}
}