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

storefront-data

v0.1.0

Published

This is a repository for the RefArch site data that goes with Storefront Reference Architecture (SFRA).

Readme

Storefront Reference Architecture Data

This is a repository for the RefArch site data that goes with Storefront Reference Architecture (SFRA).

NPM scripts

Zip data

npm run zipData - Zips up the data before it can be imported into the Business Manager.

Product Types :

  1. Simple Product with no variant
  2. Simple Product with single variant
  3. Simple Product with multiple variants
  4. Product Set
  5. Product Bundles
  6. Variation Group
  7. Product Options (electronics)

Price Types :

  1. List Price
  2. Sale Price
  3. Promotion Price
  4. Price range
  5. Tiered Price. (this is not working due to platform limitation)
  6. option price.

Install/Import

To use this data with in a sandbox

  1. The directory 'demo_data_sfra' needs to compressed into a zip file of the same name. e.g 'demo_data_sfra.zip'.

  2. The zip file needs to be uploaded to the instance's Business Manager. In the Business Manager, go to Administration > Site Development > Site Import & Export. Then upload the zip file from step#1.

  3. Import the zip file from within the Business Manager.

  4. (optional steps) a. Check the cartridge path for the sites. b. Run the search index.

Content Assets

Here is a list of the content assets used from the shared content library.

| ID | Name | Usage |description| |-------------------------|------|-------------------|-----------| |home-categories |Home Categories| Homepage |Images that link to category pages, this is used by the content slot 'home-categories'.| |home-main |Home Main| Homepage |Main image displayed on the homepage, used by the content slot 'home-main'.| |home-product-set-content |Home Product Set Content | Homepage |Content links to a product set and is assigned to the 'home-product-set' slot.|

Slots

| ID | Rendering Template | Usage |description| |-------------------------|------|-------------------|-----------| |home-categories |slots/content/contentAssetBody.isml| Homepage |This slot renders images that link to other category pages it uses the content asset 'home-categories'.| |home-main |slots/content/contentAssetBody.isml| Homepage |Main image displayed on the homepage, used by the content asset 'home-main'.| |home-product-set-content |slots/content/contentAssetBody.isml| Homepage |This slot desiplays an image that links to a product set|

Promotions

| ID | Qualifying Products | Coupon | Campaign | |--------------------------------------------------------|---------------------|------------|-----------------------------| | ref-arch-order-coupon-promotion-1 | 883360541815 | orderLevel | Ref Arch Coupon Test | | ref-arch-shipping-coupon-promotion-1 | 740357377119 | shipping | Ref Arch Coupon Test | | ref-arch-product-coupon-promotion-1 | 682875719029 | product | Ref Arch Coupon Test | | ref-arch-order-no-coupon-promotion-1 | 883360543307 | | Ref Arch No Coupon Test | | ref-arch-shipping-no-coupon-promotion-1 | 740357447164 | | Ref Arch No Coupon Test | | ref-arch-order-approaching-discount-promotion-1 | 799927767720 | | Ref Arch No Coupon Test | | ref-arch-shipping-approaching-discount-promotion-1 | 799927767720 | | Ref Arch No Coupon Test |