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

45
Skills/@be/node_modules/static-module/package.json generated vendored Normal file
View File

@@ -0,0 +1,45 @@
{
"name": "static-module",
"version": "1.5.0",
"description": "convert module usage to inline expressions",
"main": "index.js",
"dependencies": {
"concat-stream": "~1.6.0",
"duplexer2": "~0.0.2",
"escodegen": "~1.3.2",
"falafel": "^2.1.0",
"has": "^1.0.0",
"object-inspect": "~0.4.0",
"quote-stream": "~0.0.0",
"readable-stream": "~1.0.27-1",
"shallow-copy": "~0.0.1",
"static-eval": "~0.2.0",
"through2": "~0.4.1"
},
"devDependencies": {
"resolve": "^1.1.5",
"tape": "^3.4.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/static-module.git"
},
"homepage": "https://github.com/substack/static-module",
"keywords": [
"ast",
"static",
"analysis",
"esprima",
"syntax",
"tree"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT"
}