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

@barlind/lcars

v2.3.4

Published

Local version of Control

Readme

LCARS

Local version of Control

Setup

Install LCARS

Install node. run the command npm install -g @barlind/lcars Try to run lcars by typing "lcars --version" in your command line. Note where the directory is where you need to place your config.json and where you can locate an example of config.json

Your computer

Download Charles Proxy https://www.charlesproxy.com/download/latest-release/ - trial should work for now. Open Charles and go to SSL Proxy settings. Enable it. Go to Proxy Settings. Set the port to 8888 and check that transparent proxying is checked.

Your device

Setup your current connection to use your computer as a proxy.

iOS: https://www.digitalcitizen.life/how-set-proxy-server-wifi-iphone-ipad Android: https://www.howtogeek.com/295048/how-to-configure-a-proxy-server-on-android/

In your device browser; browse to http://www.charlesproxy.com/getssl/ and install the charles certificate.

Open the game and check in charles that requests begin to show up.

Extracting your data for config.json

Find a request to https://nv3-live.startrek.digitgaming.com/accounts/v1/sessions Look at the contents as text and they should look something like this:

method=apple&username=asdfgqwerwert45345345&password=1234123412rqwfasdfasdfasdf&partner_tracking_name=scopely_device_token&partner_tracking_id=12345567-9cb5-4fdd-98dc-59b089107c9f&product_code=prime&channel=digit_IPhonePlayer&

Copy this text and place it in your config.json under sessionData

Find a request to https://nv3-live.startrek.digitgaming.com/accounts/v1/sessions/RANDOM-GUID/instances Look at the contents as text and they should look something like this:

account_id=12345678sdfgf986b3b1aa4bde4dea&

Copy this text and place it in your config.json under sessionUserId

Next find any request to https://live-144-web.startrek.digitgaming.com/ Look at the headers of the request and copy the data you need to complete your config.json

In-game; move one of your ships and then look in charles after https://live-144-web.startrek.digitgaming.com/courses/set_fleet_warp_course

Look at the text contents of the request and you will find your fleetId. Enter this into myFleets in config.json. Repeat this for your ships that you want to remote control. You can name the ships whatever you like.

Using LCARS

If everything is set up correctly you should now be able to run the command lcars init which will initialize the database with all required base data.