Skip to content

dasfreak/npm-most-depended-upon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[TOC]

Most depended-upon packages of npm

Sometimes you just need to know which packages are the most important to the npm ecosystem.

How to use

  1. Install prerequisites
    pip install -r requirements.txt
    
  2. Download registry docs (in pages, which is recoverable and more fault tolerant than downloading it in once big chunk)
    python main.py --out-path data/npm-index-pages --include-docs
    
  3. Build dependency map from downloaded registry docs
    python main.py --strip-from-pages --in-path data/npm-index-pages --out-path data/dependency-map.json
    
  4. Build dependant map (inverse of the dependency map)
    python main.py --build-dependant-map --in-path data/dependency-map.json --out-path data/dependant-map.json
    
  5. Count direct dependants
    python main.py --count-direct --in-path data/dependant-map.json --out-path data/direct-dependant-amounts.json
    
  6. Build transitive dependant map
    python main.py --build-transitive-dependant-map --in-path data/dependant-map.json --out-path data/transitive-dependant-map.json
    
  7. Count transitive dependants
    python main.py --count-transitive --in-path data/transitive-dependant-map.json --out-path data/transitive-dependant-amounts.json
    
  8. Build markdown tables
    python build-markdown.py --in-path data/direct-dependant-amounts.json --out-path data/direct-dependant-amounts.md --limit 1000
    python build-markdown.py --in-path data/transitive-dependant-amounts.json --out-path data/transitive-dependant-amounts.md --limit 1000
    
usage: main.py [-h] --in-path IN_PATH --out-path OUT_FILE
                             (--strip | --strip-from-pages | --build-dependant-map | --build-transitive-dependant-map | --count-direct | --count-transitive)

options:
  -h, --help            show this help message and exit
  --in-path IN_PATH, -i IN_PATH
                        Path to read data from. Usually a doc file, except when using --preprocess-from-pages, then it's the path to the
                        pages directory.
  --out-path OUT_PATH, -o OUT_PATH
                        Destination to write the resulting file to.
  --strip               Remove all unnecessary parts of the raw registry doc file.
  --strip-from-pages    Remove all unnecessary parts, given a directory of raw registry doc pages.
  --build-dependant-map
                        Build the dependant map from the preprocessed data.
  --build-transitive-dependant-map
                        Build the transitive dependant map from the dependant map.
  --count-direct        Count the number of direct dependants for a dependant map.
  --count-transitive    Count the number of transitive dependants for a dependant map.
usage: download-package-index-chunked.py [-h] [--out-dir OUT_DIR] [--packages-per-request PACKAGES_PER_REQUEST]
                                         [--initial-package INITIAL_PACKAGE] [--include-docs]

options:
  -h, --help            show this help message and exit
  --out-path OUT_PATH, -o OUT_PATH
                        Directory to place the pages in
  --packages-per-request PACKAGES_PER_REQUEST, -p PACKAGES_PER_REQUEST
                        Amount of packages to download in one request.
  --initial-package INITIAL_PACKAGE
                        The name of the first package to return in the sorted package list response.
  --include-docs        Include all package metadata.
usage: build-markdown.py [-h] [--in-path IN_PATH] [--out-path OUT_PATH] [--limit LIMIT]

options:
  -h, --help            show this help message and exit
  --in-path IN_PATH, -i IN_PATH
                        Path to read data from. Usually a doc file, except when using --preprocess-from-pages, then it's the path to the
                        pages directory.
  --out-path OUT_PATH, -o OUT_PATH
                        Destination to write the resulting file to.
  --limit LIMIT, -l LIMIT
                        Amount of packages to write to the file.

1000 Most Directly Depended Upon as of 2025-01-13

