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

jfaker

v1.2.0

Published

Generate randomized data in over 130 different categories

Downloads

222

Readme

jfaker

Generate fake data, great for databases! Ported from stympy's Ruby gem: https://github.com/stympy/faker

Usage

Install the package

$ npm i jfaker

Require then use jfaker in your JavaScript files

const faker = require('jfaker')

To view all generators in a category you can use this (I will be creating a doc file explaining each category and the values it has)

console.log(faker.overwatch)

Will return

{ heroes: [Function: heroes],
  locations: [Function: locations],
  quotes: [Function: quotes] }

So the random generators you have available for overwatch are: heroes(), locations() and quotes().

console.log(faker.overwatch.heroes())
console.log(faker.overwatch.locations())
console.log(faker.overwatch.quotes())
=> Bastion
=> Volskaya Industries
=> Oh, let's break it down!

Notice

132 of 148 categories have been ported so far. Some of them are still missing a few convert/generate functions but I'm slowing getting them implemented.

If you find any bugs or have any suggestions you can let me know here: https://github.com/timwaldron/jfaker/issues

v1.2.0

100% implemented the following libraries

address
app
book
buffy
coffee
commerce
company
dota
dune
job
markdown
name

Fixed/not 100% implemented

bank        Missing functions
id_number   Missing functions
lorem       Missing functions
compass     Disabled while finding solution

v1.1.3

Updated README.md layout, fixed corrupted libraries.

v1.1.2

Removed duplicate text in README.md

v1.1.0

Additional 63 categories added.

|A - F|G - O|P - Z| |:---|:---|:---| |back_to_the_future|game|parks_and_rec| |bank|game_of_thrones|princess_bride| |bojack_horseman|ghostbusters|programming_language| |breaking_bad|grateful_dead|rick_and_morty| |buffy|greek_philosophers|rupaul| |chuck_norris|hacker|shakespeare| |color|hey_arnold|silicon_valley| |commerce|hitchhikers_guide_to_the_galaxy|simpsons| |community|hobbit|sonic_the_hedgehog| |company|house|source| |construction|how_i_met_your_mother|south_park| |cosmere|job|stargate| |crypto_coin|kpop|stranger_thing| |dc_comics|lebowski|stripe| |dr_who|lord_of_the_rings|sword_art_online| |dumb_and_dumber|lorem|the_expanse| |dune|michael_scott|the_it_crowd| |esport|music|twin_peaks| |fallout|name|v_for_vendetta| |friends|nation|world_of_warcraft| | |new_girl|zelda | |overwatch| |

Categories (v1.0.0)

