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:
42
network-poc/frontend/node_modules/which-pm-runs/package.json
generated
vendored
Normal file
42
network-poc/frontend/node_modules/which-pm-runs/package.json
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "which-pm-runs",
|
||||
"version": "1.1.0",
|
||||
"description": "Detects what package manager executes the process",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"repository": "https://github.com/zkochan/packages/tree/main/which-pm-runs",
|
||||
"bugs": {
|
||||
"url": "https://github.com/zkochan/packages/labels/package%3A%20which-pm-runs"
|
||||
},
|
||||
"keywords": [
|
||||
"npm",
|
||||
"pnpm",
|
||||
"yarn",
|
||||
"cnpm"
|
||||
],
|
||||
"author": "Zoltan Kochan",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/zkochan/packages/tree/main/which-pm-runs#readme",
|
||||
"dependenciesMeta": {
|
||||
"which-pm-runs": {
|
||||
"injected": true
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"cnpm": "^7.1.1",
|
||||
"execa": "^5.1.1",
|
||||
"npm": "^8.2.0",
|
||||
"pnpm": "^6.23.6",
|
||||
"tape": "^5.3.2",
|
||||
"which-pm-runs": "file:",
|
||||
"yarn": "^1.22.17"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user