first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

17
node_modules/flow-enums-runtime/package.json generated vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "flow-enums-runtime",
"version": "0.0.6",
"description": "Runtime to be use with the Flow Enums transform.",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/flow.git"
},
"devDependencies": {
"jest": "^26.6.3"
}
}