- web/: Vue 3 + Vite + UnoCSS + Pinia, dark tactical theme (amber/#0d1117) - AppNav, ListingCard, SearchView with filters/sort, composables (useSnipeMode, useKonamiCode, useMotion), Pinia search store - Steal shimmer, auction countdown, Snipe Mode easter egg all native in Vue - docker/web/: nginx + multi-stage Dockerfile (node build → nginx serve) - compose.yml: api (8510) + web (8509) services - Dockerfile CMD updated to uvicorn for upcoming FastAPI layer - Clean build: 0 TS errors, 380 modules
42 lines
No EOL
846 B
JSON
42 lines
No EOL
846 B
JSON
{
|
|
"name": "@oxc-parser/binding-linux-x64-gnu",
|
|
"version": "0.115.0",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "parser.linux-x64-gnu.node",
|
|
"files": [
|
|
"parser.linux-x64-gnu.node"
|
|
],
|
|
"description": "Oxc Parser Node API",
|
|
"keywords": [
|
|
"ast",
|
|
"estree",
|
|
"javascript",
|
|
"oxc",
|
|
"parser",
|
|
"typescript"
|
|
],
|
|
"author": "Boshen and oxc contributors",
|
|
"homepage": "https://oxc.rs/docs/guide/usage/parser",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/oxc-project/oxc.git",
|
|
"directory": "napi/parser"
|
|
},
|
|
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
]
|
|
} |