npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fboes/aerofly-data

v1.4.0

Published

This project contains data sets for airports and aircraft present in Aerofly FS 4.

Readme

Aerofly Airports

This project contains data sets for airports and aircraft present in Aerofly FS 4. This airport data is based on data from OurAirports.

There is also a Aerofly Flight Simulator Airports Map with ICAO code checker, which checks if a given ICAO airport code exists in Aerofly FS 4.

It also contains airport and navigation aid icons suitable for maps.

Enclosed files

The data directory contains the following files:

| File | Description | | ----------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | aircraft-liveries.json | JSON file containing detailed information about all aircraft, including liveries. | | aircraft-select-optgroup.html | HTML snippet file containing all aircraft, sorted by category | | aircraft-select.html | HTML snippet file containing all aircraft | | aircraft.json | JSON file containing abbreviated information about all aircraft (without liveries). | | aircraft.md | Markdown file containing abbreviated information about all aircraft (without liveries). | | airport-list.json | JSON file containing an array of all ICAO codes. | | airports-custom.md | Markdown file containing all airports supplied by community | | airports-unmatched.md | Markdown file containing all airports not contained in aiports.geojson | | airports.geojson | GeoJSON file containing the location of all airports in Aerofly FS 4. |

Building

To generate a new list of all airports available in Aerofly FS 4:

  1. Install this project
    npm install
  2. Download a list of all airports from https://ourairports.com/data/ to tmp/airports.csv.
    npm run fetch-csv
  3. Generate airport output files via:
    node ./get-airports.js 'C:\SteamLibrary\steamapps\common\Aerofly FS 4 Flight Simulator\scenery\airports_db'
  4. Generate aircraft output files via:
    node ./get-aircraft.js 'C:\SteamLibrary\steamapps\common\Aerofly FS 4 Flight Simulator\aircraft'

Status

GitHub Tag NPM Version GitHub License

Legal stuff

Author: Frank Boës

Copyright & license: See LICENSE.txt

This tool is NOT affiliated with, endorsed, or sponsored by IPACS GbR. As stated in the LICENSE.txt, this tool comes with no warranty.

The base data for geo locations was taken from OurAirports, which is licensed as: "All data is released to the Public Domain, and comes with no guarantee of accuracy or fitness for use."

The icons are based on Maki icons, which are licensed via CC0 1.0 Universal.