Initial commit: 11ty website with Fire/Frost branding

This commit is contained in:
The Trinity
2026-04-02 18:39:00 -05:00
commit 40b45dff2e
1646 changed files with 329080 additions and 0 deletions

26
node_modules/esm-import-transformer/package.json generated vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "esm-import-transformer",
"version": "3.0.5",
"description": "Perform transformations on ESM import syntax (using import maps or to a dynamic import).",
"type": "module",
"main": "./import-transformer.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zachleat/esm-import-transformer.git"
},
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
},
"license": "MIT",
"scripts": {
"test": "npx ava"
},
"dependencies": {
"acorn": "^8.15.0"
},
"devDependencies": {
"ava": "^6.4.1"
}
}