# Abandoned npm Repos: No Commits Since 2023

**Use case:** 

Popular npm GitHub repos with no commits since 2023, flagging zombie dependencies by stars and last-push date for supply-chain risk audits.

## Input

```json
{
  "query": "topic:npm pushed:<2023-06-01 stars:>500 archived:false",
  "type": "repositories",
  "sort": "stars",
  "maxItems": 100
}
```

## Output

```json
{
  "fullName": {
    "label": "Repository",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "forks": {
    "label": "Forks",
    "format": "number"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Scraper](https://apify.com/dami_studio/github-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/github-scraper) to learn more, explore other use cases, and run it yourself.