Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
packageName: string
version: string
description: string
keywords: list<item: string>
  child 0, item: string
license: string
publisher: string
maintainers: list<item: string>
  child 0, item: string
maintainerCount: int64
weeklyDownloads: int64
monthlyDownloads: int64
dependentCount: int64
dependencies: list<item: string>
  child 0, item: string
dependencyCount: int64
devDependencyCount: int64
versionCount: int64
firstPublishedAt: string
lastPublishedAt: string
isDeprecated: bool
hasTypeScriptTypes: bool
nodeEngine: string
unpackedSizeBytes: int64
fileCount: int64
qualityScore: int64
popularityScore: int64
maintenanceScore: int64
repositoryUrl: string
homepageUrl: string
npmUrl: string
retrievedAt: timestamp[s]
_run_id: string
_dataset_id: string
changeType: string
companyLabel: string
companyId: string
companyName: string
jobId: string
title: string
location: string
salary: null
postedAt: timestamp[s]
postedText: string
url: string
scanComplete: bool
scanTruncated: bool
scanDiagnostic: string
checkedAt: string
to
{'packageName': Value('string'), 'version': Value('string'), 'description': Value('string'), 'keywords': List(Value('string')), 'license': Value('string'), 'publisher': Value('string'), 'maintainers': List(Value('string')), 'maintainerCount': Value('int64'), 'weeklyDownloads': Value('int64'), 'monthlyDownloads': Value('int64'), 'dependentCount': Value('int64'), 'dependencies': List(Value('string')), 'dependencyCount': Value('int64'), 'devDependencyCount': Value('int64'), 'versionCount': Value('int64'), 'firstPublishedAt': Value('string'), 'lastPublishedAt': Value('string'), 'isDeprecated': Value('bool'), 'hasTypeScriptTypes': Value('bool'), 'nodeEngine': Value('string'), 'unpackedSizeBytes': Value('int64'), 'fileCount': Value('int64'), 'qualityScore': Value('int64'), 'popularityScore': Value('int64'), 'maintenanceScore': Value('int64'), 'repositoryUrl': Value('string'), 'homepageUrl': Value('string'), 'npmUrl': Value('string'), 'retrievedAt': Value('timestamp[s]'), '_run_id': Value('string'), '_dataset_id': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              packageName: string
              version: string
              description: string
              keywords: list<item: string>
                child 0, item: string
              license: string
              publisher: string
              maintainers: list<item: string>
                child 0, item: string
              maintainerCount: int64
              weeklyDownloads: int64
              monthlyDownloads: int64
              dependentCount: int64
              dependencies: list<item: string>
                child 0, item: string
              dependencyCount: int64
              devDependencyCount: int64
              versionCount: int64
              firstPublishedAt: string
              lastPublishedAt: string
              isDeprecated: bool
              hasTypeScriptTypes: bool
              nodeEngine: string
              unpackedSizeBytes: int64
              fileCount: int64
              qualityScore: int64
              popularityScore: int64
              maintenanceScore: int64
              repositoryUrl: string
              homepageUrl: string
              npmUrl: string
              retrievedAt: timestamp[s]
              _run_id: string
              _dataset_id: string
              changeType: string
              companyLabel: string
              companyId: string
              companyName: string
              jobId: string
              title: string
              location: string
              salary: null
              postedAt: timestamp[s]
              postedText: string
              url: string
              scanComplete: bool
              scanTruncated: bool
              scanDiagnostic: string
              checkedAt: string
              to
              {'packageName': Value('string'), 'version': Value('string'), 'description': Value('string'), 'keywords': List(Value('string')), 'license': Value('string'), 'publisher': Value('string'), 'maintainers': List(Value('string')), 'maintainerCount': Value('int64'), 'weeklyDownloads': Value('int64'), 'monthlyDownloads': Value('int64'), 'dependentCount': Value('int64'), 'dependencies': List(Value('string')), 'dependencyCount': Value('int64'), 'devDependencyCount': Value('int64'), 'versionCount': Value('int64'), 'firstPublishedAt': Value('string'), 'lastPublishedAt': Value('string'), 'isDeprecated': Value('bool'), 'hasTypeScriptTypes': Value('bool'), 'nodeEngine': Value('string'), 'unpackedSizeBytes': Value('int64'), 'fileCount': Value('int64'), 'qualityScore': Value('int64'), 'popularityScore': Value('int64'), 'maintenanceScore': Value('int64'), 'repositoryUrl': Value('string'), 'homepageUrl': Value('string'), 'npmUrl': Value('string'), 'retrievedAt': Value('timestamp[s]'), '_run_id': Value('string'), '_dataset_id': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

packageName
string
version
string
description
string
keywords
list
license
string
publisher
string
maintainers
list
maintainerCount
int64
weeklyDownloads
int64
monthlyDownloads
int64
dependentCount
int64
dependencies
list
dependencyCount
int64
devDependencyCount
int64
versionCount
int64
firstPublishedAt
string
lastPublishedAt
string
isDeprecated
bool
hasTypeScriptTypes
bool
nodeEngine
string
unpackedSizeBytes
int64
fileCount
int64
qualityScore
int64
popularityScore
int64
maintenanceScore
int64
repositoryUrl
string
homepageUrl
string
npmUrl
string
retrievedAt
timestamp[s]
_run_id
string
_dataset_id
string
commander
15.0.0
the complete solution for node.js command-line programs
[ "commander", "command", "option", "parser", "cli", "argument", "args", "argv" ]
MIT
abetomo
[ "shadowspawn", "abetomo" ]
2
474,004,587
1,853,856,927
144,047
[]
0
9
124
2011-08-14T22:17:51.639Z
2026-05-29T09:16:23.183Z
false
true
>=22.12.0
207,368
12
1
1
1
https://github.com/tj/commander.js
https://github.com/tj/commander.js#readme
https://www.npmjs.com/package/commander
2026-08-03T05:07:28
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
chalk
6.0.0
Terminal string styling done right
[ "color", "colour", "colors", "terminal", "console", "cli", "string", "ansi", "style", "styles", "tty", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
455,240,749
1,865,420,209
158,754
[]
0
11
44
2013-08-03T00:21:56.318Z
2026-07-26T14:51:07.471Z
false
false
>=22
56,029
12
1
1
1
https://github.com/chalk/chalk
https://github.com/chalk/chalk#readme
https://www.npmjs.com/package/chalk
2026-08-03T05:07:28
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
ansi-styles
7.0.0
ANSI escape codes for styling strings in the terminal
[ "ansi", "styles", "color", "colour", "colors", "terminal", "console", "cli", "string", "tty", "escape", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
662,289,688
2,794,473,036
3,828
[]
0
4
29
2013-07-31T23:00:29.145Z
2026-07-26T14:57:37.001Z
false
true
>=22
22,120
5
1
1
1
https://github.com/chalk/ansi-styles
https://github.com/chalk/ansi-styles#readme
https://www.npmjs.com/package/ansi-styles
2026-08-03T05:07:28
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
ansi-regex
6.2.2
Regular expression for matching ANSI escape codes
[ "ansi", "styles", "color", "colour", "colors", "terminal", "console", "cli", "string", "tty", "escape", "formatting", "rgb", "256", "shell", "xterm", "command-line", "text", "regex", "regexp", "re", "match", "test", "find", "pattern" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
465,206,808
2,088,834,254
3,374
[]
0
4
20
2014-06-03T16:59:22.332Z
2025-09-08T17:18:12.337Z
false
true
>=12
5,865
5
1
1
1
https://github.com/chalk/ansi-regex
https://github.com/chalk/ansi-regex#readme
https://www.npmjs.com/package/ansi-regex
2026-08-03T05:07:29
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
string-width
8.2.2
Get the visual width of a string - the number of columns required to display it
[ "string", "character", "unicode", "width", "visual", "column", "columns", "fullwidth", "full-width", "wcwidth", "wcswidth", "full", "ansi", "escape", "codes", "cli", "command-line", "terminal", "console", "cjk", "chinese", "japanese", "korean", "fixed-width", "east-as...
MIT
sindresorhus
[ "sindresorhus" ]
1
475,378,749
2,064,967,700
7,446
[ "get-east-asian-width", "strip-ansi" ]
2
3
30
2015-07-16T22:08:17.757Z
2026-07-08T20:46:47.509Z
false
true
>=20
11,733
5
1
1
1
https://github.com/sindresorhus/string-width
https://github.com/sindresorhus/string-width#readme
https://www.npmjs.com/package/string-width
2026-08-03T05:07:29
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
supports-color
11.0.0
Detect whether a terminal supports color
[ "color", "colour", "colors", "terminal", "console", "cli", "ansi", "styles", "tty", "rgb", "256", "shell", "xterm", "command-line", "support", "supports", "capability", "detect", "truecolor", "16m" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
484,476,087
1,967,429,314
4,464
[]
0
4
55
2014-06-14T01:45:57.033Z
2026-07-26T15:13:36.955Z
false
true
>=22
11,618
7
1
1
1
https://github.com/chalk/supports-color
https://github.com/chalk/supports-color#readme
https://www.npmjs.com/package/supports-color
2026-08-03T05:07:29
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
picocolors
1.1.1
The tiniest and the fastest library for terminal output formatting with ANSI colors
[ "terminal", "colors", "formatting", "cli", "console" ]
ISC
alexeyraspopov
[ "alexeyraspopov" ]
1
217,267,009
861,961,794
13,306
[]
0
0
9
2021-09-27T00:33:41.501Z
2024-10-16T18:20:04.161Z
false
true
null
6,373
7
1
1
1
https://github.com/alexeyraspopov/picocolors
https://github.com/alexeyraspopov/picocolors#readme
https://www.npmjs.com/package/picocolors
2026-08-03T05:07:29
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
cliui
9.0.1
easily create complex multi-column command-line-interfaces
[ "cli", "command-line", "layout", "design", "console", "wrap", "table" ]
ISC
oss-bot
[ "bcoe", "oss-bot" ]
2
225,028,261
882,246,883
2,107
[ "string-width", "strip-ansi", "wrap-ansi" ]
3
15
27
2015-04-20T21:30:56.852Z
2025-03-17T02:36:25.675Z
false
false
>=20
57,360
7
1
1
1
https://github.com/yargs/cliui
https://github.com/yargs/cliui#readme
https://www.npmjs.com/package/cliui
2026-08-03T05:07:29
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
wrap-ansi
10.0.0
Wordwrap a string with ANSI escape codes
[ "wrap", "break", "wordwrap", "wordbreak", "linewrap", "ansi", "styles", "color", "colour", "colors", "terminal", "console", "cli", "string", "tty", "escape", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
417,073,082
1,680,087,200
6,843
[ "ansi-styles", "string-width", "strip-ansi" ]
3
7
22
2015-08-19T18:56:22.141Z
2026-02-20T10:03:54.839Z
false
true
>=20
18,456
5
1
1
1
https://github.com/chalk/wrap-ansi
https://github.com/chalk/wrap-ansi#readme
https://www.npmjs.com/package/wrap-ansi
2026-08-03T05:07:30
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
has-flag
5.0.1
Check if argv has a specific flag
[ "has", "check", "detect", "contains", "find", "flag", "cli", "command-line", "argv", "process", "arg", "args", "argument", "arguments", "getopt", "minimist", "optimist" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
311,635,666
1,139,717,496
3,302
[]
0
3
6
2015-07-07T22:43:54.339Z
2023-04-17T23:19:31.649Z
false
false
>=12
4,292
5
1
1
1
https://github.com/sindresorhus/has-flag
https://github.com/sindresorhus/has-flag#readme
https://www.npmjs.com/package/has-flag
2026-08-03T05:07:30
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
argparse
3.0.0
CLI arguments parser. Native port of python's argparse.
[ "cli", "parser", "argparse", "option", "args" ]
Python-2.0
vitaly
[ "vitaly" ]
1
250,416,100
997,178,870
3,814
[]
0
2
31
2012-05-16T20:16:27.775Z
2026-07-14T05:48:02.720Z
false
true
null
186,792
9
1
1
1
https://github.com/nodeca/argparse
https://github.com/nodeca/argparse#readme
https://www.npmjs.com/package/argparse
2026-08-03T05:07:30
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
yargs
18.1.0
yargs the modern, pirate-themed, successor to optimist.
[ "argument", "args", "option", "parser", "parsing", "cli", "command" ]
MIT
shadowspawn
[ "bcoe", "shadowspawn", "oss-bot" ]
3
242,367,676
969,876,936
42,301
[ "cliui", "escalade", "get-caller-file", "string-width", "y18n", "yargs-parser" ]
6
22
266
2013-11-23T09:34:05.069Z
2026-07-26T04:07:48.820Z
false
false
^20.19.0 || ^22.12.0 || >=23
235,413
59
1
1
1
https://github.com/yargs/yargs
https://yargs.js.org/
https://www.npmjs.com/package/yargs
2026-08-03T05:07:30
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
yargs-parser
22.0.0
the mighty option parser used by yargs
[ "argument", "parser", "yargs", "command", "cli", "parsing", "option", "args", "argument" ]
ISC
oss-bot
[ "bcoe", "nexdrew", "oss-bot" ]
3
240,665,115
966,328,719
3,780
[]
0
18
84
2016-01-23T21:12:29.644Z
2025-05-26T20:12:01.075Z
false
false
^20.19.0 || ^22.12.0 || >=23
85,628
10
1
1
1
https://github.com/yargs/yargs-parser
https://github.com/yargs/yargs-parser#readme
https://www.npmjs.com/package/yargs-parser
2026-08-03T05:07:30
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
jackspeak
4.2.3
A very strict and proper argument parser.
[ "argument", "parser", "args", "option", "flag", "cli", "command", "line", "parse", "parsing" ]
BlueOak-1.0.0
isaacs
[ "isaacs" ]
1
111,530,010
506,563,951
633
[ "@isaacs/cliui" ]
1
6
66
2019-01-18T07:36:05.803Z
2026-02-07T05:11:22.640Z
false
true
20 || >=22
650,026
17
1
1
1
https://github.com/isaacs/jackspeak
https://github.com/isaacs/jackspeak#readme
https://www.npmjs.com/package/jackspeak
2026-08-03T05:07:31
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
ansi-escapes
7.3.0
ANSI escape codes for manipulating the terminal
[ "ansi", "terminal", "console", "cli", "string", "tty", "escape", "escapes", "formatting", "shell", "xterm", "log", "logging", "command-line", "text", "vt100", "sequence", "control", "code", "codes", "cursor", "iterm", "iterm2", "clear", "screen", "erase", "scrollb...
MIT
sindresorhus
[ "sindresorhus" ]
1
115,289,302
473,801,085
2,811
[ "environment" ]
1
4
28
2015-08-14T15:26:46.205Z
2026-02-04T16:21:10.344Z
false
true
>=18
22,023
7
1
1
1
https://github.com/sindresorhus/ansi-escapes
https://github.com/sindresorhus/ansi-escapes#readme
https://www.npmjs.com/package/ansi-escapes
2026-08-03T05:07:31
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
restore-cursor
5.1.0
Gracefully restore the CLI cursor on exit
[ "exit", "quit", "process", "graceful", "shutdown", "sigterm", "sigint", "terminate", "kill", "stop", "cli", "cursor", "ansi", "show", "term", "terminal", "console", "tty", "shell", "command-line" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
107,827,595
429,739,216
1,330
[ "onetime", "signal-exit" ]
2
2
8
2014-08-31T11:36:05.610Z
2024-07-26T13:56:42.345Z
false
true
>=18
3,129
5
1
1
1
https://github.com/sindresorhus/restore-cursor
https://github.com/sindresorhus/restore-cursor#readme
https://www.npmjs.com/package/restore-cursor
2026-08-03T05:07:31
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
@isaacs/cliui
9.0.0
easily create complex multi-column command-line-interfaces
[ "cli", "command-line", "layout", "design", "console", "wrap", "table" ]
BlueOak-1.0.0
isaacs
[ "isaacs" ]
1
91,183,944
394,561,883
5
[]
0
6
2
2023-05-02T03:24:28.629Z
2026-02-05T18:40:56.362Z
false
true
>=18
522,445
73
1
1
1
ssh://git@github.com/isaacs/cliui
https://github.com/isaacs/cliui#readme
https://www.npmjs.com/package/@isaacs/cliui
2026-08-03T05:07:31
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
slice-ansi
9.0.0
Slice a string with ANSI escape codes
[ "slice", "string", "ansi", "styles", "color", "colour", "colors", "terminal", "console", "cli", "tty", "escape", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
116,174,929
454,988,857
985
[ "ansi-styles", "is-fullwidth-code-point" ]
2
5
16
2015-09-26T04:25:26.276Z
2026-04-04T13:19:33.304Z
false
true
>=22
32,077
6
1
1
1
https://github.com/chalk/slice-ansi
https://github.com/chalk/slice-ansi#readme
https://www.npmjs.com/package/slice-ansi
2026-08-03T05:07:31
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
rimraf
6.1.3
A deep deletion module for node (like `rm -rf`)
[ "rm", "rm -rf", "rm -fr", "remove", "directory", "cli", "rmdir", "recursive" ]
BlueOak-1.0.0
isaacs
[ "isaacs" ]
1
156,631,424
634,768,277
22,493
[ "glob", "package-json-from-dist" ]
2
6
86
2011-02-08T08:55:37.756Z
2026-04-03T13:52:28.331Z
false
true
20 || >=22
261,819
137
1
1
1
ssh://git@github.com/isaacs/rimraf
https://github.com/isaacs/rimraf#readme
https://www.npmjs.com/package/rimraf
2026-08-03T05:07:32
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
optionator
0.9.4
option parsing and help generation
[ "options", "flags", "option parsing", "cli" ]
MIT
gkz
[ "gkz" ]
1
143,638,044
549,454,632
1,757
[ "deep-is", "fast-levenshtein", "levn", "prelude-ls", "type-check", "word-wrap" ]
6
2
20
2013-11-02T01:40:11.286Z
2024-04-26T22:17:51.588Z
false
false
>= 0.8.0
50,157
7
1
1
1
https://github.com/gkz/optionator
https://github.com/gkz/optionator
https://www.npmjs.com/package/optionator
2026-08-03T05:07:32
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
figures
6.1.0
Unicode symbols with fallbacks for older terminals
[ "unicode", "cli", "cmd", "command-line", "characters", "symbol", "symbols", "figure", "figures", "fallback" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
75,655,123
294,874,359
3,069
[ "is-unicode-supported" ]
1
3
25
2014-07-10T00:04:05.751Z
2024-03-04T19:16:05.634Z
false
true
>=18
36,841
5
1
1
1
https://github.com/sindresorhus/figures
https://github.com/sindresorhus/figures#readme
https://www.npmjs.com/package/figures
2026-08-03T05:07:32
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
npm-run-path
6.0.0
Get your PATH prepended with locally installed binaries
[ "npm", "run", "path", "package", "bin", "binary", "binaries", "script", "cli", "command-line", "execute", "executable" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
140,356,513
542,027,942
1,706
[ "path-key", "unicorn-magic" ]
2
3
14
2015-12-28T18:54:14.293Z
2024-08-26T08:40:09.963Z
false
true
>=18
8,644
5
1
1
1
https://github.com/sindresorhus/npm-run-path
https://github.com/sindresorhus/npm-run-path#readme
https://www.npmjs.com/package/npm-run-path
2026-08-03T05:07:32
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
cli-cursor
5.0.0
Toggle the CLI cursor
[ "cli", "cursor", "ansi", "toggle", "display", "show", "hide", "term", "terminal", "console", "tty", "shell", "command-line" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
115,625,844
456,627,280
1,733
[ "restore-cursor" ]
1
4
9
2014-08-31T11:48:41.699Z
2024-07-26T14:02:26.439Z
false
true
>=18
4,109
5
1
1
1
https://github.com/sindresorhus/cli-cursor
https://github.com/sindresorhus/cli-cursor#readme
https://www.npmjs.com/package/cli-cursor
2026-08-03T05:07:32
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
tsx
4.23.5
TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files
[ "cli", "runtime", "node", "cjs", "commonjs", "esm", "typescript", "typescript runner" ]
MIT
GitHub Actions
[ "hirokiosame" ]
1
82,933,635
332,607,711
3,780
[ "esbuild" ]
1
0
132
2015-08-20T01:25:39.249Z
2026-08-02T23:18:23.865Z
false
false
>=18.0.0
527,459
50
1
1
1
https://github.com/privatenumber/tsx
https://tsx.hirok.io
https://www.npmjs.com/package/tsx
2026-08-03T05:07:33
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
@inquirer/core
11.2.1
Core Inquirer prompt API
[ "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generate", "generator", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "menu", "node", "nodejs", "prompt", "promptly", "prompts", "question", ...
MIT
sboudrias
[ "sboudrias", "mischah" ]
2
50,024,197
204,071,772
412
[ "@inquirer/ansi", "@inquirer/figures", "@inquirer/type", "cli-width", "fast-wrap-ansi", "mute-stream", "signal-exit" ]
7
4
122
2019-06-20T04:52:52.744Z
2026-05-29T21:56:35.406Z
false
false
>=23.5.0 || ^22.13.0 || ^20.17.0
58,874
39
1
1
1
https://github.com/SBoudrias/Inquirer.js
https://github.com/SBoudrias/Inquirer.js/blob/main/packages/core/README.md
https://www.npmjs.com/package/@inquirer/core
2026-08-03T05:07:33
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
log-symbols
7.0.1
Colored symbols for various log levels. Example: `✔︎ Success`
[ "unicode", "cli", "cmd", "command-line", "characters", "symbol", "symbols", "figure", "figures", "fallback", "windows", "log", "logging", "terminal", "stdout" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
92,077,257
365,239,650
5,791
[ "is-unicode-supported", "yoctocolors" ]
2
4
14
2014-07-10T00:55:11.397Z
2025-10-13T17:09:28.506Z
false
true
>=18
4,396
8
1
1
1
https://github.com/sindresorhus/log-symbols
https://github.com/sindresorhus/log-symbols#readme
https://www.npmjs.com/package/log-symbols
2026-08-03T05:07:33
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
inquirer
14.0.2
A collection of common interactive command line user interfaces.
[ "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generate", "generator", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "menu", "node", "nodejs", "prompt", "promptly", "prompts", "question", ...
MIT
sboudrias
[ "sboudrias", "mischah", "ruyadorno" ]
3
49,494,569
197,970,293
103,840
[ "@inquirer/ansi", "@inquirer/core", "@inquirer/prompts", "@inquirer/type", "mute-stream", "run-async" ]
6
4
236
2013-05-19T20:15:49.971Z
2026-05-31T17:42:44.955Z
false
false
>=23.5.0 || ^22.13.0 || ^20.17.0
60,358
11
1
1
1
https://github.com/SBoudrias/Inquirer.js
https://github.com/SBoudrias/Inquirer.js/blob/main/packages/inquirer/README.md
https://www.npmjs.com/package/inquirer
2026-08-03T05:07:33
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
kleur
4.1.5
The fastest Node.js library for formatting terminal text with ANSI colors~!
[ "ansi", "cli", "color", "colors", "console", "terminal" ]
MIT
lukeed
[ "lukeed" ]
1
90,506,663
339,920,733
4,028
[]
0
2
21
2018-07-08T19:42:17.649Z
2023-07-09T22:07:55.660Z
false
true
>=6
20,250
9
1
1
1
https://github.com/lukeed/kleur
https://github.com/lukeed/kleur#readme
https://www.npmjs.com/package/kleur
2026-08-03T05:07:33
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
yn
5.1.0
Parse yes/no like values
[ "yn", "yes", "no", "cli", "prompt", "validate", "input", "answer", "true", "false", "parse", "lenient" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
44,701,550
181,473,890
4,368
[]
0
3
11
2014-08-06T23:45:19.192Z
2025-08-22T08:54:54.461Z
false
true
^12.20.0 || ^14.13.1 || >=16.0.0
6,134
6
1
1
1
https://github.com/sindresorhus/yn
https://github.com/sindresorhus/yn#readme
https://www.npmjs.com/package/yn
2026-08-03T05:07:34
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
@inquirer/ansi
2.0.7
A lightweight package providing ANSI escape sequences for terminal cursor manipulation and screen clearing.
[ "ansi", "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generate", "generator", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "menu", "node", "nodejs", "prompt", "promptly", "prompts", "que...
MIT
sboudrias
[ "sboudrias", "mischah" ]
2
38,296,489
150,453,203
24
[]
0
2
11
2025-09-14T15:54:43.248Z
2026-05-29T21:56:33.908Z
false
false
>=23.5.0 || ^22.13.0 || ^20.17.0
5,737
5
1
1
1
https://github.com/SBoudrias/Inquirer.js
https://github.com/SBoudrias/Inquirer.js/blob/main/packages/ansi/README.md
https://www.npmjs.com/package/@inquirer/ansi
2026-08-03T05:07:34
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
ora
9.4.1
Elegant terminal spinner
[ "cli", "spinner", "spinners", "terminal", "term", "console", "ascii", "unicode", "loading", "indicator", "progress", "busy", "wait", "idle" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
83,531,047
324,865,095
46,367
[ "chalk", "cli-cursor", "cli-spinners", "is-interactive", "is-unicode-supported", "log-symbols", "stdin-discarder", "string-width" ]
8
5
57
2016-03-03T18:47:04.266Z
2026-06-22T12:24:49.363Z
false
true
>=20
40,673
5
1
1
1
https://github.com/sindresorhus/ora
https://github.com/sindresorhus/ora#readme
https://www.npmjs.com/package/ora
2026-08-03T05:07:34
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
cli-spinners
3.4.0
Spinners for use in the terminal
[ "cli", "spinner", "spinners", "terminal", "term", "console", "ascii", "unicode", "loading", "indicator", "progress", "busy", "wait", "idle", "json" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
72,001,235
283,960,010
2,427
[]
0
5
30
2016-03-03T18:21:35.618Z
2026-01-13T15:09:46.375Z
false
true
>=18.20
33,914
6
1
1
1
https://github.com/sindresorhus/cli-spinners
https://github.com/sindresorhus/cli-spinners#readme
https://www.npmjs.com/package/cli-spinners
2026-08-03T05:07:34
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
@inquirer/confirm
6.1.1
Inquirer confirm prompt
[ "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generate", "generator", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "menu", "node", "nodejs", "prompt", "promptly", "prompts", "question", ...
MIT
sboudrias
[ "sboudrias", "mischah" ]
2
47,074,837
191,401,086
337
[ "@inquirer/core", "@inquirer/type" ]
2
2
122
2019-06-20T04:53:02.051Z
2026-05-29T21:56:36.814Z
false
false
>=23.5.0 || ^22.13.0 || ^20.17.0
6,874
5
1
1
1
https://github.com/SBoudrias/Inquirer.js
https://github.com/SBoudrias/Inquirer.js/blob/main/packages/confirm/README.md
https://www.npmjs.com/package/@inquirer/confirm
2026-08-03T05:07:34
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
@inquirer/type
4.0.7
Inquirer core TS types
[ "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generate", "generator", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "menu", "node", "nodejs", "prompt", "promptly", "prompts", "question", ...
MIT
sboudrias
[ "sboudrias", "mischah" ]
2
54,849,359
222,789,095
81
[]
0
2
49
2022-10-06T21:03:06.978Z
2026-05-29T21:56:33.935Z
false
false
>=23.5.0 || ^22.13.0 || ^20.17.0
5,117
8
1
1
1
https://github.com/SBoudrias/Inquirer.js
https://github.com/SBoudrias/Inquirer.js#readme
https://www.npmjs.com/package/@inquirer/type
2026-08-03T05:07:35
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
jake
12.10.1
JavaScript build tool, similar to Make or Rake
[ "build", "cli", "make", "rake" ]
Apache-2.0
mde
[ "ondrej", "danfinlay", "benng", "mde" ]
4
30,216,831
123,344,434
359
[ "async", "filelist", "picocolors" ]
3
6
172
2011-03-26T22:06:58.184Z
2026-05-25T23:28:25.498Z
false
false
>=10
182,965
52
1
1
1
https://github.com/jakejs/jake
https://github.com/jakejs/jake#readme
https://www.npmjs.com/package/jake
2026-08-03T05:07:35
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
enquirer
2.4.1
Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
[ "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generator", "generate", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "node", "nodejs", "prompt", "prompts", "promptly", "question", "readline"...
MIT
jonschlinkert
[ "jonschlinkert", "doowb" ]
2
33,216,972
130,661,565
4,184
[ "ansi-colors", "strip-ansi" ]
2
8
37
2016-08-21T22:14:49.116Z
2023-07-28T12:26:30.830Z
false
true
>=8.6
188,681
47
1
1
1
https://github.com/enquirer/enquirer
https://github.com/enquirer/enquirer
https://www.npmjs.com/package/enquirer
2026-08-03T05:07:35
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
next
16.2.12
The React Framework
[ "react", "framework", "nextjs", "web", "server", "node", "front-end", "backend", "cli", "vercel" ]
MIT
GitHub Actions
[ "vercel-release-bot", "matt.straka", "matheuss", "zeit-bot" ]
4
54,885,104
205,483,306
61,005
[ "@next/env", "@swc/helpers", "baseline-browser-mapping", "caniuse-lite", "postcss", "styled-jsx" ]
6
0
null
null
2026-07-25T20:45:53.940Z
false
true
>=20.9.0
155,398,744
8,094
1
1
1
https://github.com/vercel/next.js
https://nextjs.org
https://www.npmjs.com/package/next
2026-08-03T05:07:36
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
@inquirer/input
5.1.2
Inquirer input text prompt
[ "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generate", "generator", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "menu", "node", "nodejs", "prompt", "promptly", "prompts", "question", ...
MIT
sboudrias
[ "sboudrias", "mischah" ]
2
28,815,195
115,691,214
383
[ "@inquirer/core", "@inquirer/type" ]
2
2
121
2019-06-20T04:52:57.448Z
2026-05-31T17:42:35.457Z
false
false
>=23.5.0 || ^22.13.0 || ^20.17.0
12,333
5
1
1
1
https://github.com/SBoudrias/Inquirer.js
https://github.com/SBoudrias/Inquirer.js/blob/main/packages/input/README.md
https://www.npmjs.com/package/@inquirer/input
2026-08-03T05:07:36
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
meow
14.1.0
CLI app helper
[ "cli", "bin", "util", "utility", "helper", "argv", "command", "line", "meow", "cat", "kitten", "parser", "option", "flags", "input", "cmd", "console" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
41,842,910
171,004,057
7,615
[]
0
29
46
2013-01-24T03:46:08.917Z
2026-02-20T10:30:43.974Z
false
false
>=20
410,886
11
1
1
1
https://github.com/sindresorhus/meow
https://github.com/sindresorhus/meow#readme
https://www.npmjs.com/package/meow
2026-08-03T05:07:36
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
listr2
11.0.0
Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
[ "listr", "listr2", "cli", "task", "list", "tasklist", "terminal", "term", "console", "ascii", "unicode", "loading", "indicator", "progress", "busy", "wait", "idle" ]
MIT
cenk1cenk2
[ "cenk1cenk2" ]
1
44,427,702
185,003,597
897
[ "cli-truncate", "log-update", "wrap-ansi" ]
3
3
262
2020-02-29T23:09:10.926Z
2026-07-21T21:57:27.768Z
false
true
>=22.13.0
136,874
5
1
1
1
https://github.com/listr2/listr2
https://github.com/listr2/listr2#readme
https://www.npmjs.com/package/listr2
2026-08-03T05:07:36
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
@inquirer/figures
2.0.7
Vendored version of figures, for CJS compatibility
[ "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generate", "generator", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "menu", "node", "nodejs", "prompt", "promptly", "prompts", "question", ...
MIT
sboudrias
[ "sboudrias", "mischah" ]
2
47,440,993
192,936,102
74
[]
0
3
24
2024-04-12T18:41:22.403Z
2026-05-29T21:56:34.001Z
false
false
>=23.5.0 || ^22.13.0 || ^20.17.0
19,970
4
1
1
1
https://github.com/SBoudrias/Inquirer.js
https://github.com/SBoudrias/Inquirer.js#readme
https://www.npmjs.com/package/@inquirer/figures
2026-08-03T05:07:36
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
@inquirer/select
5.2.1
Inquirer select/list prompt
[ "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generate", "generator", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "menu", "node", "nodejs", "prompt", "promptly", "prompts", "question", ...
MIT
sboudrias
[ "sboudrias", "mischah" ]
2
31,982,590
127,328,086
580
[ "@inquirer/ansi", "@inquirer/core", "@inquirer/figures", "@inquirer/type" ]
4
2
124
2019-06-20T04:52:58.875Z
2026-05-29T21:56:37.046Z
false
false
>=23.5.0 || ^22.13.0 || ^20.17.0
17,549
5
1
1
1
https://github.com/SBoudrias/Inquirer.js
https://github.com/SBoudrias/Inquirer.js/blob/main/packages/select/README.md
https://www.npmjs.com/package/@inquirer/select
2026-08-03T05:07:37
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
cli-truncate
6.1.1
Truncate a string to a specific width in the terminal
[ "truncate", "ellipsis", "text", "limit", "slice", "cli", "terminal", "term", "shell", "width", "ansi", "string" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
53,079,064
212,153,422
455
[ "slice-ansi", "string-width" ]
2
3
18
2016-03-11T08:53:03.286Z
2026-07-09T15:40:06.660Z
false
true
>=22
14,261
5
1
1
1
https://github.com/sindresorhus/cli-truncate
https://github.com/sindresorhus/cli-truncate#readme
https://www.npmjs.com/package/cli-truncate
2026-08-03T05:07:37
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
ansi-colors
4.1.3
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
[ "256", "ansi", "bgblack", "bgBlack", "bgblue", "bgBlue", "bgcyan", "bgCyan", "bggreen", "bgGreen", "bgmagenta", "bgMagenta", "bgred", "bgRed", "bgwhite", "bgWhite", "bgyellow", "bgYellow", "black", "blue", "bold", "cli", "clorox", "color", "colors", "colour", "com...
MIT
jonschlinkert
[ "jonschlinkert", "doowb" ]
2
57,605,657
223,663,711
2,546
[]
0
5
29
2015-11-30T17:41:48.492Z
2023-07-07T03:58:56.931Z
false
true
>=6
26,143
6
1
1
1
https://github.com/doowb/ansi-colors
https://github.com/doowb/ansi-colors
https://www.npmjs.com/package/ansi-colors
2026-08-03T05:07:37
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
ansis
4.3.1
ANSI color lib
[ "ansi", "colors", "cli" ]
ISC
webdiscus
[ "webdiscus" ]
1
40,030,653
170,226,596
561
[]
0
0
124
2021-12-24T18:53:24.354Z
2026-05-31T16:36:16.379Z
false
true
>=14
5,694
6
1
1
1
https://github.com/webdiscus/ansis
https://github.com/webdiscus/ansis#readme
https://www.npmjs.com/package/ansis
2026-08-03T05:07:37
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
consola
3.4.2
Elegant Console Wrapper
[ "console", "logger", "reporter", "elegant", "cli", "universal", "unified", "prompt", "clack", "format", "error", "stacktrace" ]
MIT
pi0
[ "atinux", "pi0" ]
2
53,198,516
220,449,909
4,536
[]
0
15
93
2018-03-31T15:48:17.828Z
2025-03-18T10:17:43.760Z
false
true
^14.18.0 || >=16.10.0
321,586
39
1
1
1
https://github.com/unjs/consola
https://github.com/unjs/consola#readme
https://www.npmjs.com/package/consola
2026-08-03T05:07:37
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
prompts
2.4.2
Lightweight, beautiful and user-friendly prompts
[ "ui", "prompts", "cli", "prompt", "interface", "command-line", "input", "command", "stdin", "menu", "ask", "interact" ]
MIT
terkelg
[ "terkelg" ]
1
55,312,355
214,386,676
13,759
[ "kleur", "sisteransi" ]
2
6
36
2018-02-18T20:55:09.802Z
2023-10-21T01:41:35.063Z
false
false
>= 6
186,815
68
1
1
1
https://github.com/terkelg/prompts
https://github.com/terkelg/prompts#readme
https://www.npmjs.com/package/prompts
2026-08-03T05:07:38
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
import-local
3.2.0
Let a globally installed package use a locally installed version of itself if available
[ "import", "local", "require", "resolve", "global", "version", "prefer", "cli" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
49,216,509
192,549,820
2,512
[ "pkg-dir", "resolve-cwd" ]
2
5
10
2017-05-04T17:59:50.343Z
2024-07-22T10:56:48.819Z
false
true
>=8
4,730
6
1
1
1
https://github.com/sindresorhus/import-local
https://github.com/sindresorhus/import-local#readme
https://www.npmjs.com/package/import-local
2026-08-03T05:07:38
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
yoctocolors
2.2.0
The smallest and fastest command-line coloring package on the internet
[ "color", "colour", "colors", "terminal", "console", "cli", "string", "ansi", "style", "styles", "tty", "formatting", "shell", "xterm", "log", "logging", "command-line", "text" ]
MIT
sindresorhus
[ "sindresorhus" ]
1
31,486,865
114,911,722
250
[]
0
11
11
2021-10-01T07:35:03.760Z
2026-07-26T13:39:36.121Z
false
true
>=18
13,519
7
1
1
1
https://github.com/sindresorhus/yoctocolors
https://github.com/sindresorhus/yoctocolors#readme
https://www.npmjs.com/package/yoctocolors
2026-08-03T05:07:38
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
progress
2.0.3
Flexible ascii progress bar
[ "cli", "progress" ]
MIT
turbopope
[ "thebigredgeek", "tjholowaychuk", "thejameskyle", "prezjordan", "turbopope" ]
5
46,158,525
189,474,894
4,700
[]
0
0
20
2011-04-20T20:06:39.604Z
2025-06-03T10:46:21.914Z
false
false
>=0.4.0
15,499
7
1
1
1
https://github.com/visionmedia/node-progress
https://github.com/visionmedia/node-progress#readme
https://www.npmjs.com/package/progress
2026-08-03T05:07:38
IZTkxtw3vhjMKF3kI
nHvNDMhLAMmkZZPHP
chai
6.2.2
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
[ "test", "assertion", "assert", "testing", "chai" ]
MIT
GitHub Actions
[ "chaijs" ]
1
103,306,063
396,256,526
10,619
[]
0
18
110
2011-12-07T06:53:41.352Z
2026-01-13T14:19:15.956Z
false
false
>=18
146,636
7
1
1
1
https://github.com/chaijs/chai
http://chaijs.com
https://www.npmjs.com/package/chai
2026-08-03T11:06:19
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
expect-type
1.4.0
[![CI](https://github.com/mmkal/expect-type/actions/workflows/ci.yml/badge.svg)](https://github.com/mmkal/expect-type/actions/workflows/ci.yml) ![npm](https://img.shields.io/npm/dt/expect-type) [![X Follow](https://img.shields.io/twitter/follow/mmkal)](ht
[ "typescript", "type-check", "assert", "types", "typings", "test", "testing" ]
Apache-2.0
mmkale
[ "mmkale" ]
1
75,522,882
283,897,356
49
[]
0
12
63
2020-03-03T03:02:44.461Z
2026-06-25T13:41:23.735Z
false
true
>=12.0.0
138,163
14
1
1
1
https://github.com/mmkal/expect-type
https://github.com/mmkal/expect-type#readme
https://www.npmjs.com/package/expect-type
2026-08-03T11:06:19
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
deep-eql
5.0.2
Improved deep equality testing for Node.js and the browser.
[ "chai util", "deep equal", "object equal", "testing" ]
MIT
chaijs
[ "chaijs" ]
1
53,362,759
206,765,030
445
[]
0
14
23
2013-09-18T15:48:42.366Z
2024-06-05T15:04:41.621Z
false
false
>=6
23,888
4
1
1
1
ssh://git@github.com/chaijs/deep-eql
https://github.com/chaijs/deep-eql#readme
https://www.npmjs.com/package/deep-eql
2026-08-03T11:06:20
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
jest-cli
30.4.2
Delightful JavaScript Testing.
[ "ava", "babel", "coverage", "easy", "expect", "facebook", "immersive", "instant", "jasmine", "jest", "jsdom", "mocha", "mocking", "painless", "qunit", "runner", "sandboxed", "snapshot", "tap", "tape", "test", "testing", "typescript", "watch" ]
MIT
simenb
[ "aaronabramov", "simenb", "rickhanlonii", "openjs-operations", "cpojer" ]
5
45,769,612
179,745,197
1,473
[ "@jest/core", "@jest/test-result", "@jest/types", "chalk", "exit-x", "import-local", "jest-config", "jest-util", "jest-validate", "yargs" ]
10
1
416
2014-03-25T18:16:52.980Z
2026-05-09T00:31:19.234Z
false
true
^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0
35,334
7
1
1
1
https://github.com/jestjs/jest
https://jestjs.io/
https://www.npmjs.com/package/jest-cli
2026-08-03T11:06:20
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
axe-core
4.12.1
Accessibility engine for automated Web UI testing
[ "Accessibility", "a11y", "testing", "unit", "tdd", "bdd", "axe" ]
MPL-2.0
GitHub Actions
[ "dylanb", "wilcofiers", "dqlabs", "npmdeque" ]
4
63,925,078
240,537,905
1,075
[]
0
64
1,584
2015-06-08T14:56:56.706Z
2026-07-30T22:29:52.388Z
false
true
>=4
3,023,260
29
1
1
1
https://github.com/dequelabs/axe-core
https://www.deque.com/axe/
https://www.npmjs.com/package/axe-core
2026-08-03T11:06:20
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@testing-library/react
16.3.2
Simple and complete React DOM testing utilities that encourage good testing practices.
[ "testing", "react", "ui", "dom", "jsdom", "unit", "integration", "functional", "end-to-end", "e2e" ]
MIT
GitHub Actions
[ "testing-library-bot", "kentcdodds", "timdeschryver", "patrickhulce", "dfcook", "gpx", "mpeyper", "mihar-22", "pago", "cmckinstry", "thymikee", "brrianalexis", "jdecroock", "mdjastrzebski", "eps1lon", "phryneas", "matanbobi" ]
17
51,586,049
198,848,438
20,604
[ "@babel/runtime" ]
1
13
122
2019-05-30T17:36:28.974Z
2026-01-19T10:59:08.691Z
false
true
>=18
336,758
25
1
1
1
https://github.com/testing-library/react-testing-library
https://github.com/testing-library/react-testing-library#readme
https://www.npmjs.com/package/@testing-library/react
2026-08-03T11:06:20
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@testing-library/dom
10.4.1
Simple and complete DOM testing utilities that encourage good testing practices.
[ "testing", "ui", "dom", "jsdom", "unit", "integration", "functional", "end-to-end", "e2e" ]
MIT
testing-library-bot
[ "testing-library-bot", "kentcdodds", "timdeschryver", "patrickhulce", "dfcook", "gpx", "mpeyper", "mihar-22", "pago", "cmckinstry", "thymikee", "brrianalexis", "jdecroock", "mdjastrzebski", "eps1lon", "phryneas", "matanbobi" ]
17
58,859,318
231,356,848
916
[ "@babel/code-frame", "@babel/runtime", "@types/aria-query", "aria-query", "dom-accessibility-api", "lz-string", "picocolors", "pretty-format" ]
8
9
229
2019-05-30T17:14:48.611Z
2025-12-13T20:20:47.802Z
false
true
>=18
2,426,344
51
1
1
1
https://github.com/testing-library/dom-testing-library
https://github.com/testing-library/dom-testing-library#readme
https://www.npmjs.com/package/@testing-library/dom
2026-08-03T11:06:20
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@testing-library/jest-dom
7.0.0
Custom jest matchers to test the state of the DOM
[ "testing", "dom", "jest", "jsdom" ]
MIT
GitHub Actions
[ "brrianalexis", "cmckinstry", "dfcook", "eps1lon", "gpx", "jdecroock", "kentcdodds", "matanbobi", "mdjastrzebski", "mihar-22", "mpeyper", "pago", "patrickhulce", "phryneas", "testing-library-bot", "thymikee", "timdeschryver" ]
17
58,288,867
223,938,746
20,162
[ "@adobe/css-tools", "aria-query", "css.escape", "dom-accessibility-api", "picocolors", "redent" ]
6
15
84
2019-07-08T15:45:53.843Z
2026-07-20T19:10:46.254Z
false
true
>=22
331,770
38
1
1
1
https://github.com/testing-library/jest-dom
https://github.com/testing-library/jest-dom#readme
https://www.npmjs.com/package/@testing-library/jest-dom
2026-08-03T11:06:21
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
fast-check
4.9.0
Property based testing framework for JavaScript (like QuickCheck)
[ "property-based testing", "end-to-end testing", "unit testing", "testing", "quickcheck", "faker", "fuzzer", "fuzz", "jest", "vitest", "random" ]
MIT
GitHub Actions
[ "ndubien" ]
1
30,348,858
115,778,041
175
[ "pure-rand" ]
1
8
209
2017-12-28T00:35:00.625Z
2026-07-08T21:33:03.350Z
false
true
>=12.17.0
1,434,269
11
1
1
1
https://github.com/dubzzz/fast-check
https://fast-check.dev/
https://www.npmjs.com/package/fast-check
2026-08-03T11:06:21
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@jest/core
30.4.2
Delightful JavaScript Testing.
[ "ava", "babel", "coverage", "easy", "expect", "facebook", "immersive", "instant", "jasmine", "jest", "jsdom", "mocha", "mocking", "painless", "qunit", "runner", "sandboxed", "snapshot", "tap", "tape", "test", "testing", "typescript", "watch" ]
MIT
simenb
[ "aaronabramov", "simenb", "rickhanlonii", "openjs-operations", "cpojer" ]
5
45,311,142
178,195,311
45
[ "@jest/console", "@jest/pattern", "@jest/reporters", "@jest/test-result", "@jest/transform", "@jest/types", "@types/node", "ansi-escapes", "chalk", "ci-info", "exit-x", "fast-json-stable-stringify", "graceful-fs", "jest-changed-files", "jest-config", "jest-haste-map", "jest-message-u...
28
3
169
2019-03-05T14:59:10.507Z
2026-05-09T00:31:17.294Z
false
true
^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0
146,404
6
1
1
1
https://github.com/jestjs/jest
https://jestjs.io/
https://www.npmjs.com/package/@jest/core
2026-08-03T11:06:21
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@testing-library/user-event
14.6.1
Fire events the same way the user does
[ "react-testing-library", "dom-testing-library", "react", "testing" ]
MIT
testing-library-bot
[ "testing-library-bot", "kentcdodds", "timdeschryver", "patrickhulce", "dfcook", "gpx", "mpeyper", "mihar-22", "pago", "cmckinstry", "thymikee", "brrianalexis", "jdecroock", "mdjastrzebski", "eps1lon", "phryneas", "matanbobi" ]
17
45,303,545
174,848,117
19,691
[]
0
30
201
2019-06-06T08:10:44.978Z
2025-12-13T20:20:52.868Z
false
true
>=12
437,874
308
1
1
1
https://github.com/testing-library/user-event
https://github.com/testing-library/user-event#readme
https://www.npmjs.com/package/@testing-library/user-event
2026-08-03T11:06:21
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
memfs
4.64.0
In-memory file-system with Node's fs API.
[ "fs", "filesystem", "fs.js", "memory-fs", "memfs", "file", "file system", "mount", "memory", "in-memory", "virtual", "test", "testing", "mock", "fsa", "file system access", "native file system", "webfs", "crudfs", "opfs", "casfs", "content addressable storage" ]
Apache-2.0
GitHub Actions
[ "streamich" ]
1
38,986,928
146,042,479
836
[ "@jsonjoy.com/fs-core", "@jsonjoy.com/fs-fsa", "@jsonjoy.com/fs-node", "@jsonjoy.com/fs-node-builtins", "@jsonjoy.com/fs-node-to-fsa", "@jsonjoy.com/fs-node-utils", "@jsonjoy.com/fs-print", "@jsonjoy.com/fs-snapshot", "@jsonjoy.com/json-pack", "@jsonjoy.com/util", "glob-to-regex.js", "thingies...
14
27
243
2015-06-15T21:28:57.055Z
2026-07-08T12:32:53.717Z
false
true
null
64,753
30
1
1
1
https://github.com/streamich/memfs
https://github.com/streamich/memfs
https://www.npmjs.com/package/memfs
2026-08-03T11:06:21
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
jest
30.4.2
Delightful JavaScript Testing.
[ "ava", "babel", "coverage", "easy", "expect", "facebook", "immersive", "instant", "jasmine", "jest", "jsdom", "mocha", "mocking", "painless", "qunit", "runner", "sandboxed", "snapshot", "tap", "tape", "test", "testing", "typescript", "watch" ]
MIT
simenb
[ "aaronabramov", "simenb", "rickhanlonii", "openjs-operations", "cpojer" ]
5
46,409,429
174,503,656
13,372
[ "@jest/core", "@jest/types", "import-local", "jest-cli" ]
4
0
380
2012-02-22T15:25:44.365Z
2026-05-09T00:31:21.174Z
false
true
^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0
6,698
7
1
1
1
https://github.com/jestjs/jest
https://jestjs.io/
https://www.npmjs.com/package/jest
2026-08-03T11:06:22
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@mswjs/interceptors
0.42.3
Low-level network interception library for Node.js.
[ "request", "intercept", "http", "https", "xmlhttprequest", "xhr", "fetch", "low-level", "mock", "spy", "testing" ]
MIT
GitHub Actions
[ "kettanaito" ]
1
22,043,566
83,704,070
103
[ "@open-draft/until", "@types/debug", "debug", "is-node-process", "outvariant", "rettime" ]
6
40
197
2021-03-22T19:32:40.506Z
2026-07-24T08:48:24.870Z
false
true
>=22
1,539,273
178
1
1
1
https://github.com/mswjs/interceptors
https://github.com/mswjs/interceptors#readme
https://www.npmjs.com/package/@mswjs/interceptors
2026-08-03T11:06:22
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
ts-jest
29.4.12
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
[ "jest", "typescript", "sourcemap", "react", "testing" ]
MIT
GitHub Actions
[ "kul", "anhpnnd", "tsjest" ]
3
27,226,032
106,291,217
3,722
[ "bs-logger", "fast-json-stable-stringify", "handlebars", "json5", "lodash.memoize", "make-error", "semver", "type-fest", "yargs-parser" ]
9
46
218
2016-08-31T07:36:04.630Z
2026-07-22T07:47:19.655Z
false
true
^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0
326,054
100
1
1
1
https://github.com/kulshekhar/ts-jest
https://kulshekhar.github.io/ts-jest
https://www.npmjs.com/package/ts-jest
2026-08-03T11:06:22
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
msw
2.15.0
Seamless REST/GraphQL API mocking library for browser and Node.js.
[ "api", "mock", "mocking", "worker", "prototype", "server", "service", "handler", "testing", "front-end", "back-end" ]
MIT
GitHub Actions
[ "kettanaito" ]
1
19,719,368
78,585,911
497
[ "@inquirer/confirm", "@mswjs/interceptors", "@open-draft/deferred-promise", "@types/statuses", "cookie", "graphql", "headers-polyfill", "is-node-process", "outvariant", "path-to-regexp", "picocolors", "rettime", "statuses", "strict-event-emitter", "tough-cookie", "type-fest", "until-...
18
44
337
2018-11-18T22:25:58.733Z
2026-07-08T01:43:07.769Z
false
true
>=18
6,048,017
670
1
1
1
https://github.com/mswjs/msw
https://mswjs.io
https://www.npmjs.com/package/msw
2026-08-03T11:06:22
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
supertest
7.2.2
SuperAgent driven library for testing HTTP servers
[ "bdd", "http", "request", "superagent", "tdd", "test", "testing" ]
MIT
titanism
[ "defunctzombie", "kof", "mikelax", "niftylettuce", "titanism", "tjholowaychuk" ]
6
17,092,423
63,928,120
2,488
[ "cookie-signature", "methods", "superagent" ]
3
14
77
2012-06-26T22:08:49.934Z
2026-01-06T09:29:48.496Z
false
false
>=14.18.0
45,668
8
1
1
1
https://github.com/ladjs/supertest
https://github.com/ladjs/supertest#readme
https://www.npmjs.com/package/supertest
2026-08-03T11:06:22
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
mocha
11.8.0
simple, flexible, fun test framework
[ "mocha", "test", "bdd", "tdd", "tap", "testing", "chai", "assertion", "ava", "jest", "tape", "jasmine", "karma" ]
MIT
GitHub Actions
[ "joshuakgoldberg", "mark-wiemer" ]
2
15,011,086
57,107,360
11,210
[ "browser-stdout", "chokidar", "debug", "diff", "escape-string-regexp", "find-up", "glob", "he", "is-path-inside", "js-yaml", "log-symbols", "minimatch", "ms", "picocolors", "serialize-javascript", "strip-json-comments", "supports-color", "workerpool", "yargs", "yargs-parser", ...
21
62
246
2011-11-08T23:08:55.982Z
2026-08-02T19:20:37.192Z
false
false
^18.18.0 || ^20.9.0 || >=21.1.0
2,326,466
70
1
1
1
https://github.com/mochajs/mocha
https://mochajs.org/
https://www.npmjs.com/package/mocha
2026-08-03T11:06:23
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
sinon
22.1.0
JavaScript test spies, stubs and mocks.
[ "sinon", "test", "testing", "unit", "stub", "spy", "fake", "time", "clock", "mock", "xhr", "assert" ]
BSD-3-Clause
mrgnrdrck
[ "fatso83", "cjohansen", "mantoni", "mrgnrdrck" ]
4
11,935,400
47,615,772
3,967
[ "@sinonjs/commons", "@sinonjs/fake-timers", "@sinonjs/samsam", "diff" ]
4
28
221
2010-12-20T21:03:03.526Z
2026-07-20T17:59:28.664Z
false
false
null
2,520,767
48
1
1
1
https://github.com/sinonjs/sinon
https://sinonjs.org/
https://www.npmjs.com/package/sinon
2026-08-03T11:06:23
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
nise
6.1.5
Fake XHR and server
[ "test", "testing", "fake", "mock", "xhr", "server" ]
BSD-3-Clause
fatso83
[ "fatso83", "cjohansen", "mantoni", "mrgnrdrck" ]
4
8,005,502
32,534,622
34
[ "@sinonjs/commons", "@sinonjs/fake-timers", "just-extend", "path-to-regexp" ]
4
16
63
2017-07-10T19:34:38.428Z
2026-04-11T16:53:28.711Z
false
false
null
287,014
16
1
1
1
ssh://git@github.com/sinonjs/nise
https://github.com/sinonjs/nise#readme
https://www.npmjs.com/package/nise
2026-08-03T11:06:23
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
cypress
15.19.0
Cypress is a next generation front end testing tool built for the modern web
[ "automation", "browser", "cypress", "cypress.io", "e2e", "end-to-end", "integration", "component", "mocks", "runner", "spies", "stubs", "test", "testing" ]
MIT
cypress-npm-publisher
[ "cypress-npm-publisher", "brian-mann" ]
2
7,603,573
29,933,826
587
[ "@cypress/request", "@cypress/xvfb", "@types/sinonjs__fake-timers", "@types/sizzle", "@types/tmp", "arch", "blob-util", "bluebird", "buffer", "cachedir", "chalk", "ci-info", "cli-table3", "commander", "common-tags", "dayjs", "debug", "eventemitter2", "execa", "executable", "f...
39
0
287
2014-03-09T01:07:35.219Z
2026-07-21T17:42:41.830Z
false
true
^20.1.0 || ^22.0.0 || >=24.0.0
4,476,744
835
1
1
1
https://github.com/cypress-io/cypress
https://cypress.io
https://www.npmjs.com/package/cypress
2026-08-03T11:06:23
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
query-selector-shadow-dom
1.0.1
use querySelector syntax to search for nodes inside of (nested) shadow roots
[ "webcomponents", "puppeteer", "playwright", "automation", "queryselector", "shadowdom", "web-components", "testing", "webdriver", "protractor", "selenium", "webdriverio", "codeceptjs" ]
MIT
georgegriff
[ "georgegriff" ]
1
10,542,505
39,142,888
55
[]
0
24
34
2018-07-02T00:26:54.300Z
2022-11-17T18:31:49.814Z
false
false
null
310,934
14
1
1
1
https://github.com/webdriverio/query-selector-shadow-dom
https://github.com/webdriverio/query-selector-shadow-dom#readme
https://www.npmjs.com/package/query-selector-shadow-dom
2026-08-03T11:06:23
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
nyc
18.0.0
the Istanbul command line interface
[ "coverage", "reporter", "subprocess", "testing" ]
ISC
bcoe
[ "isaacs", "bcoe", "coreyfarrell" ]
3
8,978,494
34,051,324
1,371
[ "@istanbuljs/load-nyc-config", "@istanbuljs/schema", "caching-transform", "convert-source-map", "decamelize", "find-cache-dir", "find-up", "foreground-child", "get-package-type", "glob", "istanbul-lib-coverage", "istanbul-lib-hook", "istanbul-lib-instrument", "istanbul-lib-processinfo", ...
27
9
166
2015-05-09T04:34:33.490Z
2026-02-25T04:02:38.783Z
false
false
20 || >=22
57,486
20
1
1
1
ssh://git@github.com/istanbuljs/nyc
https://istanbul.js.org/
https://www.npmjs.com/package/nyc
2026-08-03T11:06:24
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@axe-core/playwright
4.12.1
Provides a method to inject and analyze web pages using axe
[ "a11y", "unit", "testing", "tdd", "bdd", "accessibility", "axe", "playwright", "axe-core" ]
MPL-2.0
GitHub Actions
[ "dqlabs", "wilcofiers", "dylanb", "npmdeque", "stephendeque" ]
5
7,845,549
26,341,077
170
[ "axe-core" ]
1
12
501
2021-06-02T15:18:16.053Z
2026-07-27T11:55:08.450Z
false
true
null
47,180
7
1
1
1
https://github.com/dequelabs/axe-core-npm
https://github.com/dequelabs/axe-core-npm#readme
https://www.npmjs.com/package/@axe-core/playwright
2026-08-03T11:06:24
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
eslint-plugin-testing-library
7.16.2
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
[ "eslint", "eslintplugin", "eslint-plugin", "lint", "testing-library", "testing" ]
MIT
GitHub Actions
[ "belco", "testing-library-bot" ]
2
8,619,444
32,585,716
1,378
[ "@typescript-eslint/scope-manager", "@typescript-eslint/utils" ]
2
29
217
2019-10-02T07:22:16.941Z
2026-03-24T11:40:47.496Z
false
true
^18.18.0 || ^20.9.0 || >=21.1.0
439,604
7
1
1
1
https://github.com/testing-library/eslint-plugin-testing-library
https://github.com/testing-library/eslint-plugin-testing-library
https://www.npmjs.com/package/eslint-plugin-testing-library
2026-08-03T11:06:24
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@vitest/browser-playwright
4.1.10
Browser running for Vitest using playwright
[ "browser", "playwright", "component", "mocks", "test", "testing" ]
MIT
GitHub Actions
[ "ariperkkio", "antfu", "hiogawa", "oreanno", "yyx990803" ]
5
6,104,204
23,590,648
19
[ "@vitest/browser", "@vitest/mocker", "tinyrainbow" ]
3
2
49
2025-10-01T14:12:50.042Z
2026-07-24T11:43:53.289Z
false
true
null
49,162
7
1
1
1
https://github.com/vitest-dev/vitest
https://vitest.dev/config/browser/playwright
https://www.npmjs.com/package/@vitest/browser-playwright
2026-08-03T11:06:24
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
testcontainers
12.0.4
Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container
[ "testcontainers", "docker", "testing" ]
MIT
cristianrgreco
[ "cristianrgreco" ]
1
5,589,765
20,862,136
221
[ "@balena/dockerignore", "@types/dockerode", "archiver", "async-lock", "byline", "debug", "docker-compose", "dockerode", "get-port", "proper-lockfile", "properties-reader", "ssh-remote-port-forward", "tar-fs", "tmp", "undici" ]
15
8
297
2018-01-06T18:44:55.254Z
2026-06-29T11:54:35.287Z
false
true
null
255,759
187
1
1
1
https://github.com/testcontainers/testcontainers-node
https://github.com/testcontainers/testcontainers-node#readme
https://www.npmjs.com/package/testcontainers
2026-08-03T11:06:24
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@prisma/dev
0.25.1
A local Prisma Postgres server for development and testing
[ "prisma", "postgres", "accelerate", "local", "development", "dev", "testing" ]
ISC
GitHub Actions
[ "prismabot", "aqrln", "tylerhogarth", "ankur-datta-007" ]
4
6,007,249
22,699,304
4
[ "@electric-sql/pglite", "@electric-sql/pglite-socket", "@electric-sql/pglite-tools", "@prisma/get-platform", "@prisma/query-plan-executor", "@prisma/streams-local", "find-my-way", "foreground-child", "get-port-please", "pathe", "proper-lockfile", "remeda", "std-env", "valibot", "zeptomat...
15
14
843
2025-05-06T20:01:15.548Z
2026-07-30T14:18:34.273Z
false
true
null
19,150,184
82
1
1
1
null
null
https://www.npmjs.com/package/@prisma/dev
2026-08-03T11:06:25
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
jasmine-core
6.3.0
Simple JavaScript testing framework for browsers and node.js
[ "test", "testing", "jasmine", "tdd", "bdd" ]
MIT
sgravrock
[ "slackersoft", "sgravrock", "dwfrank" ]
3
5,539,117
22,044,803
515
[]
0
14
89
2014-01-24T06:35:22.978Z
2026-06-27T16:18:41.163Z
false
false
null
461,026
20
1
1
1
https://github.com/jasmine/jasmine
https://jasmine.github.io
https://www.npmjs.com/package/jasmine-core
2026-08-03T11:06:25
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@appium/types
1.6.0
Various type declarations used across Appium
[ "android", "automation", "firefoxos", "ios", "javascript", "selenium", "testing", "webdriver" ]
Apache-2.0
GitHub Actions
[ "jlipps", "nick.mokhnach", "kazucocoa" ]
3
3,288,691
11,024,737
21
[ "@appium/schema", "type-fest" ]
2
2
76
2022-04-07T23:12:31.719Z
2026-07-25T06:13:00.297Z
false
true
^20.19.0 || ^22.12.0 || >=24.0.0
320,744
119
1
1
1
https://github.com/appium/appium
https://appium.io
https://www.npmjs.com/package/@appium/types
2026-08-03T11:06:25
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@storybook/addon-vitest
10.5.5
Storybook Vitest addon: Blazing fast component testing using stories
[ "storybook", "storybook-addon", "vitest", "testing", "test", "component", "components", "component-testing", "react", "vue", "svelte", "web-components" ]
MIT
GitHub Actions
[ "ndelangen", "shilman", "tmeasday", "ghengeveld", "winkervsbecks", "yannbf", "kylegach", "jreinhold", "kasperpeulen", "valentinpalkovic", "domyen", "storybook-bot" ]
12
4,106,961
15,375,027
10
[ "@storybook/global", "@storybook/icons" ]
2
24
1,186
2025-04-04T09:32:22.947Z
2026-07-31T19:17:47.712Z
false
false
null
427,008
39
1
1
1
https://github.com/storybookjs/storybook
https://github.com/storybookjs/storybook/tree/next/code/addons/vitest
https://www.npmjs.com/package/@storybook/addon-vitest
2026-08-03T11:06:25
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
aws-sdk-client-mock
4.1.0
Easy and powerful mocking of AWS SDK v3 Clients
[ "aws", "aws-sdk", "testing", "mock", "unit-testing", "aws-lambda" ]
MIT
m-radzikowski
[ "m-radzikowski" ]
1
3,273,494
13,098,654
53
[ "@types/sinon", "sinon", "tslib" ]
3
8
39
2021-02-18T11:56:19.811Z
2024-10-15T12:49:34.643Z
false
true
null
93,953
23
1
1
1
https://github.com/m-radzikowski/aws-sdk-client-mock
https://github.com/m-radzikowski/aws-sdk-client-mock
https://www.npmjs.com/package/aws-sdk-client-mock
2026-08-03T11:06:25
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@appium/schema
1.3.0
Appium Configuration Schema
[ "android", "automation", "firefoxos", "ios", "javascript", "selenium", "testing", "webdriver" ]
Apache-2.0
GitHub Actions
[ "jlipps", "nick.mokhnach", "kazucocoa" ]
3
3,122,926
10,959,622
4
[ "json-schema" ]
1
0
35
2022-04-07T23:12:30.748Z
2026-07-25T06:12:53.740Z
false
true
^20.19.0 || ^22.12.0 || >=24.0.0
97,152
15
1
1
1
https://github.com/appium/appium
https://appium.io
https://www.npmjs.com/package/@appium/schema
2026-08-03T11:06:26
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@testing-library/react-hooks
8.0.1
Simple and complete React hooks testing utilities that encourage good testing practices.
[ "testing", "react", "hooks", "unit", "integration" ]
MIT
testing-library-bot
[ "testing-library-bot", "kentcdodds", "timdeschryver", "patrickhulce", "dfcook", "gpx", "mpeyper", "mihar-22", "pago", "cmckinstry", "thymikee", "brrianalexis", "jdecroock", "mdjastrzebski", "eps1lon", "phryneas", "matanbobi" ]
17
2,962,325
10,764,790
317
[ "@babel/runtime", "react-error-boundary" ]
2
20
53
2019-06-19T13:12:31.187Z
2025-12-13T20:20:53.939Z
false
true
>=12
138,285
99
1
1
1
https://github.com/testing-library/react-hooks-testing-library
https://github.com/testing-library/react-hooks-testing-library#readme
https://www.npmjs.com/package/@testing-library/react-hooks
2026-08-03T11:06:26
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
karma
6.4.4
Spectacular Test Runner for JavaScript.
[ "karma", "spectacular", "runner", "karma", "js", "javascript", "testing", "test", "remote", "execution" ]
MIT
karmarunnerbot
[ "dignifiedquire", "johnjbarton", "zzo", "vojtajina", "karmarunnerbot" ]
5
3,432,605
13,656,736
1,178
[ "@colors/colors", "body-parser", "braces", "chokidar", "connect", "di", "dom-serialize", "glob", "graceful-fs", "http-proxy", "isbinaryfile", "lodash", "log4js", "mime", "minimatch", "mkdirp", "qjobs", "range-parser", "rimraf", "socket.io", "source-map", "tmp", "ua-parser...
24
39
213
2013-03-09T06:49:43.156Z
2024-11-06T08:59:02.981Z
false
false
>= 10
534,343
90
1
1
1
https://github.com/karma-runner/karma
https://karma-runner.github.io/
https://www.npmjs.com/package/karma
2026-08-03T11:06:26
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
jest-extended
7.0.0
Additional Jest matchers
[ "jest", "matchers", "extend", "extended", "test", "testing", "assertions" ]
MIT
simenb
[ "simenb", "mattphillips" ]
2
2,192,069
9,883,362
197
[ "jest-diff" ]
1
24
46
2017-10-20T19:49:39.131Z
2025-11-05T19:15:00.515Z
false
true
^20.9.0 || ^22.11.0 || ^24.11.0 || >=25.0.0
139,373
86
1
1
1
https://github.com/jest-community/jest-extended
https://github.com/jest-community/jest-extended#readme
https://www.npmjs.com/package/jest-extended
2026-08-03T11:06:26
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@testcontainers/postgresql
12.0.4
PostgreSQL module for Testcontainers
[ "postgres", "postgresql", "testing", "docker", "testcontainers" ]
MIT
cristianrgreco
[ "cristianrgreco" ]
1
2,883,465
10,862,792
35
[ "testcontainers" ]
1
2
80
2023-07-27T15:41:42.051Z
2026-06-29T11:55:20.891Z
false
true
null
17,158
7
1
1
1
https://github.com/testcontainers/testcontainers-node
https://github.com/testcontainers/testcontainers-node#readme
https://www.npmjs.com/package/@testcontainers/postgresql
2026-08-03T11:06:26
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@appium/logger
2.0.10
A Universal Logger For The Appium Ecosystem
[ "android", "automation", "firefoxos", "ios", "javascript", "selenium", "testing", "webdriver" ]
ISC
GitHub Actions
[ "jlipps", "nick.mokhnach", "kazucocoa" ]
3
2,123,249
7,209,776
9
[ "lru-cache" ]
1
0
22
2024-06-06T16:55:19.943Z
2026-07-25T06:12:52.272Z
false
true
^20.19.0 || ^22.12.0 || >=24.0.0
97,497
45
1
1
1
https://github.com/appium/appium
https://appium.io
https://www.npmjs.com/package/@appium/logger
2026-08-03T11:06:27
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@appium/support
7.2.6
Support libs used across Appium packages
[ "android", "automation", "firefoxos", "ios", "javascript", "selenium", "testing", "webdriver" ]
Apache-2.0
GitHub Actions
[ "jlipps", "nick.mokhnach", "kazucocoa" ]
3
3,119,427
10,696,924
52
[ "@appium/logger", "@appium/types", "archiver", "asyncbox", "axios", "bluebird", "bplist-creator", "bplist-parser", "form-data", "glob", "jsftp", "klaw", "lockfile", "normalize-package-data", "plist", "pluralize", "sanitize-filename", "semver", "shell-quote", "teen_process", "...
24
1
102
2021-05-26T22:21:15.440Z
2026-07-25T06:57:45.705Z
false
true
^20.19.0 || ^22.12.0 || >=24.0.0
460,124
118
1
1
1
https://github.com/appium/appium
https://appium.io
https://www.npmjs.com/package/@appium/support
2026-08-03T11:06:27
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
chai-as-promised
8.0.2
Extends Chai with assertions about promises.
[ "chai", "chai-plugin", "browser", "async", "testing", "assertions", "promises", "promises-aplus" ]
MIT
chaijs
[ "domenic", "chaijs" ]
2
1,852,700
7,514,914
1,084
[ "check-error" ]
1
7
34
2012-03-29T19:07:24.806Z
2025-09-09T12:52:49.413Z
false
false
null
27,940
4
1
1
1
https://github.com/chaijs/chai-as-promised
https://github.com/chaijs/chai-as-promised#readme
https://www.npmjs.com/package/chai-as-promised
2026-08-03T11:06:27
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@cucumber/cucumber
13.2.0
The official JavaScript implementation of Cucumber.
[ "testing", "bdd", "cucumber", "gherkin", "tests" ]
MIT
GitHub Actions
[ "cukebot" ]
1
2,464,076
9,478,367
301
[ "@cucumber/ci-environment", "@cucumber/cucumber-expressions", "@cucumber/gherkin", "@cucumber/gherkin-streams", "@cucumber/gherkin-utils", "@cucumber/html-formatter", "@cucumber/junit-xml-formatter", "@cucumber/message-streams", "@cucumber/messages", "@cucumber/pretty-formatter", "@cucumber/tag-...
32
43
81
2020-09-14T15:28:06.604Z
2026-07-20T07:16:23.890Z
false
true
22 || 24 || >=26
1,103,541
290
1
1
1
https://github.com/cucumber/cucumber-js
https://github.com/cucumber/cucumber-js
https://www.npmjs.com/package/@cucumber/cucumber
2026-08-03T11:06:27
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
allure-js-commons
3.10.2
Allure JS Commons
[ "allure", "codeceptjs", "cypress", "jasmine", "jest", "junit", "mocha", "newman", "playwright", "postman", "report", "reporter", "test", "testing", "testops", "vitest" ]
Apache-2.0
GitHub Actions
[ "qameta-bot", "baev", "eroshenkoam", "just-boris" ]
4
2,165,279
8,734,588
139
[ "md5" ]
1
13
111
2015-06-05T10:07:58.172Z
2026-06-26T14:39:03.777Z
false
true
null
1,076,016
169
1
1
1
https://github.com/allure-framework/allure-js
https://allurereport.org/
https://www.npmjs.com/package/allure-js-commons
2026-08-03T11:06:27
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
node-mocks-http
1.18.1
Mock 'http' objects for testing Express, Next.js and Koa routing functions
[ "mock", "stub", "dummy", "nodejs", "js", "testing", "test", "http", "http mock" ]
MIT
eugef
[ "eugef" ]
1
2,128,841
8,413,655
182
[ "accepts", "content-disposition", "depd", "fresh", "merge-descriptors", "methods", "mime", "range-parser", "type-is" ]
9
19
70
2012-02-18T07:39:39.063Z
2026-07-16T21:25:09.245Z
false
true
>=14
86,339
18
1
1
1
https://github.com/eugef/node-mocks-http
https://github.com/eugef/node-mocks-http
https://www.npmjs.com/package/node-mocks-http
2026-08-03T11:06:28
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
enzyme-shallow-equal
1.0.7
Adaptation of react-addons-shallow-compare, for independent usage
[ "javascript", "shallow rendering", "shallowRender", "test", "reactjs", "react", "flux", "testing", "test utils", "assertion helpers", "tdd", "mocha" ]
MIT
ljharb
[ "ljharb", "lencioni", "airbnbeng" ]
3
1,391,976
6,417,825
85
[ "hasown", "object-is" ]
2
13
8
2019-06-16T07:00:13.336Z
2024-07-03T03:09:59.894Z
false
false
null
11,466
8
1
1
1
https://github.com/enzymejs/enzyme
https://enzymejs.github.io/enzyme/
https://www.npmjs.com/package/enzyme-shallow-equal
2026-08-03T11:06:28
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@temporalio/testing
1.21.1
Temporal.io SDK Testing sub-package
[ "temporal", "workflow", "testing" ]
MIT
temporal-sdk-team
[ "mjameswh", "temporal-sdk-team" ]
2
1,661,744
6,179,669
9
[ "@temporalio/activity", "@temporalio/client", "@temporalio/common", "@temporalio/core-bridge", "@temporalio/proto", "@temporalio/worker", "@temporalio/workflow" ]
7
1
93
2022-03-29T17:36:38.008Z
2026-07-24T14:29:04.144Z
false
true
>= 20.3.0
98,623
35
1
1
1
https://github.com/temporalio/sdk-typescript
https://github.com/temporalio/sdk-typescript/tree/main/packages/testing
https://www.npmjs.com/package/@temporalio/testing
2026-08-03T11:06:28
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@appium/base-driver
10.7.2
Base driver class for Appium drivers
[ "android", "automation", "firefoxos", "ios", "javascript", "selenium", "testing", "webdriver" ]
Apache-2.0
GitHub Actions
[ "jlipps", "nick.mokhnach", "kazucocoa" ]
3
1,520,876
5,404,237
21
[ "@appium/support", "@appium/types", "async-lock", "asyncbox", "axios", "body-parser", "express", "fastest-levenshtein", "http-status-codes", "lru-cache", "method-override", "morgan", "path-to-regexp", "serve-favicon", "type-fest" ]
15
0
117
2021-05-26T22:21:24.322Z
2026-07-25T06:56:58.687Z
false
true
^20.19.0 || ^22.12.0 || >=24.0.0
983,011
256
1
1
1
https://github.com/appium/appium
https://appium.io
https://www.npmjs.com/package/@appium/base-driver
2026-08-03T11:06:28
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
selenium-webdriver
4.46.0
The official WebDriver JavaScript bindings from the Selenium project
[ "automation", "selenium", "testing", "webdriver", "webdriverjs" ]
Apache-2.0
diemol
[ "sriharsha", "automatedtester", "diemol", "titusfortner", "pujagani", "jmleyba" ]
6
2,021,708
7,392,284
1,159
[ "@bazel/runfiles", "jszip", "tmp", "ws" ]
4
21
121
2013-02-14T20:44:42.963Z
2026-07-11T00:44:10.542Z
false
false
>= 20.0.0
17,816,055
131
1
1
1
https://github.com/SeleniumHQ/selenium
https://github.com/SeleniumHQ/selenium/tree/trunk/javascript/selenium-webdriver#readme
https://www.npmjs.com/package/selenium-webdriver
2026-08-03T11:06:28
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
enzyme
3.11.0
JavaScript Testing utilities for React
[ "javascript", "shallow rendering", "shallowRender", "test", "reactjs", "react", "flux", "testing", "test utils", "assertion helpers", "tdd", "mocha" ]
MIT
ljharb
[ "ljharb", "gdborton", "intelligibabble" ]
3
1,406,393
5,065,455
1,742
[ "array.prototype.flat", "cheerio", "enzyme-shallow-equal", "function.prototype.name", "has", "html-element-map", "is-boolean-object", "is-callable", "is-number-object", "is-regex", "is-string", "is-subset", "lodash.escape", "lodash.isequal", "object-inspect", "object-is", "object.ass...
22
12
54
2015-12-06T20:54:10.294Z
2022-06-17T06:51:00.947Z
false
false
null
923,099
52
1
1
1
https://github.com/airbnb/enzyme
https://airbnb.io/enzyme/
https://www.npmjs.com/package/enzyme
2026-08-03T11:06:29
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
vitest-browser-react
2.2.0
Render React components in Vitest Browser Mode
[ "react", "vitest", "browser", "testing" ]
MIT
GitHub Actions
[ "ariperkkio", "antfu", "hiogawa", "oreanno", "yyx990803", "vitestbot" ]
6
1,174,423
4,902,220
10
[]
0
18
22
2024-08-09T13:54:53.488Z
2026-06-15T06:35:35.157Z
false
true
null
17,013
8
1
1
1
https://github.com/vitest-community/vitest-browser-react
https://github.com/vitest-community/vitest-browser-react#readme
https://www.npmjs.com/package/vitest-browser-react
2026-08-03T11:06:29
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
@stryker-mutator/api
9.6.1
The api for the extendable JavaScript mutation testing framework Stryker
[ "mutation testing", "mutation", "testing", "test", "js", "stryker" ]
Apache-2.0
GitHub Actions
[ "nicojs", "simondel", "strykermutator-npa" ]
3
1,793,465
6,428,443
31
[ "mutation-testing-metrics", "mutation-testing-report-schema", "tslib", "typed-inject" ]
4
1
112
2019-02-13T10:06:09.625Z
2026-05-13T16:49:56.780Z
false
false
>=20.0.0
171,808
220
1
1
1
https://github.com/stryker-mutator/stryker-js
https://stryker-mutator.io/
https://www.npmjs.com/package/@stryker-mutator/api
2026-08-03T11:06:29
WfWkLJlsUCajpL93J
aQJYtBB5ya0h9xit1
End of preview.

reapX — public sources in, addressable records out

npm Package Scraper

Search the npm registry and get one structured row per package, with the latest version, weekly and monthly downloads, dependent count, dependencies, publish history, licence and maintainers.

Rows in this dataset 17,067
Fields 61
Collector runs behind it 95
Most recent observation 2026-08-03
Browsable presentation https://reapx.dev/data/npm-package-scraper/ — 9,571 entity pages
Run the collector yourself https://apify.com/reapx/npm-package-scraper

What this is

Every row here was returned by a real run of a public collector. Nothing is generated from a template over a keyword list: a row exists because a run observed it.

A browsable presentation of the subset that carries an addressable packageName is published as 9,571 entity pages at https://reapx.dev/data/npm-package-scraper/, one page per entity. This dataset is the larger of the two — rows whose payload has no field that can address a page are here and are not published there.

Provenance

Each row carries _run_id and _dataset_id, naming the collector run that produced it, so any row can be traced back to the run that observed it. Rows observed by more than one run are deduplicated on content; 63 duplicate observations were collapsed.

Files

  • npm-package-scraper.jsonl — one JSON object per row, the canonical form
  • npm-package-scraper.csv — the same rows flattened; nested values are JSON-encoded within their cell so they round-trip
  • dataset.json — schema.org Dataset metadata

Loading it

from datasets import load_dataset
ds = load_dataset("reapxdev/npm-package-scraper", split="train")

A sample of the published entities

Related

Licence

Collected from public sources. This metadata and the published pages are CC BY 4.0; the underlying records remain under the terms of their originating source.

Downloads last month
9