* jfaker

    *  address
        *  city_prefix
        *  city_suffix
        *  country
        *  state (USA)
        *  state_abbr (USA)
        *  time_zone
        
    *  ancient
        *  god
        *  primordial
        *  titan
        *  hero

    *  animal
        *  name

    *  app
        *  name
        *  version

    *  appliance
        *  brand
        *  equipment

    *  aqua_teen_hunger_force
        *  character

    *  artist
        *  names

    *  basketball

    *  beer
        *  brand
        *  name
        *  hop
        *  yeast
        *  malt
        *  style

    *  book
        *  title
        *  author
        *  publisher
        *  genre

    *  bossa_nova
        *  artists
        *  songs

    *  business
        *  credit_card_numbers
        *  credit_card_types

    *  cannabis
        *  strains
        *  cannabinoid_abbreviations
        *  cannabinoids
        *  terpenes
        *  medical_uses
        *  health_benefits
        *  categories
        *  types
        *  buzzwords

    *  cat
        *  name
        *  breed
        *  registry

    *  code
        *  asin

    *  coffee
        *  country
        *  brazil
        *  colombia
        *  sumatra
        *  ethiopia
        *  honduras
        *  kenya
        *  uganda
        *  mexico
        *  guatemala
        *  nicaragua
        *  costa_rica
        *  tanzania
        *  el_salvador
        *  rwanda
        *  burundi
        *  panama
        *  yemen
        *  india
        *  variety
        *  intensifier
        *  body
        *  descriptor
        *  notes
        *  name_1
        *  name_2
        *  blend_name

    *  coin

    *  compass
        *  word
        *  abbreviation
        *  azimuth

    *  culture_series

    *  currency
        *  code
        *  name
        *  symbol

    *  demographic
        *  race
        *  sex
        *  demonym
        *  educational_attainment
        *  marital_status

    *  dessert
        *  variety
        *  topping
        *  flavor

    *  device
        *  model_name
        *  platform
        *  manufacturer
        *  serial

    *  dog
        *  name
        *  breed
        *  sound
        *  meme_phrase
        *  age
        *  coat_length
        *  size

    *  dota
        *  hero
        *  quote
        *  item
        *  team
        *  player

    *  dragon_ball
        *  characters

    *  educator
        *  name
        *  secondary
        *  type
        *  subject
        *  course_number

    *  elder_scrolls
        *  race
        *  creature
        *  region
        *  dragon
        *  city
        *  first_name
        *  last_name

    *  electrical_components
        *  active
        *  passive
        *  electromechanical

    *  family_guy
        *  character
        *  location
        *  quote

    *  file
        *  extension
        *  mime_type

    *  food
        *  dish
        *  descriptions
        *  ingredients
        *  fruits
        *  vegetables
        *  spices
        *  measurements
        *  measurement_sizes
        *  metric_measurements
        *  sushi

    *  football
        *  teams
        *  players
        *  coaches
        *  competitions
        *  positions

    *  fresh_prince_of_bel_air
        *  characters
        *  celebrities

    *  funny_name
        *  name

    *  gender
        *  types
        *  binary_types

    *  half_life
        *  character
        *  enemy
        *  location

    *  harry_potter
        *  characters
        *  locations
        *  quotes
        *  books
        *  houses
        *  spells

    *  heroes
        *  names
        *  specialties
        *  klasses

    *  heroes_of_the_storm
        *  battlegrounds
        *  classes
        *  heroes
        *  quotes

    *  hipster
        *  words

    *  horse
        *  name
        *  breed

    *  id_number
        *  valid
        *  invalid

    *  industry_segments
        *  industry
        *  super_sector
        *  sector
        *  sub_sector

    *  invoice
        *  check_digit_method
        *  pattern

    *  league_of_legends
        *  champion
        *  location
        *  quote
        *  summoner_spell
        *  masteries
        *  rank

    *  lovecraft
        *  fhtagn
        *  deity
        *  location
        *  tome
        *  words

    *  markdown
        *  headers
        *  emphasis

    *  marketing
        *  buzzwords

    *  measurement
        *  height
        *  length
        *  volume
        *  weight
        *  metric_height
        *  metric_length
        *  metric_volume
        *  metric_weight

    *  military
        *  army_rank
        *  marines_rank
        *  navy_rank
        *  air_force_rank
        *  dod_paygrade

    *  movie
        *  quote

    *  nato_phonetic_alphabet
        *  code_word

    *  one_piece
        *  characters
        *  seas
        *  islands
        *  locations
        *  quotes
        *  akumas_no_mi

    *  opera

    *  phish
        *  song

    *  phone_number
        *  formats
        *  country_code

    *  pokemon
        *  names
        *  locations
        *  moves

    *  quote
        *  famous_last_words
        *  matz
        *  most_interesting_man_in_the_world
        *  robin
        *  singular_siegler
        *  yoda

    *  relationship
        *  direct
        *  extended
        *  in_law
        *  spouse
        *  parent
        *  sibling

    *  restaurant

    *  rock_band
        *  name

    *  science
        *  element
        *  element_symbol
        *  scientist

    *  seinfeld
        *  character
        *  quote
        *  business

    *  slack_emoji
        *  people
        *  nature
        *  food_and_drink
        *  celebration
        *  activity
        *  travel_and_places
        *  objects_and_symbols
        *  custom

    *  space
        *  planet
        *  moon
        *  galaxy
        *  nebula
        *  star_cluster
        *  constellation
        *  star
        *  agency
        *  agency_abv
        *  nasa_space_craft
        *  company
        *  distance_measurement
        *  meteorite
        *  launch_vehicule

    *  star_trek
        *  character
        *  location
        *  specie
        *  villain

    *  subscription
        *  plans
        *  statuses
        *  payment_methods
        *  subscription_terms
        *  payment_terms

    *  super_smash_bros

    *  superhero
        *  power
        *  prefix
        *  suffix
        *  descriptor

    *  team
        *  creature
        *  sport
        *  mascot

    *  the_thick_of_it
        *  characters
        *  positions
        *  departments

    *  umphreys_mcgee
        *  song

    *  university
        *  prefix
        *  suffix

    *  venture_bros
        *  character
        *  organization
        *  vehicle
        *  quote

    *  verbs
        *  base
        *  past
        *  past_participle
        *  simple_present
        *  ing_form

    *  witcher
        *  characters
        *  witchers
        *  schools
        *  locations
        *  quotes
        *  monsters

    *  yoda
        *  quotes