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

37
Skills/@be/be/node_modules/has/package.json generated vendored Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "has",
"description": "Object.prototype.hasOwnProperty.call shortcut",
"version": "1.0.1",
"homepage": "https://github.com/tarruda/has",
"author": {
"name": "Thiago de Arruda",
"email": "tpadilha84@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/tarruda/has.git"
},
"bugs": {
"url": "https://github.com/tarruda/has/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
}
],
"main": "./src/index",
"dependencies": {
"function-bind": "^1.0.2"
},
"devDependencies": {
"chai": "~1.7.2",
"mocha": "^1.21.4"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha"
}
}