✨ MAJOR FEATURES: • Auto-zoom intelligence với smart bounds fitting • Enhanced 3D GPS markers với pulsing effects • Professional route display với 6-layer rendering • Status-based parking icons với availability indicators • Production-ready build optimizations 🗺️ AUTO-ZOOM FEATURES: • Smart bounds fitting cho GPS + selected parking • Adaptive padding (50px) cho visual balance • Max zoom control (level 16) để tránh quá gần • Dynamic centering khi không có selection 🎨 ENHANCED VISUALS: • 3D GPS marker với multi-layer pulse effects • Advanced parking icons với status colors • Selection highlighting với animation • Dimming system cho non-selected items 🛣️ ROUTE SYSTEM: • OpenRouteService API integration • Multi-layer route rendering (glow, shadow, main, animated) • Real-time distance & duration calculation • Visual route info trong popup 📱 PRODUCTION READY: • SSR safe với dynamic imports • Build errors resolved • Global deployment via Vercel • Optimized performance 🌍 DEPLOYMENT: • Vercel: https://whatever-ctk2auuxr-phong12hexdockworks-projects.vercel.app • Bundle size: 22.8 kB optimized • Global CDN distribution • HTTPS enabled 💾 VERSION CONTROL: • MapView-v2.0.tsx backup created • MAPVIEW_VERSIONS.md documentation • Full version history tracking
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "compressible",
|
|
"description": "Compressible Content-Type / mime checking",
|
|
"version": "2.0.18",
|
|
"contributors": [
|
|
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
|
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
|
|
"Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)"
|
|
],
|
|
"license": "MIT",
|
|
"repository": "jshttp/compressible",
|
|
"keywords": [
|
|
"compress",
|
|
"gzip",
|
|
"mime",
|
|
"content-type"
|
|
],
|
|
"dependencies": {
|
|
"mime-db": ">= 1.43.0 < 2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "6.8.0",
|
|
"eslint-config-standard": "14.1.0",
|
|
"eslint-plugin-import": "2.19.1",
|
|
"eslint-plugin-markdown": "1.0.1",
|
|
"eslint-plugin-node": "11.0.0",
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"eslint-plugin-standard": "4.0.1",
|
|
"mocha": "7.0.0",
|
|
"nyc": "15.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint --plugin markdown --ext js,md .",
|
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
|
"test-cov": "nyc --reporter=html --reporter=text npm test",
|
|
"test-travis": "nyc --reporter=text npm test",
|
|
"version": "node scripts/version-history.js && git add HISTORY.md"
|
|
}
|
|
}
|