# name count
1 react 227799
2 react-dom 201107
3 lodash 146984
4 axios 117617
5 next 114275
6 chalk 110936
7 tslib 101804
8 inquirer 86385
9 commander 82387
10 vue 75681
11 express 74483
12 fs-extra 61366
13 moment 50084
14 typescript 50054
15 core-js 49465
16 debug 45811
17 uuid 45610
18 request 45045
19 prop-types 44660
20 unique-names-generator 40520
21 dotenv 40317
22 yargs 33946
23 classnames 33652
24 rxjs 32864
25 node-fetch 31988
26 @types/node 31957
27 glob 29717
28 @babel/runtime 27920
29 async 27664
30 semver 27641
31 teanager 27106
32 acertea 26686
33 rylie 26685
34 anakjalanan 26492
35 ora 26082
36 nitroteh 25168
37 jsonwebtoken 25036
38 webpack 24994
39 react-scripts 22942
40 bluebird 22404
41 minimist 21727
42 mkdirp 21633
43 vue-router 21526
44 body-parser 20940
45 @babel/core 20580
46 colors 20549
47 eslint 20479
48 underscore 20141
49 jquery 19247
50 styled-components 18874
51 @testing-library/react 18860
52 rimraf 18680
53 @testing-library/jest-dom 18580
54 @testing-library/user-event 18223
55 ws 17635
56 winston 17584
57 js-yaml 17515
58 react-router-dom 17199
59 web-vitals 17139
60 shelljs 16585
61 zod 16447
62 dayjs 16400
63 babel-loader 16192
64 prettier 16054
65 @types/react 16031
66 eslint-plugin-import 15958
67 cheerio 15314
68 css-loader 15097
69 tehtehteh 15055
70 eslint-plugin-react 14625
71 cors 14495
72 reflect-metadata 14404
73 mongoose 14392
74 kva-email-service 14177
75 ksni-technical-test 13826
76 web3-eve-cli 13777
77 qs 13751
78 react-random-number-generator 13689
79 round-number-cli 13688
80 style-loader 13519
81 btuyen-btn-events 13519
82 boarding_pass_mint 13518
83 @types/express 13495
84 date-fns 13429
85 @babel/preset-env 13002
86 number-extrarandom-cli 12993
87 ejs 12953
88 postcss 12834
89 execa 12768
90 chokidar 12727
91 yeoman-generator 12695
92 @angular/core 12675
93 handlebars 12619
94 bootstrap 12570
95 redux 12515
96 path 12370
97 ts-node 12338
98 rarerteat 12329
99 vuex 12297
100 ethers 12075
101 react-redux 12014
102 babel-runtime 11991
103 @angular/common 11920
104 @typescript-eslint/parser 11905
105 through2 11813
106 zone.js 11560
107 @typescript-eslint/eslint-plugin 11439
108 fs 11378
109 crypto-js 11253
110 npm 11253
111 @emotion/styled 11177
112 jest 11158
113 html-webpack-plugin 11075
114 @angular/platform-browser 10999
115 aws-sdk 10983
116 lodash-es 10983
117 @types/react-dom 10973
118 element-ui 10958
119 autoprefixer 10952
120 sass-loader 10830
121 babel-core 10811
122 file-loader 10805
123 @emotion/react 10788
124 express-validator 10771
125 figlet 10733
126 @angular/compiler 10712
127 node-sass 10578
128 webpack-dev-server 10566
129 antd 10566
130 @angular/forms 10530
131 @angular/platform-browser-dynamic 10486
132 deepmerge 10439
133 graphql 10321
134 @types/jsonwebtoken 10162
135 @alifd/next 10146
136 @angular/router 10025
137 pubteahy 9913
138 eslint-config-prettier 9910
139 clsx 9879
140 cookie-session 9826
141 postcss-loader 9812
142 ajv 9775
143 mocha 9669
144 babel-eslint 9633
145 eslint-plugin-jsx-a11y 9610
146 download-git-repo 9567
147 sass 9513
148 mongodb 9509
149 ramda 9464
150 open 9281
151 socket.io 9230
152 tradingcalc 9106
153 remove-value-js 9066
154 slash-connecter 9062
155 cross-spawn 9049
156 form-data 8986
157 @types/cookie-session 8984
158 object-assign 8940
159 url-loader 8910
160 @types/lodash 8910
161 less 8894
162 q 8879
163 @types/jest 8855
164 @angular/animations 8831
165 chai 8824
166 nanoid 8817
167 strip-ansi 8749
168 resolve 8598
169 gulp 8478
170 minimatch 8450
171 eslint-plugin-react-hooks 8382
172 joi 8185
173 @babel/preset-react 8123
174 acorn 8108
175 buffer 8084
176 ms 8068
177 xml2js 8055
178 prompts 7837
179 tiktokapi-src 7798
180 bey0tea 7797
181 marked 7733
182 superagent 7729
183 pinsapod 7695
184 queencrow 7653
185 abbeeytea 7641
186 calender-nifty 7619
187 compaspetter 7619
188 systemofdown 7619
189 airynotes 7617
190 last-notes 7617
191 neonnebulay 7616
192 quasarquest 7616
193 astralamber 7614
194 naraonline 7606
195 @mui/material 7605
196 beypremajg 7605
197 celestialciphercd 7605
198 ciphersage 7605
199 cosmicchorus 7605
200 luminouslab 7605
201 lunarloom 7605
202 nebulanomad 7605
203 stellarscribe 7605
204 vividvortex 7605
205 beypremtea 7603
206 desateatertinggal45 7602
207 exa2tea 7602
208 kuymad69tea 7602
209 prayudha378 7602
210 tea_fahmisugeng13 7602
211 teabrutu 7602
212 yudhakuy420 7602
213 beypremtea1 7601
214 socket.io-client 7590
215 globby 7585
216 install 7560
217 mime 7520
218 morgan 7476
219 nan 7401
220 rollup 7379
221 @saeedha/math-first 7274
222 @saeedha/math-power 7266
223 mini-css-extract-plugin 7204
224 node-nats-streaming 7182
225 redis 7163
226 bignumber.js 7162
227 eslint-plugin-prettier 7126
228 got 7089
229 cookie-parser 7041
230 @babel/polyfill 6980
231 nodemailer 6962
232 pg 6961
233 puppeteer 6944
234 @saeedha/math-power-dev 6925
235 tiny-invariant 6912
236 vanli 6909
237 stay-including 6899
238 lay-rest-hour 6866
239 exchange-known-bend 6853
240 correct-home-silent7 6843
241 meat-think-stove8 6830
242 course-whenever-merely 6808
243 babel-jest 6800
244 team20 6779
245 tiktok-src 6778
246 percent-impossible-score 6763
247 anything-kitchen-pack-tears 6762
248 breakfast-thy-slip 6762
249 anywhere-leon-ethers 6762
250 anywhere-dream-demo 6761
251 anywhere-dream-term 6761
252 anywhere-leonterms 6761
253 needs-supper-anything 6761
254 art-near-room-catch 6761
255 actually-web3-win 6760
256 by-sum-desert 6760
257 leg-it-importance-can 6760
258 anywhere-dream 6760
259 anywhere-leon-demo 6760
260 anywhere-leon-web3 6760
261 far-web3-neck 6759
262 finest-blind-tin 6759
263 alphabet-minute 6759
264 being-heard-nation-nature 6759
265 chose-web3-simple 6759
266 prove-solid 6759
267 continued-quiet-previous-touch 6759
268 anywhere-leon 6759
269 anywhere-leon-test 6759
270 anywhere-leon-eth 6759
271 avoid-web3-plenty 6758
272 young-web3-fireplace 6758
273 meat-web3-direction-transportation4 6758
274 with-hang-mail-outer 6758
275 meat-web3-direction 6758
276 stone-web3-fellow 6758
277 written-web3-positive 6758
278 listen-private-thee6 6755
279 bring-water-silence 6755
280 projek-reels 6754
281 close-education-fifteen 6754
282 excellent-entirely-automobile1 6753
283 these-vegetable 6752
284 born-greatly-explain3 6749
285 tail-iron-became5 6749
286 branch-body-web3-feel 6749
287 aid-guard1 6748
288 worse-given 6747
289 did-straight-sister-sail 6746
290 blockchain-hit4 6746
291 temperature-bill-manner2 6745
292 mainly-cent 6745
293 sugar-policeman-entire 6745
294 mouse-bat-web3-present 6742
295 column-wore-meet-war 6742
296 fur-race-web3-pale 6742
297 hope-slight-walk1 6742
298 rocket-location-calm-valley 6741
299 shade-swim-shells1 6738
300 yet-tall-pull6 6738
301 giant-summer-run-game 6738
302 shirt-bad-web3-example 6738
303 hung-stems-garden 6737
304 blanket-line 6737
305 snake-seven-recall-interior 6737
306 is-straight-web3-attack 6736
307 slow-voice-spell-pass 6736
308 feature-rising-small7 6735
309 compare-breeze-mad2 6734
310 distance-its-clear-rate 6734
311 brush-bigger-afternoon0 6733
312 electricity-death-web3-story 6733
313 move-wolf-throughout 6733
314 gain-pleasant-prepare 6732
315 hay-against-any-hurry 6732
316 victory-mouth 6732
317 unusual-rope 6731
318 web3-compass 6730
319 pen-shot-start-lie 6729
320 test-cutting 6728
321 trunk-darkness-believed-corner 6727
322 known-wet-thirty-gave 6727
323 bow-swam-troops-care 6726
324 information-fruit-web3-perfect 6726
325 office-deal-mostly1 6726
326 crop-birthday-web3-children 6726
327 we-hunt-process 6726
328 fresh-dangerous 6726
329 face-eventually-bound 6725
330 weigh-flew-web3-farm 6725
331 sentence-won-little-western 6725
332 excitement-tonight-dead 6725
333 motor-positive-spirit 6725
334 ask-dropped-each 6724
335 typical-recall-industry-exchange 6724
336 supper-term-including-snake 6724
337 speed-wing-eat 6724
338 product-slight-adult-settlers 6724
339 warn-clothing-whose0 6724
340 grass-dollar-crew-floating 6724
341 chicken-fell-spread 6724
342 coach-organized-notice 6723
343 truck-hospital-equator-hurt 6723
344 industrial-public-immediately-until 6723
345 station-quickly-fastened-flew 6722
346 stretch-onto-driver7 6722
347 government-letter-web3-till 6722
348 spring-dust-wall-size 6720
349 strange-lady-riding9 6720
350 @tjahbergas/idcloudserv 6719
351 web3-be 6717
352 ran-press6 6716
353 object-own-consist6 6716
354 pack-iron-web3-arrow 6715
355 whether-dangerous 6715
356 original-finish-perhaps 6715
357 statement-ahead-moment 6715
358 fully-blanket-peace 6715
359 sale-eaten-web3-anywhere 6714
360 dig-cloth-right-state 6713
361 closer-composed-particularly-shout 6711
362 seldom-fire-web3-running 6711
363 behavior-gift-bowl2 6711
364 beauty-foot-compass5 6710
365 else-education-web3-nobody 6710
366 straight-student-present 6710
367 cut-was 6710
368 race-everybody-orbit 6709
369 web3-worried 6709
370 blockchain-meat7 6708
371 recently-done-should-moon 6708
372 blockchain-bend4 6708
373 material-balance-trade-solar 6708
374 scientific-exist-event2 6708
375 might-sell-web3-result 6707
376 done-prepare 6706
377 particles-badly-glad-gas 6704
378 hollow-cool-place9 6703
379 deep-consist-ability3 6703
380 recall-shut-say 6703
381 wrong-known-original 6702
382 by-out-web3-dried 6702
383 softly-increase-arm-practical 6702
384 room-direction-principal7 6701
385 web3-eleven 6701
386 mice-tube-gave-applied 6700
387 flow-meal-without-guide 6700
388 spring-green-hung4 6699
389 web3-touch 6699
390 teach-law 6698
391 path-plural-through 6698
392 guard-plastic-fallen4 6697
393 tin-settle-may 6696
394 web3-twenty 6696
395 train-than-web3-sitting 6696
396 desert-or-order8 6696
397 stems-threw-author1 6695
398 honor-fresh-web3-leg 6695
399 per-took-breathing-begun 6695
400 there-zebra-paragraph-system 6694
401 lovely-mountain 6694
402 shine-before-statement 6693
403 mark-back0 6693
404 introduced-music2 6693
405 older-piece-smallest-struggle 6692
406 attempt-till-declared 6692
407 web3-hurt8 6692
408 web3-jet 6692
409 fuel-ill-managed 6692
410 web3-total 6691
411 mood-various-worried 6691
412 beginning-guess4 6691
413 being-wet 6691
414 reader-hearing-useful 6691
415 wing-gentle-web3-division 6691
416 web3-swim3 6691
417 include-condition-mile-mail 6691
418 three-search3 6691
419 city-nervous-web3-rocket 6690
420 typical-completely-web3-himself 6690
421 lot-cold-measure5 6690
422 prove-be 6689
423 train-stick-swept7 6689
424 mental-oxygen-dozen 6689
425 date-again-most 6689
426 carbon-note-web3-triangle 6689
427 surface-automobile-track-fence 6689
428 pen-ocean-web3-hang 6689
429 son-problem-surface-after 6688
430 substance-apartment-list 6688
431 wonder-since-web3-favorite 6688
432 planet-scientist-sum-hurried 6688
433 station-quiet-shinning2 6688
434 silver-tax-necessary-image 6688
435 wooden-blanket-blind 6688
436 evidence-frozen-enemy4 6688
437 rising-applied-wealth1 6688
438 fresh-compare-exchange-seldom 6687
439 state-place-usually2 6687
440 dead-one-tide-melted 6687
441 joy-package-fed1 6687
442 property-repeat-swimming-cry 6687
443 married-review-sitting-local 6687
444 hair-consider-century-won 6686
445 opposite-street-manufacturing 6686
446 rising-cost-web3-respect 6685
447 shoe-back-duck-border 6685
448 directly-strip-web3-atmosphere 6685
449 map-select-audience-influence 6685
450 volume-brass-automobile-stuck 6684
451 charge-contrast-web3-help 6684
452 tribe-brick-appearance-date 6684
453 then-struggle-freedom-along 6684
454 tower-today0 6684
455 sister-pig6 6684
456 near-owner-web3-children 6683
457 specific-sale-web3-dirt 6683
458 light-supply-chicken 6683
459 locate-alike-explanation1 6683
460 dot-dog-known-darkness 6683
461 surprise-shop-pound 6682
462 lovely-leave-mental 6682
463 beauty-equator-dead-allow 6682
464 listen-greatly 6682
465 noted-will-suggest 6682
466 invented-element-new 6682
467 properly-garden-web3-basis 6682
468 frequently-feature 6682
469 mirror-jet-printed-supper 6681
470 peace-sit-prevent-sign 6681
471 web3-also3 6681
472 symbol-darkness-these-poet 6681
473 vowel-sail-web3-success 6681
474 paint-yes-smell 6681
475 carried-chapter-applied-made 6681
476 hospital-wave 6680
477 refused-teach-then9 6680
478 shells-part-hall8 6680
479 law-shoot-sudden-command 6680
480 finish-remember-web3-throw 6680
481 nuts-passage-did 6680
482 tea-classroom-hole-happened 6679
483 means-among-web3-burn 6679
484 web3-exactly6 6679
485 form-not7 6679
486 someone-present-nest 6679
487 course-future-web3-operation 6678
488 require-personal-web3-enough 6678
489 action-winter-carried 6678
490 baseball-flower-join 6678
491 depend-grain-web3-label 6678
492 way-bicycle-camera 6678
493 remarkable-law-web3-fierce 6677
494 corn-faster-dinner 6677
495 wagon-entirely-sport 6677
496 pleasure-choose-web3-observe 6677
497 class-would-trail5 6677
498 environment-wheat-web3-pink 6677
499 limited-lower-book-seed 6677
500 locate-setting-yet 6676
501 web3-fruit 6676
502 shut-floor-news-beginning 6676
503 tube-way-pan-choice 6675
504 popular-dozen4 6675
505 interest-central-calm 6675
506 pupil-sitting-farther 6675
507 molecular-sell8 6675
508 shut-composed-web3-now 6675
509 program-growth-web3-of 6675
510 compare-anyone-web3-your 6674
511 sound-captain-paint2 6674
512 strange-log-web3-film 6674
513 silence-lost-web3-influence 6674
514 by-arrive-firm 6674
515 exchange-breakfast6 6674
516 settle-disappear 6674
517 butter-lot-web3-pretty 6673
518 shown-popular-rain6 6673
519 doing-inside-arrange 6673
520 aid-human-declared 6673
521 baby-ate-building8 6673
522 die-certainly-did-standard 6673
523 meat-movie-atomic-condition 6673
524 promised-food-clearly 6672
525 suppose-exclaimed-surprise 6672
526 darkness-voyage-flower 6672
527 member-inside-hold-author 6672
528 difference-toy-scientist 6672
529 town-sense-whispered3 6672
530 village-sort-grown-consonant 6672
531 airplane-thus-web3-breathing 6672
532 each-guess-art 6672
533 wave-sitting-web3-very 6671
534 older-globe-web3-easier 6671
535 copper-tonight-hurried1 6671
536 tip-mood-friend7 6671
537 actually-plastic-driven 6671
538 impossible-sudden-keep-advice 6671
539 rabbit-today-valley-shelter 6670
540 took-unknown-regular2 6670
541 selection-outline-standard 6670
542 surface-log-web3-smell 6669
543 happily-must-quietly 6669
544 law-means-shadow0 6669
545 according-he-proper 6669
546 possible-smell-north-refer 6669
547 series-writer-must 6668
548 experiment-poem-married-fish 6668
549 harder-soil-reader 6668
550 eventually-load-web3-mostly 6667
551 web3-bag 6667
552 native-progress-active5 6667
553 service-bicycle-web3-locate 6667
554 brought-potatoes 6667
555 rush-stuck 6667
556 longer-paper-lot 6667
557 fifteen-nearby 6667
558 blind-quite-examine3 6667
559 television-lucky-usual6 6666
560 enter-concerned-together 6666
561 fact-tin-beauty-settle 6666
562 whistle-shown-built 6665
563 unusual-tales-web3-lying 6665
564 quietly-tropical-whole 6665
565 yet-prize6 6665
566 believed-simply1 6664
567 yet-sharp3 6664
568 pound-week-author7 6664
569 due-engineer-being4 6663
570 slabs-successful-hundred5 6663
571 hand-lovely-snake8 6663
572 fuel-merely 6663
573 yaml 6661
574 pile-across-web3-iron 6661
575 death-trunk 6661
576 stream-swept-web3-sky 6661
577 bottle-closely-wave 6660
578 distant-remember-public 6660
579 over-half-tired 6660
580 correctly-also-satisfied9 6660
581 basis-want-web3-glass 6660
582 his-settle-web3-theory 6659
583 force-giant4 6659
584 pick-inch-uncle 6659
585 control-parent-statement-fill 6659
586 balloon-pure-web3-money 6659
587 desk-dog5 6658
588 rich-road-web3-fellow 6658
589 body-evening-flag-boy 6657
590 wheel-bit-pleasant-deal 6657
591 sweet-jungle-leg-owner 6657
592 different-movie-in-all 6657
593 mad-bear-web3-pool 6656
594 seldom-discover-golden-suddenly 6656
595 fought-mother-rabbit 6656
596 because-progress-produce-section 6656
597 success-gravity-dug-noon 6656
598 anyone-rule-certain 6656
599 plus-college-time-strong 6655
600 floor-finest-meant-thin 6655
601 yosay 6654
602 success-position-seat 6654
603 press-south-tales 6652
604 society-burn 6652
605 modern-new 6652
606 summer-western-cage-perhaps 6652
607 ran-man-steam-stone 6651
608 slipped-railroad-web3-repeat 6651
609 react-icons 6649
610 blank-shoot-web3-frozen 6649
611 movie-plant 6648
612 bell-effort2 6646
613 sick-construction1 6643
614 equipment-rope-saw-living 6641
615 chest-hello-been4 6638
616 meow 6629
617 js-cookie 6626
618 loader-utils 6610
619 babel-polyfill 6607
620 react-transition-group 6607
621 code-formlly 6604
622 data-visualizer-csv 6604
623 form-valid-js 6604
624 imagemanipulatorly 6604
625 jsdom 6603
626 color_generator_complex 6603
627 color-pale-generatorly 6603
628 polycalculator 6603
629 randomly-password-generator 6603
630 text-summarizerly 6603
631 textmoji 6603
632 bipy-calculator 6601
633 abangamad 6600
634 akuuong 6600
635 aldorev 6600
636 amadkuen 6600
637 db73 6600
638 dni53 6600
639 efp9 6600
640 ff13 6600
641 janahw 6600
642 jinahwal 6600
643 kipanta 6600
644 la9rock 6600
645 lokap 6600
646 namaa 6600
647 pangkiabis 6600
648 sonipopi 6600
649 unhar 6600
650 win693 6600
651 axilitor 6597
652 queen-shisora 6597
653 scrape-tiktok 6538
654 dependents-zaty 6536
655 eth-bsc-sniperbot 6535
656 mcp_02 6535
657 webpack-cli 6517
658 cybertea 6466
659 request-promise 6442
660 @material-ui/core 6440
661 fast-glob 6364
662 big.js 6347
663 query-string 6332
664 gulp-util 6318
665 source-map-support 6299
666 less-loader 6274
667 arg 6200
668 string-width 6184
669 mime-types 6171
670 koa 6117
671 diff 6111
672 mysql 6109
673 babel-preset-es2015 6081
674 lordlist 6059
675 immutable 6046
676 tombypl 6017
677 camelcase 6010
678 gynopsyda 6010
679 aethlong 6006
680 elaverse 6006
681 favanow 6006
682 frypalindrome 6006
683 graphconql 6006
684 hanaauth-jwt 6006
685 lenaverage 6006
686 loadmulkim 6006
687 lynxfaktor 6006
688 merycount 6006
689 pinarrray 6006
690 princeweather 6006
691 quarctic 6006
692 refaktorial 6006
693 rheizi 6006
694 shortamo 6006
695 siustoheit 6006
696 superfatcat 6006
697 trex-chatbot 6006
698 ember-cli-babel 5988
699 events 5945
700 echarts 5939
701 bcrypt 5924
702 lru-cache 5922
703 react-router 5901
704 compression 5867
705 wrap-ansi 5865
706 web3 5813
707 path-to-regexp 5810
708 lit 5731
709 tailwindcss 5678
710 md5 5630
711 herztech 5592
712 eventemitter3 5589
713 take-flight 5571
714 react-native 5557
715 lodash.merge 5532
716 teajusgula 5525
717 tehtarik3 5517
718 seblakhotspicy 5516
719 belalangkayu 5515
720 rengginangbasi 5515
721 node-addon-api 5504
722 nodemon 5498
723 co 5484
724 whatwg-fetch 5478
725 discord.js 5473
726 react-dev-utils 5464
727 @nestjs/common 5445
728 terser-webpack-plugin 5442
729 goblinjoker 5411
730 @popperjs/core 5409
731 @fortawesome/fontawesome-svg-core 5401
732 iconv-lite 5394
733 js-tokens 5389
734 inherits 5378
735 log-symbols 5335
736 tiny-warning 5313
737 @fortawesome/free-solid-svg-icons 5305
738 mindy23 5305
739 saber2023 5303
740 katea1 5293
741 ninecidtea2 5293
742 katea2 5292
743 matea2 5289
744 saber2024 5286
745 matea10 5285
746 mindy24 5285
747 jasslimited23 5283
748 jasslimited24 5283
749 ka2024 5283
750 ka23 5283
751 cixzer01 5282
752 cixzer05 5282
753 cixzer06 5282
754 cixzer02 5279
755 cixzer03 5279
756 cixzer04 5279
757 cixzer07 5279
758 cixzer08 5279
759 cross-env 5252
760 @angular/http 5223
761 number-rand-cli 5182
762 promise 5178
763 telegram-assistant 5178
764 validator 5177
765 loose-envify 5166
766 moment-timezone 5163
767 case-sensitive-paths-webpack-plugin 5152
768 felixandroid 5144
769 terakhir558 5125
770 tmp 5070
771 highlight.js 5017
772 d3 5008
773 @mui/icons-material 5000
774 isomorphic-fetch 4970
775 jsbi 4933
776 regenerator-runtime 4902
777 serialport 4878
778 hot-planned-web3-cost 4871
779 web3-recently8 4868
780 hurry-scared-web3-sudden 4867
781 whether-mail 4863
782 tropical-finest-spirit-personal 4863
783 very-moment-web3-take 4861
784 beauty-studying-plastic4 4859
785 web3-maybe 4852
786 film-lay-travel 4852
787 corn-note-down 4851
788 rhyme-troops-crew-year 4851
789 by-case-quickly 4851
790 grow-year-correctly2 4850
791 freedom-strange-view3 4848
792 itself-outside-web3-balloon 4848
793 began-tales-web3-teach 4847
794 smaller-our7 4847
795 serious-wrong-plates 4846
796 neighbor-satisfied-top6 4845
797 signal-mother-change 4845
798 guess-youth-guard 4843
799 readable-stream 4842
800 web3-strength4 4841
801 frozen-closely-let 4841
802 golden-sail 4841
803 coffee-script 4840
804 school-it-worry 4840
805 nervous-cross-dirty-term 4839
806 lying-swim-web3-chest 4838
807 movie-promised-object-bigger 4838
808 till-final-experiment 4838
809 bn.js 4837
810 other-card-worse 4837
811 trick-such-country0 4837
812 sad-pole-below 4837
813 trip-local-company 4836
814 outline-leader-mighty 4836
815 sheep-ranch-equal 4835
816 correct-mental-book1 4834
817 negative-feed 4834
818 @babel/plugin-proposal-class-properties 4833
819 web3-dog1 4832
820 pole-jungle6 4832
821 bean-planet-also-ring 4832
822 weigh-length5 4832
823 shake-dead-white-pine 4831
824 unusual-skill-harder 4831
825 fear-manner-web3-beneath 4831
826 folks-powerful-official-store 4830
827 family-perhaps-web3-main 4828
828 cup-language-so-smaller 4828
829 along-disease5 4828
830 passport 4827
831 invented-copper-web3-strange 4827
832 hidden-furniture-money-minute 4826
833 dawn-road-sit-inch 4826
834 song-scale-explain 4826
835 earn-kill-trip-light 4826
836 act-mark-sent6 4826
837 thee-property-web3-today 4826
838 postcss-flexbugs-fixes 4825
839 though-respect-lucky-finest 4825
840 different-population-furniture-central 4825
841 sing-valley-mile-went 4825
842 fifteen-muscle-policeman-length 4824
843 push-mirror 4824
844 atmosphere-repeat-web3-together 4823
845 light-fifteen-thread-poetry 4823
846 sugar-serve-difficulty-parallel 4823
847 fifteen-fog-sleep7 4822
848 book-larger1 4822
849 powder-wear 4822
850 jack-case-web3-flat 4821
851 sharp-wonder-wide 4821
852 tobacco-monkey-exciting 4819
853 silly-degree-web3-range 4819
854 favorite-like-bite-house 4819
855 dig-completely-liquid 4818
856 box-fix-leaf-see 4818
857 visitor-breath9 4818
858 slave-bell-drew5 4818
859 scientific-pen-wife-birth 4816
860 web3-support 4816
861 cannot-cent 4815
862 try-car-soap3 4815
863 pound-needs-web3-dug 4814
864 look-being-under 4814
865 stage-nearest-little 4813
866 vertical-loss-web3-huge 4811
867 movement-moment-web3-powerful 4811
868 path-explain-value5 4810
869 equal-scientific-zulu-form 4810
870 sense-curve-tone 4810
871 music-finish-quite 4806
872 tried-child-wall-finish 4803
873 decide-congress-one6 4803
874 giving-seems-be3 4802
875 dream-offer-state 4801
876 del 4799
877 firebase 4794
878 spread-somehow-ago 4794
879 update-notifier 4792
880 json5 4769
881 acorn-walk 4768
882 scheduler 4752
883 selection-outer-ranch2 4751
884 essential-beneath-dirty1 4751
885 straw-herself8 4751
886 speed-health-pay-interest 4751
887 halfway-willing 4751
888 available-percent-pride0 4751
889 mill-light 4751
890 major-taste-you 4751
891 ancient-sun 4751
892 result-hardly-away-badly 4751
893 little-definition-cent0 4751
894 sheep-fair-minerals5 4751
895 home-hearing 4751
896 warn-room-review4 4751
897 spent-sharp-spirit-shelf 4751
898 bone-rather-save 4751
899 owner-orange1 4751
900 swim-won-weight-suit 4751
901 solid-test-web3-husband 4751
902 down-sugar-web3-distant 4751
903 start-quickly-web3-clothes 4751
904 label-involved-darkness 4751
905 feature-whenever-accept4 4751
906 date-stock 4751
907 pet-invented 4751
908 anybody-office-web3-happened 4751
909 attempt-band-club 4751
910 tell-extra-web3-camera 4751
911 nature-chain-web3-root 4751
912 magnet-voyage-web3-our 4751
913 children-court-barn 4751
914 control-using-breath 4751
915 law-shelter-hour 4751
916 hair-thread4 4751
917 arrange-protection-round4 4751
918 sister-receive-closer2 4751
919 kept-machine-draw-wet 4751
920 star-fog-fireplace4 4751
921 fear-identity-page-gravity 4751
922 character-any 4751
923 loose-slight-before1 4751
924 policeman-lift-return-equal 4751
925 bark-writer-darkness5 4751
926 total-factory3 4751
927 round-declared-believed-pig 4751
928 correct-boat-close 4751
929 believed-swept-twenty5 4751
930 nearby-broken-period-forest 4751
931 heart-unusual-web3-pine 4751
932 surface-surface-themselves 4751
933 boxen 4735
934 @babel/plugin-transform-runtime 4734
935 eslint-loader 4731
936 react-select 4718
937 calculator-sim 4711
938 lodash.debounce 4709
939 webpack-manifest-plugin 4702
940 invariant 4684
941 decimal.js-light 4631
942 eslint-plugin-flowtype 4628
943 find-up 4614
944 asjustmeteai 4614
945 extend 4600
946 webpack-merge 4598
947 es6-promise 4591
948 escape-string-regexp 4585
949 undici-types 4580
950 cross-fetch 4568
951 bearteamorph 4545
952 esbuild 4535
953 babel-preset-react-app 4522
954 file-saver 4520
955 validatetc 4518
956 toformat 4507
957 uglify-js 4497
958 source-map 4484
959 resize-observer-polyfill 4466
960 framer-motion 4436
961 redux-thunk 4421
962 pluralize 4421
963 dotenv-expand 4415
964 @babel/cli 4411
965 eslint-config-react-app 4410
966 archiver 4410
967 async-validator 4403
968 bimosatu 4393
969 which 4369
970 tailwind-merge 4368
971 eslint-plugin-promise 4353
972 path-exists 4339
973 optimist 4311
974 micromatch 4299
975 xlsx 4283
976 chalk-animation 4278
977 mustache 4264
978 crypto 4259
979 i18next 4254
980 gula-dao 4250
981 type-fest 4248
982 postcss-preset-env 4248
983 graceful-fs 4241
984 simple-git 4233
985 sequelize 4211
986 yn 4201
987 progress 4190
988 @material-ui/icons 4180
989 sharp 4159
990 markdown-it 4159
991 react-hook-form 4158
992 helmet 4156
993 jszip 4156
994 picocolors 4149
995 ts-loader 4148
996 url 4140
997 @babel/preset-typescript 4124
998 lodash.get 4106
999 @oclif/plugin-help 4106
1000 babel-preset-env 4101

