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

36
Skills/@be/node_modules/glsl-token-depth/package.json generated vendored Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "glsl-token-depth",
"version": "1.1.2",
"description": "Determine the scope depth of an array of GLSL tokens",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "node test | tap-spec"
},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"dependencies": {},
"devDependencies": {
"chalk": "^0.5.1",
"glsl-tokenizer": "^2.0.0",
"tap-spec": "^2.1.1",
"tape": "^3.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-token-depth.git"
},
"keywords": [
"ecosystem:stackgl",
"tokens",
"glsl",
"syntax"
],
"homepage": "https://github.com/stackgl/glsl-token-depth",
"bugs": {
"url": "https://github.com/stackgl/glsl-token-depth/issues"
}
}