JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1150
  • Score
    100M100P100Q104041F
  • License MIT

Philippine Standard Geographic Code (PSGC) utilities and data

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jobuntux/psgc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Philippine Standard Geographic Code (PSGC)

    ├── 📁 data/
    │   └── 📁 2025-2Q/
    │       ├── 📄 barangays.json
    │       ├── 📄 muncities.json
    │       ├── 📄 provinces.json
    │       └── 📄 regions.json
    ├── 📁 logs/
    │       └── 🗒️ .gitkeep
    ├── 📁 raw/
    │       └── 🗒️ .gitkeep
    ├── 📁 src/
    │   ├── 📁 config/
    │   │   └── 📄 index.ts
    │   ├── 📁 core/
    │   │   ├── 📄 barangays.ts
    │   │   ├── 📄 index.ts
    │   │   ├── 📄 muncities.ts
    │   │   ├── 📄 provinces.ts
    │   │   └── 📄 regions.ts
    │   ├── 📁 data/
    │   │   └── 📄 loaders.ts
    │   ├── 📁 types/
    │   │   ├── 📄 declaration.d.ts
    │   │   └── 📄 geo.ts
    │   ├── 📁 utils/
    │   │   ├── 📄 loadJson.ts
    │   │   └── 📄 logger.ts
    │   └── 📄 index.ts
    ├── 📁 tests/
    │   ├── 📄 barangays.test.ts
    │   ├── 📄 muncities.test.ts
    │   ├── 📄 provinces.test.ts
    │   └── 📄 regions.test.ts
    ├── 📁 tools/
    │   ├── 📄 build-data.ts
    │   └── 📄 test-geo.ts
    ├── 🚫 .gitignore
    ├── 📄 .npmignore
    ├── 📖 README.md
    ├── 📄 jest.config.js
    ├── 📄 package-lock.json
    ├── 📄 package.json
    └── 📄 tsconfig.json

    Generated by FileTree Pro Extension