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

35
Skills/@be/be/node_modules/glsl-tokenizer/package.json generated vendored Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "glsl-tokenizer",
"version": "2.1.2",
"description": "r/w stream of glsl tokens",
"main": "string.js",
"directories": {
"test": "test"
},
"authors": [
"Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
"Mikola Lysenko <mikolalysenko@gmail.com> (http://0fps.net)",
"Chris Dickinson <chris@neversaw.us> (http://neversaw.us)"
],
"scripts": {
"test": "node test/index.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git://github.com/gl-modules/glsl-tokenizer.git"
},
"keywords": [
"glsl",
"tokenizer",
"stream"
],
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
"dependencies": {
"through2": "^0.6.3"
},
"devDependencies": {
"tap-spec": "^1.0.1",
"tape": "^3.0.2"
}
}