feat(flight-finder): implement milestone M1 - domain model and skill contract

This commit is contained in:
2026-03-30 16:45:40 -05:00
parent 57f6b132b2
commit 9c7103770a
1237 changed files with 901934 additions and 0 deletions

35
skills/flight-finder/node_modules/brotli/package.json generated vendored Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "brotli",
"version": "1.3.3",
"description": "A port of the Brotli compression algorithm as used in WOFF2",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/devongovett/brotli.js.git"
},
"keywords": [
"compress",
"decompress",
"encode",
"decode"
],
"author": "Devon Govett <devongovett@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devongovett/brotli.js/issues"
},
"homepage": "https://github.com/devongovett/brotli.js",
"dependencies": {
"base64-js": "^1.1.2"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"browser": {
"./dec/dictionary-data.js": "./dec/dictionary-browser.js"
},
"scripts": {
"test": "mocha",
"prepublish": "make"
}
}