1000 Most Transitively Depended Upon as of 2025-01-13

# name count
1 tslib 826692
2 picocolors 672201
3 ms 661764
4 debug 633937
5 ansi-regex 567101
6 strip-ansi 565756
7 emoji-regex 563080
8 get-east-asian-width 556322
9 string-width 556152
10 ansi-styles 548780
11 function-bind 542394
12 hasown 542354
13 wrap-ansi 539151
14 nanoid 524843
15 source-map-js 524334
16 mime-db 518336
17 mime-types 504865
18 safe-buffer 504805
19 postcss 497836
20 signal-exit 495729
21 safer-buffer 491876
22 lodash 461891
23 lru-cache 451250
24 caniuse-lite 451197
25 chalk 447815
26 balanced-match 447202
27 brace-expansion 445192
28 minimatch 445112
29 react 442754
30 gopd 436181
31 es-errors 434004
32 es-define-property 433994
33 semver 433058
34 isexe 432082
35 which 432064
36 has-symbols 431611
37 call-bind-apply-helpers 431592
38 dunder-proto 431591
39 es-object-atoms 431590
40 math-intrinsics 431588
41 get-proto 431588
42 get-intrinsic 431587
43 iconv-lite 431415
44 call-bound 428426
45 scheduler 423000
46 path-key 419699
47 shebang-regex 419422
48 shebang-command 419388
49 cross-spawn 419343
50 react-dom 409812
51 js-tokens 406116
52 base64-js 405442
53 undici-types 399357
54 ieee754 396863
55 graceful-fs 394908
56 @types/node 394385
57 object-inspect 392452
58 buffer 391201
59 side-channel-map 390766
60 side-channel-list 390765
61 side-channel-weakmap 390765
62 side-channel 390764
63 inherits 374406
64 @babel/helper-validator-identifier 371952
65 delayed-stream 367437
66 combined-stream 367209
67 asynckit 367104
68 form-data 366638
69 string-width-cjs 366621
70 strip-ansi-cjs 366613
71 wrap-ansi-cjs 366607
72 minipass 357522
73 @isaacs/cliui 356787
74 foreground-child 356780
75 jackspeak 356775
76 path-scurry 356761
77 package-json-from-dist 356756
78 glob 356754
79 commander 352011
80 @jridgewell/sourcemap-codec 348401
81 qs 341286
82 regenerator-runtime 341206
83 escalade 337391
84 @swc/helpers 332920
85 uuid 332767
86 events 330757
87 process 326700
88 object-assign 323804
89 streamsearch 321094
90 busboy 320856
91 fast-deep-equal 319508
92 entities 312472
93 picomatch 310276
94 event-target-shim 306766
95 @swc/counter 306410
96 abort-controller 305974
97 type-fest 305601
98 @babel/helper-string-parser 304859
99 @babel/types 304857
100 @babel/parser 304202
101 client-only 303213
102 styled-jsx 302448
103 @babel/runtime 302111
104 @next/env 300798
105 next 300666
106 string_decoder 297985
107 readable-stream 296188
108 follow-redirects 295940
109 source-map 295784
110 require-from-string 294139
111 json-schema-traverse 289933
112 fast-uri 288782
113 ajv 288774
114 argparse 287895
115 minimist 282536
116 react-is 279649
117 is-stream 279306
118 csstype 277367
119 path-parse 276990
120 is-core-module 276929
121 supports-preserve-symlinks-flag 276879
122 resolve 276876
123 @types/estree 272823
124 yargs-parser 269893
125 js-yaml 269209
126 is-number 267053
127 get-caller-file 265546
128 @babel/code-frame 265468
129 loose-envify 265270
130 require-directory 264439
131 cliui 264438
132 y18n 264256
133 yargs 264153
134 to-regex-range 263792
135 fill-range 263772
136 braces 263578
137 micromatch 262710
138 ws 259264
139 proxy-from-env 259103
140 unicorn-magic 256675
141 async 253815
142 @jridgewell/resolve-uri 249395
143 @jridgewell/trace-mapping 249377
144 environment 249347
145 negotiator 248658
146 ansi-escapes 245855
147 axios 245561
148 universalify 244154
149 jsonfile 243457
150 data-uri-to-buffer 243050
151 is-extglob 241890
152 is-glob 241888
153 fs-extra 241103
154 mkdirp 235407
155 define-data-property 235392
156 has-property-descriptors 235392
157 acorn 234290
158 depd 233461
159 statuses 233027
160 cookie 232548
161 set-function-length 232278
162 call-bind 232274
163 globals 232274
164 escape-string-regexp 232029
165 escape-html 231301
166 setprototypeof 230553
167 @jridgewell/set-array 230472
168 @jridgewell/gen-mapping 230471
169 toidentifier 230154
170 http-errors 230149
171 destroy 226782
172 ee-first 224516
173 on-finished 224373
174 node-domexception 222819
175 fetch-blob 222031
176 formdata-polyfill 221964
177 has-tostringtag 221929
178 node-fetch 221715
179 is-regex 220857
180 safe-regex-test 220764
181 encodeurl 220401
182 glob-parent 219222
183 is-callable 219091
184 for-each 218847
185 possible-typed-array-names 218807
186 available-typed-arrays 218806
187 which-typed-array 218805
188 reusify 218431
189 fastq 218228
190 content-disposition 218095
191 @sec-ant/readable-stream 217607
192 get-stream 217604
193 parseurl 217534
194 is-unicode-supported 217272
195 unpipe 217204
196 bytes 216935
197 fresh 216693
198 accepts 216598
199 vary 216414
200 path-to-regexp 215598
201 is-plain-obj 214357
202 jsesc 214089
203 resolve-from 214003
204 is-generator-function 212244
205 prop-types 211876
206 etag 211712
207 range-parser 210985
208 content-type 209324
209 yoctocolors 209075
210 queue-microtask 208886
211 rxjs 208694
212 send 207551
213 utils-merge 207251
214 raw-body 206787
215 media-typer 206612
216 type-is 205798
217 env-paths 205785
218 estree-walker 205640
219 slash 205557
220 core-js 204989
221 methods 204942
222 strip-json-comments 204864
223 finalhandler 204172
224 @sindresorhus/merge-streams 203836
225 serve-static 203337
226 is-typed-array 202458
227 supports-color 202147
228 ini 201634
229 tmp 201358
230 run-parallel 200444
231 convert-source-map 199957
232 merge2 199178
233 buffer-from 199168
234 index-to-position 199148
235 parse-json 199144
236 @nodelib/fs.stat 198958
237 @nodelib/fs.scandir 198955
238 @nodelib/fs.walk 198947
239 fast-glob 198837
240 magic-string 198651
241 json5 196879
242 mute-stream 196155
243 callsites 195826
244 ipaddr.js 195305
245 @babel/generator 193853
246 body-parser 193795
247 mime 193334
248 @babel/template 193175
249 @babel/traverse 192828
250 merge-descriptors 192719
251 update-browserslist-db 192714
252 node-releases 192713
253 electron-to-chromium 192712
254 browserslist 192707
255 esutils 192618
256 isarray 191595
257 cookie-signature 191546
258 array-flatten 191288
259 ignore 190676
260 forwarded 189950
261 proxy-addr 189825
262 dotenv 188593
263 express 188052
264 readdirp 187625
265 rimraf 186735
266 domelementtype 186324
267 domhandler 186314
268 chokidar 186230
269 @babel/helper-module-imports 183170
270 dom-serializer 179551
271 domutils 179548
272 object-keys 177457
273 parent-module 176255
274 import-fresh 175711
275 json-schema 175696
276 yocto-queue 175364
277 extend 173925
278 estraverse 172233
279 figures 171058
280 performance-now 170000
281 p-limit 168802
282 imurmurhash 168748
283 ci-info 168737
284 normalize-path 165881
285 source-map-support 165841
286 path-exists 165514
287 define-properties 165221
288 boolbase 165142
289 nth-check 165137
290 deepmerge 164411
291 parse-ms 164194
292 pretty-ms 164054
293 agent-base 163836
294 find-up-simple 163377
295 https-proxy-agent 162655
296 css-what 161569
297 eventemitter3 161014
298 npm-run-path 160915
299 strip-final-newline 160711
300 p-locate 160146
301 object.assign 160105
302 locate-path 160067
303 find-up 160001
304 css-select 159948
305 human-signals 158929
306 execa 158894
307 kind-of 158703
308 is-plain-object 158448
309 randombytes 158122
310 cli-width 156117
311 chardet 155948
312 external-editor 155263
313 make-dir 155259
314 htmlparser2 154814
315 @types/json-schema 154014
316 @babel/helper-validator-option 153984
317 path-type 153837
318 globby 152963
319 is-docker 152787
320 @babel/helper-plugin-utils 152576
321 cosmiconfig 152559
322 camelcase 152348
323 util-deprecate 152254
324 @babel/compat-data 152223
325 @babel/helper-compilation-targets 152206
326 @babel/helper-module-transforms 151813
327 run-async 151449
328 @types/yargs-parser 151308
329 is-inside-container 151276
330 is-wsl 151274
331 @types/yargs 151194
332 ajv-formats 150394
333 json-stringify-safe 149429
334 yoctocolors-cjs 149125
335 @inquirer/type 149118
336 @inquirer/figures 149116
337 @inquirer/core 149115
338 wrappy 148440
339 postcss-value-parser 148396
340 @inquirer/confirm 148302
341 @sinclair/typebox 147912
342 once 147910
343 @inquirer/select 147842
344 @inquirer/checkbox 147726
345 @inquirer/input 147608
346 @inquirer/password 147421
347 @inquirer/expand 147253
348 @inquirer/editor 147243
349 @inquirer/search 147243
350 @inquirer/rawlist 147236
351 @inquirer/number 147234
352 @inquirer/prompts 147232
353 neo-async 146253
354 tweetnacl 145129
355 @ampproject/remapping 144735
356 @jest/schemas 144659
357 inquirer 144422
358 retry 144074
359 is-string 143155
360 asap 142708
361 gensync 142697
362 @types/istanbul-lib-coverage 142605
363 is-symbol 142397
364 @babel/helpers 142374
365 @babel/core 142357
366 @keyv/serialize 142279
367 keyv 142275
368 functions-have-names 142187
369 is-date-object 142029
370 is-boolean-object 141992
371 set-function-name 141969
372 regexp.prototype.flags 141966
373 is-array-buffer 141936
374 is-map 141930
375 is-number-object 141930
376 is-set 141928
377 has-bigints 141927
378 is-bigint 141926
379 internal-slot 141922
380 which-boxed-primitive 141919
381 is-weakmap 141913
382 is-weakset 141913
383 which-collection 141911
384 array-buffer-byte-length 141910
385 is-shared-array-buffer 141910
386 moment 141603
387 @types/istanbul-lib-report 141523
388 @types/istanbul-reports 141522
389 @jest/types 141309
390 jest-util 141063
391 punycode 137709
392 minimalistic-assert 137013
393 cssesc 136293
394 yallist 135806
395 fastest-levenshtein 135041
396 serialize-javascript 134686
397 postcss-selector-parser 134551
398 pkg-dir 134243
399 b4a 134118
400 tldts-core 133593
401 tldts 133142
402 tough-cookie 132955
403 merge-stream 132665
404 http-proxy-agent 132453
405 is-arguments 132120
406 fast-fifo 131858
407 queue-tick 130852
408 text-decoder 130390
409 streamx 130377
410 @vue/shared 130195
411 esrecurse 129589
412 tunnel-agent 129450
413 esprima 129360
414 jest-worker 129126
415 @vue/compiler-core 129098
416 @vue/compiler-dom 129036
417 eslint-scope 128845
418 @jridgewell/source-map 128166
419 terser 128151
420 through 127808
421 globalthis 127751
422 @vue/compiler-ssr 127435
423 @vue/compiler-sfc 127336
424 strip-bom 127214
425 json-parse-even-better-errors 126132
426 write-file-atomic 125992
427 has-proto 125859
428 filelist 125514
429 jake 125505
430 ejs 125446
431 @vue/reactivity 124904
432 regjsparser 124787
433 @types/connect 124546
434 @vue/runtime-core 124236
435 @vue/server-renderer 124152
436 @vue/runtime-dom 124142
437 @babel/plugin-syntax-import-attributes 124133
438 vue 124109
439 function.prototype.name 123964
440 safe-push-apply 123945
441 own-keys 123944
442 is-async-function 123942
443 es-to-primitive 123890
444 is-data-view 123889
445 safe-array-concat 123889
446 string.prototype.trimend 123889
447 is-weakref 123888
448 string.prototype.trimstart 123888
449 is-finalizationregistry 123887
450 data-view-buffer 123886
451 data-view-byte-offset 123886
452 data-view-byte-length 123886
453 es-set-tostringtag 123886
454 get-symbol-description 123886
455 typed-array-byte-length 123886
456 unbox-primitive 123886
457 typed-array-buffer 123886
458 which-builtin-type 123886
459 set-proto 123886
460 arraybuffer.prototype.slice 123885
461 es-abstract 123885
462 reflect.getprototypeof 123885
463 string.prototype.trim 123885
464 typed-array-length 123885
465 typed-array-byte-offset 123885
466 @babel/plugin-syntax-private-property-in-object 123008
467 lodash.merge 122562
468 regenerate 121768
469 regenerate-unicode-properties 121699
470 default-browser-id 121507
471 run-applescript 121488
472 define-lazy-prop 121435
473 bundle-name 121428
474 default-browser 121426
475 open 121420
476 lodash.debounce 121379
477 tapable 121163
478 unicode-property-aliases-ecmascript 120909
479 unicode-canonical-property-names-ecmascript 120908
480 unicode-match-property-value-ecmascript 120908
481 unicode-match-property-ecmascript 120906
482 regjsgen 120868
483 regexpu-core 120866
484 typescript 120252
485 natural-compare 120027
486 regenerator-transform 119603
487 @babel/plugin-syntax-jsx 119260
488 on-headers 119027
489 @babel/helper-annotate-as-pure 118732
490 ajv-keywords 117266
491 hoist-non-react-statics 117133
492 core-util-is 116946
493 @types/qs 116871
494 anymatch 116286
495 stylis 116059
496 eslint-visitor-keys 115940
497 enhanced-resolve 115309
498 @babel/helper-skip-transparent-expression-wrappers 115193
499 schema-utils 115191
500 @types/ws 114968
501 get-package-type 114826
502 @babel/helper-member-expression-to-functions 114823
503 @babel/helper-optimise-call-expression 114822
504 @babel/helper-replace-supers 114821
505 stack-utils 114812
506 http-cache-semantics 114537
507 @babel/helper-create-class-features-plugin 114265
508 asn1 113623
509 color-name 113475
510 @types/mime 113428
511 @babel/plugin-syntax-typescript 113336
512 @types/http-errors 113101
513 @babel/plugin-transform-modules-commonjs 112906
514 undici 112899
515 @types/send 112783
516 @types/range-parser 112706
517 @types/express-serve-static-core 112693
518 @types/body-parser 112654
519 @types/serve-static 112640
520 colorette 112633
521 @types/express 112554
522 bcrypt-pbkdf 112119
523 chownr 111706
524 @emotion/unitless 111680
525 promise 111580
526 minizlib 111269
527 @isaacs/fs-minipass 111227
528 tar 111226
529 core-js-compat 111222
530 assert-plus 111193
531 util 111094
532 pify 111067
533 fast-levenshtein 110698
534 underscore 110556
535 extsprintf 110306
536 pirates 110216
537 jsbn 109794
538 classnames 109771
539 verror 109718
540 arg 109680
541 mimic-function 109678
542 common-path-prefix 109147
543 es-module-lexer 108166
544 caseless 108145
545 @babel/plugin-transform-arrow-functions 107764
546 @babel/plugin-transform-classes 107696
547 parse5 107348
548 @babel/plugin-transform-shorthand-properties 107282
549 @babel/plugin-transform-parameters 107264
550 @babel/plugin-transform-block-scoping 107239
551 @babel/helper-define-polyfill-provider 107219
552 babel-plugin-polyfill-corejs2 107212
553 babel-plugin-polyfill-corejs3 107212
554 babel-plugin-polyfill-regenerator 107210
555 dashdash 107105
556 @eslint-community/eslint-utils 107103
557 is-typedarray 107045
558 @babel/plugin-transform-for-of 107038
559 @babel/plugin-transform-destructuring 106923
560 @babel/plugin-transform-spread 106907
561 ecc-jsbn 106882
562 getpass 106876
563 @babel/plugin-transform-computed-properties 106872
564 sshpk 106862
565 @babel/plugin-transform-class-properties 106804
566 @babel/plugin-transform-literals 106793
567 jsprim 106780
568 color-convert 106779
569 @babel/plugin-transform-function-name 106769
570 @babel/plugin-transform-optional-chaining 106684
571 @babel/plugin-transform-nullish-coalescing-operator 106642
572 loader-utils 106601
573 http-signature 106549
574 aws4 106442
575 pretty-format 106363
576 fast-json-stable-stringify 106223
577 @babel/plugin-transform-private-methods 106185
578 end-of-stream 106167
579 kleur 106124
580 find-cache-dir 106054
581 @babel/helper-create-regexp-features-plugin 105843
582 acorn-jsx 105770
583 lilconfig 105768
584 @babel/helper-wrap-function 105762
585 @babel/plugin-transform-unicode-regex 105674
586 isstream 105646
587 sax 105539
588 flatted 105472
589 @babel/helper-remap-async-to-generator 105357
590 @babel/plugin-transform-async-to-generator 105322
591 text-table 105267
592 @babel/plugin-transform-sticky-regex 105212
593 forever-agent 105188
594 aws-sign2 105179
595 mdn-data 105062
596 @babel/plugin-transform-named-capturing-groups-regex 105051
597 css-tree 104980
598 @babel/plugin-transform-regenerator 104854
599 @babel/plugin-transform-object-rest-spread 104775
600 @babel/plugin-transform-async-generator-functions 104736
601 @babel/plugin-transform-optional-catch-binding 104672
602 @babel/plugin-transform-logical-assignment-operators 104663
603 @babel/plugin-transform-numeric-separator 104658
604 @babel/plugin-transform-private-property-in-object 104647
605 word-wrap 104120
606 onetime 103890
607 abbrev 103490
608 jest-get-type 103380
609 sisteransi 103321
610 nopt 103228
611 bn.js 103016
612 co 102893
613 @eslint-community/regexpp 102527
614 node-int64 102448
615 requires-port 102363
616 webpack-sources 102252
617 glob-to-regexp 102202
618 @types/eslint 102148
619 @types/stack-utils 101861
620 jest-message-util 101833
621 restore-cursor 101832
622 p-map 101816
623 oauth-sign 101596
624 diff 101534
625 har-schema 101531
626 cli-cursor 101499
627 node-forge 101426
628 har-validator 101408
629 @babel/plugin-transform-template-literals 101400
630 espree 101316
631 log-symbols 101175
632 watchpack 100624
633 request 100617
634 global-prefix 100127
635 @emotion/memoize 100074
636 chrome-trace-event 100052
637 no-case 100049
638 esquery 99973
639 @babel/plugin-transform-block-scoped-functions 99963
640 @babel/plugin-transform-object-super 99962
641 jiti 99543
642 terser-webpack-plugin 99344
643 any-promise 99184
644 global-modules 99152
645 escodegen 99104
646 prompts 99000
647 @babel/plugin-transform-property-literals 98828
648 @babel/plugin-transform-member-expression-literals 98801
649 lodash.isplainobject 98634
650 loader-runner 98596
651 @babel/plugin-syntax-object-rest-spread 98480
652 ip-address 98467
653 @babel/plugin-transform-export-namespace-from 98256
654 @babel/plugin-syntax-optional-chaining 98191
655 @xtuc/long 98080
656 @webassemblyjs/floating-point-hex-parser 98077
657 @webassemblyjs/helper-api-error 98077
658 @webassemblyjs/helper-numbers 98076
659 @webassemblyjs/helper-wasm-bytecode 98076
660 @webassemblyjs/ast 98075
661 @xtuc/ieee754 98058
662 @webassemblyjs/leb128 98057
663 @webassemblyjs/ieee754 98056
664 @webassemblyjs/utf8 98056
665 @webassemblyjs/wasm-parser 98046
666 @webassemblyjs/wast-printer 98045
667 @webassemblyjs/wasm-gen 98034
668 @webassemblyjs/helper-buffer 98028
669 @webassemblyjs/helper-wasm-section 98026
670 @webassemblyjs/wasm-opt 98025
671 @webassemblyjs/wasm-edit 98024
672 @babel/plugin-transform-typeof-symbol 98019
673 @babel/plugin-transform-exponentiation-operator 98018
674 @types/eslint-scope 98016
675 @babel/plugin-transform-modules-amd 98016
676 @babel/plugin-transform-duplicate-keys 97998
677 webpack 97991
678 @babel/plugin-syntax-import-assertions 97664
679 shell-quote 97541
680 zod 97489
681 @babel/plugin-syntax-nullish-coalescing-operator 97262
682 smart-buffer 97231
683 @babel/plugin-proposal-unicode-property-regex 96988
684 @babel/plugin-proposal-private-property-in-object 96938
685 compressible 96916
686 @babel/plugin-transform-modules-systemjs 96904
687 @babel/plugin-transform-modules-umd 96901
688 @babel/plugin-transform-dotall-regex 96878
689 @babel/plugin-transform-new-target 96863
690 @babel/plugin-transform-class-static-block 96860
691 @babel/plugin-transform-dynamic-import 96857
692 @babel/plugin-transform-unicode-property-regex 96851
693 @babel/plugin-transform-json-strings 96850
694 istanbul-lib-coverage 96849
695 @babel/plugin-syntax-unicode-sets-regex 96845
696 @babel/plugin-transform-reserved-words 96844
697 @babel/preset-modules 96842
698 @babel/plugin-transform-unicode-sets-regex 96841
699 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression 96841
700 @babel/plugin-transform-unicode-escapes 96839
701 @babel/plugin-transform-regexp-modifiers 96839
702 @babel/plugin-bugfix-firefox-class-in-computed-class-key 96839
703 @babel/plugin-bugfix-safari-class-field-initializer-scope 96839
704 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly 96839
705 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining 96839
706 @babel/plugin-transform-duplicate-named-capturing-groups-regex 96839
707 @babel/preset-env 96838
708 diff-sequences 96735
709 socks 96734
710 jest-diff 96567
711 resolve-cwd 96564
712 deep-is 96245
713 @types/cookie 96239
714 babel-plugin-macros 96218
715 @babel/plugin-syntax-numeric-separator 96136
716 tar-stream 96120
717 is-arrayish 96061
718 @istanbuljs/schema 96006
719 es-shim-unscopables 95805
720 babel-runtime 95746
721 socks-proxy-agent 95700
722 hookified 95685
723 cacheable 95684
724 flat-cache 95659
725 bser 95475
726 fb-watchman 95471
727 prelude-ls 95456
728 @types/babel__traverse 95395
729 @types/babel__generator 95311
730 doctrine 95289
731 type-check 95270
732 file-entry-cache 95253
733 @types/babel__template 95224
734 type-detect 95213
735 @babel/plugin-syntax-class-properties 95212
736 @types/babel__core 95204
737 lodash.uniq 95136
738 levn 95112
739 obuf 94988
740 test-exclude 94940
741 optionator 94814
742 lodash-es 94787
743 jest-matcher-utils 94755
744 @rollup/pluginutils 94700
745 compression 94680
746 istanbul-lib-instrument 94641
747 object.values 94615
748 @jest/expect-utils 94539
749 expect 94530
750 clsx 94469
751 fsevents 94244
752 leven 94214
753 array.prototype.flat 94180
754 dedent 94179
755 http-parser-js 94085
756 thenify 94054
757 hosted-git-info 94018
758 @babel/plugin-syntax-import-meta 93888
759 websocket-extensions 93765
760 @babel/plugin-transform-typescript 93724
761 websocket-driver 93644
762 faye-websocket 93629
763 csso 93619
764 @istanbuljs/load-nyc-config 93567
765 @eslint/js 93527
766 json-stable-stringify-without-jsonify 93506
767 thenify-all 93406
768 mz 93276
769 rollup 93095
770 safe-stable-stringify 93067
771 @eslint/eslintrc 92903
772 tmpl 92883
773 @eslint/core 92864
774 @eslint/plugin-kit 92862
775 @sinonjs/commons 92860
776 makeerror 92852
777 walker 92834
778 clean-css 92650
779 object-hash 92612
780 @humanwhocodes/retry 92600
781 @eslint/object-schema 92594
782 @humanfs/core 92591
783 @humanfs/node 92587
784 @trysound/sax 92583
785 @eslint/config-array 92582
786 @humanwhocodes/module-importer 92581
787 eslint 92572
788 svgo 92570
789 @sinonjs/fake-timers 92547
790 @babel/plugin-syntax-async-generators 92393
791 @babel/plugin-syntax-optional-catch-binding 91957
792 @babel/plugin-syntax-json-strings 91892
793 @babel/plugin-syntax-logical-assignment-operators 91834
794 object.fromentries 91813
795 babel-plugin-istanbul 91736
796 invariant 91660
797 import-local 91642
798 simple-swizzle 91543
799 color-string 91538
800 indent-string 91527
801 @babel/plugin-syntax-top-level-await 91518
802 @babel/plugin-syntax-bigint 91471
803 fraction.js 91466
804 @types/graceful-fs 91447
805 @babel/plugin-syntax-class-static-block 91350
806 tsconfig-paths 91334
807 jest-regex-util 91333
808 array-includes 91315
809 jest-haste-map 91288
810 webidl-conversions 91252
811 @jest/transform 91115
812 object.entries 91077
813 babel-preset-current-node-syntax 91061
814 cjs-module-lexer 90905
815 array.prototype.flatmap 90850
816 html-escaper 90771
817 @noble/hashes 90581
818 whatwg-mimetype 90278
819 babel-plugin-jest-hoist 90149
820 babel-preset-jest 90141
821 babel-jest 90112
822 whatwg-fetch 89979
823 @babel/plugin-transform-runtime 89954
824 @typescript-eslint/types 89852
825 icss-utils 89772
826 @babel/plugin-transform-react-jsx 89732
827 postcss-modules-local-by-default 89709
828 postcss-modules-scope 89708
829 postcss-modules-extract-imports 89652
830 camel-case 89650
831 @csstools/css-tokenizer 89633
832 @csstools/css-parser-algorithms 89630
833 lodash.memoize 89605
834 postcss-modules-values 89565
835 tr46 89485
836 ts-api-utils 89271
837 @typescript-eslint/visitor-keys 89221
838 @typescript-eslint/typescript-estree 89204
839 jest-mock 89165
840 @jest/fake-timers 89055
841 @jest/environment 89033
842 emittery 88811
843 duplexer 88724
844 spdx-license-ids 88591
845 spdx-exceptions 88546
846 spdx-expression-parse 88529
847 http-proxy 88477
848 dayjs 88417
849 normalize-range 88379
850 color 88340
851 detect-newline 88323
852 autoprefixer 88315
853 @typescript-eslint/scope-manager 88276
854 exit 88270
855 deep-extend 88200
856 jest-validate 88189
857 whatwg-url 88148
858 string.prototype.matchall 87955
859 jest-environment-node 87932
860 @babel/plugin-transform-react-display-name 87736
861 spdx-correct 87130
862 validate-npm-package-license 87026
863 @emotion/hash 86844
864 eslint-import-resolver-node 86840
865 @typescript-eslint/utils 86798
866 ecdsa-sig-formatter 86775
867 normalize-package-data 86755
868 buffer-equal-constant-time 86516
869 jwa 86452
870 jws 86408
871 @types/trusted-types 86289
872 param-case 86095
873 eslint-module-utils 85883
874 istanbul-lib-report 85777
875 istanbul-reports 85733
876 dom-helpers 85669
877 object.groupby 85649
878 array.prototype.findlastindex 85637
879 @rtsao/scc 85608
880 eslint-plugin-import 85598
881 whatwg-encoding 85484
882 node-abort-controller 85288
883 thingies 85009
884 @jsonjoy.com/util 85006
885 hyperdyperid 85005
886 @jsonjoy.com/base64 85003
887 @jsonjoy.com/json-pack 85002
888 tree-dump 85002
889 memfs 84975
890 @typescript-eslint/parser 84770
891 graphemer 84758
892 @emotion/is-prop-valid 84507
893 node-addon-api 84455
894 setimmediate 84438
895 resolve.exports 84387
896 css-loader 84380
897 relateurl 84380
898 pure-rand 84319
899 istanbul-lib-source-maps 84278
900 @csstools/css-calc 84177
901 @csstools/color-helpers 84171
902 @csstools/css-color-parser 84169
903 @typescript-eslint/type-utils 83970
904 @babel/preset-typescript 83789
905 @typescript-eslint/eslint-plugin 83772
906 babel-loader 83694
907 detect-libc 83575
908 string-length 83571
909 mimic-response 83554
910 decompress-response 83481
911 jsx-ast-utils 83368
912 react-transition-group 82775
913 rc 82748
914 string.prototype.repeat 82587
915 mitt 82534
916 @bcoe/v8-coverage 82497
917 iterator.prototype 82462
918 array.prototype.tosorted 82428
919 v8-to-istanbul 82428
920 es-iterator-helpers 82427
921 array.prototype.findlast 82410
922 eslint-plugin-react 82391
923 aria-query 82391
924 jest-snapshot 82072
925 stackframe 82068
926 @types/http-proxy 82009
927 buffer-crc32 81884
928 @babel/plugin-proposal-class-properties 81876
929 @jest/expect 81807
930 @jest/globals 81798
931 set-cookie-parser 81676
932 @leichtgewicht/ip-codec 81674
933 error-stack-parser 81672
934 dns-packet 81588
935 collect-v8-coverage 81514
936 @jest/console 81508
937 @jest/test-result 81493
938 colord 81485
939 jest-docblock 81451
940 @types/node-forge 81390
941 jest-pnp-resolver 81309
942 jest-resolve 81293
943 is-generator-fn 81251
944 jest-watcher 81223
945 @jest/source-map 81218
946 jest-runtime 81217
947 @babel/plugin-syntax-decorators 81202
948 selfsigned 81186
949 jest-each 81184
950 jest-circus 81155
951 jest-leak-detector 81131
952 jest-runner 81125
953 webpack-dev-middleware 81120
954 @jest/test-sequencer 81115
955 jest-config 81095
956 @jest/reporters 81082
957 jest-changed-files 81029
958 ansi-html-community 81026
959 @babel/plugin-proposal-decorators 80872
960 jest-resolve-dependencies 80860
961 @noble/curves 80826
962 @jest/core 80822
963 create-jest 80766
964 jest-cli 80759
965 acorn-walk 80671
966 cors 80597
967 immer 80196
968 @types/retry 80126
969 exponential-backoff 80076
970 jest 79931
971 bluebird 79582
972 detect-node 79517
973 is-network-error 79344
974 p-retry 79341
975 batch 79321
976 @babel/plugin-transform-react-jsx-development 79273
977 @babel/plugin-transform-react-pure-annotations 79209
978 @babel/preset-react 79201
979 http-proxy-middleware 79130
980 connect-history-api-fallback 78966
981 @babel/plugin-syntax-flow 78589
982 dotenv-expand 78516
983 @babel/plugin-transform-flow-strip-types 78456
984 style-loader 78422
985 serve-index 78296
986 utila 78185
987 dom-converter 78173
988 renderkid 78171
989 pretty-error 78152
990 caniuse-api 78084
991 rfdc 77982
992 pretty-bytes 77835
993 postcss-calc 77811
994 axobject-query 77604
995 cross-fetch 77506
996 pkg-up 77436
997 long 77432
998 lodash.isstring 77412
999 axe-core 77405
1000 clone 77377

About

Determine the most depended-upon packages of npm by direct dependency counting.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages