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 🙏

© 2024 – Pkg Stats / Ryan Hefner

fivem-resolver

v1.0.3

Published

Simple cfx.re link resolver for FiveM.

Downloads

8

Readme

FiveM Resolver

Get Started.

DISCLAIMER

if you ever see "Domain" instead of IP and Port try using VPN to solve the issue.


first install our package by typing this command to your terminal.

npm -g i fivem-resolver

then we can run it by typing this command to our terminal.

fivem-resolver -t zbbj7d or you can use the full url eg: https://cfx.re/join/zbbj7d

Output:

[+] Resolving zbbj7d..
[+] IP: 45.131.108.89
[+] Port: 30120
[+] Name: ^7[^1GERMAN^7]^1 🩸SCARFACE CITY🩸
[+] Description: ❌Keine Allowlist❌ + 🔥Performance🔥 + 💣AntiCheat💣 + 🎤SaltyChat🎤 + 🩸Red Way🩸 + Hosted by TubeHosting
[+] Country: de-DE

Use as Libary

this package can be also used as an libary code example below.

const CFXResolver = require('fivem-resolver').CFXResolver;

async function main() {

  var Resolver = new CFXResolver('zbbj7d');
  var result = await Resolver.Resolve();
  console.log(result);

}

main();

Example Output:

{
  resources: [
    'hardcap',
    '_cfx_internal',
    'scarface_tankstelle',
    'scarface_moneyhud',
    'scarface_state',
    'scarface_komminscafe',
    'ps_garage',
    'scarface_bank',
    'btw_ffa',
    'airport',
    'fivem',
    'manuistgott',
    'monitor',
    'esx_lkwshop',
    'skinchanger',
    'xnTattoos',
    'Craniax_headlights',
    'esx_pun_carwash',
    ...
  ],
  country: 'de-DE',
  name: '^7[^1GERMAN^7]^1 🩸SCARFACE CITY🩸',
  description: '❌Keine Allowlist❌ + 🔥Performance🔥 + 💣AntiCheat💣 + 🎤SaltyChat🎤 + 🩸Red Way🩸 + Hosted by TubeHosting',
  tags: 'German,Deutsch,Roleplay,Life,Rollenspiel,Reallife,Ger,DE',
  address: [ '45.131.108.89', '30120' ]
}

LICENSE

This project is licensed under the MIT license.