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

natasha-test-19-october

v1.0.0

Published

test

Downloads

3

Readme

Getting started with Markdown


Natasha

Sasha

Наташа

Саша

Либи

Maya

Titles

Title 1

Title 2

Title 1
========================
Title 2 
------------------------

Title 1

Title 2

Title 3

Title 4

Title 5
Title 6
# Title 1
## Title 2
### Title 3    
#### Title 4
##### Title 5
###### Title 6    

Paragraph

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed dictum, nibh eu commodo posuere, ligula ante dictum neque, vitae pharetra mauris mi a velit. Phasellus eleifend egestas diam, id tincidunt arcu dictum quis. Pellentesque eu dui tempus, tempus massa sed, eleifend tortor. Donec in sem in erat iaculis tincidunt. Fusce condimentum hendrerit turpis nec vehicula. Aliquam finibus nisi vel eros lobortis dictum. Etiam congue tortor libero, quis faucibus ligula gravida a. Suspendisse non pulvinar nisl. Sed malesuada, felis vitae consequat gravida, dui ligula suscipit ligula, nec elementum nulla sem vel dolor. Vivamus augue elit, venenatis non lorem in, volutpat placerat turpis. Nullam et libero at eros vulputate auctor. Duis sed pharetra lacus. Sed egestas ligula vitae libero aliquet, ac imperdiet est ullamcorper. Sed dapibus sem tempus eros dignissim, ac suscipit lectus dapibus. Proin sagittis diam vel urna volutpat, vel ullamcorper urna lobortis. Suspendisse potenti.

Nulla varius risus sapien, nec fringilla massa facilisis sed. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc vel ornare erat, eget rhoncus lectus. Suspendisse interdum scelerisque molestie. Aliquam convallis consectetur lorem ut consectetur. Nullam massa libero, cursus et porta ac, consequat eget nibh. Sed faucibus nisl augue, non viverra justo sagittis venenatis.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed dictum, nibh eu commodo posuere, ligula ante dictum neque, vitae pharetra mauris mi a velit. 

Phasellus eleifend egestas diam, id tincidunt arcu dictum quis.

List

  • Item 1;
    • Item 1.1;
  • Item 2;
    • Item 2.1;
    • Item 2.2;
  • Item 3
    • Item 3.1;
      • Item 3.1.1;
 * Item 1;
    * Item 1.1;
  * Item 2;
   * Item 2.1;
   * Item 2.2;
  * Item 3
     * Item 3.1;
  	  * Item 3.1.1;

List CheckBox

  • [ ] Item A
  • [x] Item B
  • [x] Item C
- [ ] Item A
- [x] Item B
- [x] Item C

Link

Google - Google | Youtube | Gmail | Maps | PlayStore | GoogleDrive

Youtube - Enjoy videos and music you love, upload original content, and share it with friends, family, and the world on YouTube.

GitHub - Project

	[Google](https://www.google.com) - _Google | Youtube | Gmail | Maps | PlayStore | GoogleDrive_

Anchor links

Markdown - Summary

Markdown - Markdown Editor

	[Markdown - Link](#Link)

Blockquote

Lebenslangerschicksalsschatz: Lifelong Treasure of Destiny

> Lebenslangerschicksalsschatz: Lifelong Treasure of Destiny 

Image | GIF

myImage

![myImage](https://media.giphy.com/media/XRB1uf2F9bGOA/giphy.gif)

See more Markdown Extras - Image Align

Style Text

Italic

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed dictum, nibh eu commodo posuere, ligula ante dictum neque, vitae pharetra mauris mi a velit.

 *Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed dictum, nibh eu commodo posuere, ligula ante dictum neque, vitae pharetra mauris mi a velit.*

Bold

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed dictum, nibh eu commodo posuere, ligula ante dictum neque, vitae pharetra mauris mi a velit.

**Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed dictum, nibh eu commodo posuere, ligula ante dictum neque, vitae pharetra mauris mi a velit.**

Strikethrough

~~strikethrough text~~

~~strikethrough text~~

Code

public static void main(String[] args) {
	//TODO
}

```java public static void main(String[] args) { //TODO } ```

See more Markdown Extras - Style Text

Email

[email protected]

<[email protected]>

Table

|Column 1|Column 2|Column 3| |---|---|---| |Row 1 Column1| Row 1 Column 2| Row 1 Column 3| |Row 2 Column1| Row 2 Column 2| Row 2 Column 3|

|Column 1|Column 2|Column 3| |---|---|---| |Row 1 Column1| Row 1 Column 2| Row 1 Column 3| |Row 2 Column1| Row 2 Column 2| Row 2 Column 3|

Table Align

Align Center

|Column 1|Column 2|Column 3| |:---:|:---:|:---:| |Row 1 Column1| Row 1 Column 2| Row 1 Column 3| |Row 2 Column1| Row 2 Column 2| Row 2 Column 3|

|Column 1|Column 2|Column 3| |:---:|:---:|:---:| |Row 1 Column1| Row 1 Column 2| Row 1 Column 3| |Row 2 Column1| Row 2 Column 2| Row 2 Column 3|

Align Left

|Column 1|Column 2|Column 3| |:---|:---|:---| |Row 1 Column1| Row 1 Column 2| Row 1 Column 3| |Row 2 Column1| Row 2 Column 2| Row 2 Column 3|

|Column 1|Column 2|Column 3| |:---|:---|:---| |Row 1 Column1| Row 1 Column 2| Row 1 Column 3| |Row 2 Column1| Row 2 Column 2| Row 2 Column 3|

Align Right

|Column 1|Column 2|Column 3| |---:|---:|---:| |Row 1 Column1| Row 1 Column 2| Row 1 Column 3| |Row 2 Column1| Row 2 Column 2| Row 2 Column 3|

|Column 1|Column 2|Column 3| |---:|---:|---:| |Row 1 Column1| Row 1 Column 2| Row 1 Column 3| |Row 2 Column1| Row 2 Column 2| Row 2 Column 3|

See more Markdown Extras - Table

Escape Characters

\   backslash
`   backtick
*   asterisk
_   underscore
{}  curly braces
[]  square brackets
()  parentheses
#   hash mark
+   plus sign
-   minus sign (hyphen)
.   dot
!   exclamation mark

Emoji

Shields Badges

:warning: We are not responsible for this site

See more: https://shields.io/

GitHub forks Markdown

Markdown Editor

StackEdit - StackEdit’s Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files.

Some links for more in depth learning

:page_facing_up: Markdown Extras

:page_facing_up: Wikipedia - Markdown

:page_facing_up: Oficial