Frontend uudelleenrakennettu: Astro-komponentit, Wasm pääsäikeessä, ei Workeria
Vanha frontend siirretty temp/. Uusi rakenne: - StatusBar.astro, Terminal.astro, Editor.astro, Guide.astro - global.css erillinen - Wasm pääsäikeessä (ei Worker — yksinkertainen, debugattava) - Tab-completion, dropdown, projektikortti, Monaco, GUIDE.md - Ei tokenisointia eikä koodilaboratoriota Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
44
network-poc/frontend/node_modules/mrmime/package.json
generated
vendored
Normal file
44
network-poc/frontend/node_modules/mrmime/package.json
generated
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "mrmime",
|
||||
"version": "2.0.1",
|
||||
"repository": "lukeed/mrmime",
|
||||
"description": "A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename",
|
||||
"module": "index.mjs",
|
||||
"types": "index.d.ts",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Luke Edwards",
|
||||
"email": "luke.edwards05@gmail.com",
|
||||
"url": "https://lukeed.com"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"import": "./index.mjs",
|
||||
"require": "./index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"index.mjs",
|
||||
"index.js"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsm bin/index.ts",
|
||||
"test": "uvu -r tsm test"
|
||||
},
|
||||
"keywords": [
|
||||
"mime",
|
||||
"extension",
|
||||
"mimetype"
|
||||
],
|
||||
"devDependencies": {
|
||||
"tsm": "2.3.0",
|
||||
"uvu": "0.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user