@cspell/dict-npm 5.0.9 → 5.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dict/npm.txt +12 -0
  2. package/package.json +2 -2
package/dict/npm.txt CHANGED
@@ -122,6 +122,7 @@ discord
122
122
  discordjs
123
123
  dist
124
124
  dnode
125
+ docgen
125
126
  docpad
126
127
  documentdb
127
128
  docusaurus
@@ -326,11 +327,13 @@ hapi
326
327
  hbs
327
328
  heapdump
328
329
  helmet
330
+ heroicons
329
331
  hexo
330
332
  highlight
331
333
  history
332
334
  hoek
333
335
  homebridge
336
+ hookform
334
337
  how-to-npm
335
338
  html-minifier
336
339
  html-pdf
@@ -419,6 +422,7 @@ log4js
419
422
  loopback
420
423
  lowdb
421
424
  lru-cache
425
+ lucide
422
426
  lwip
423
427
  lyricssearchermusixmatch
424
428
  main-bower-files
@@ -477,6 +481,8 @@ nedb
477
481
  needle
478
482
  newman
479
483
  newrelic
484
+ nextauth
485
+ nextjs
480
486
  ngrok
481
487
  nib
482
488
  nightmare
@@ -545,6 +551,7 @@ pi-gpio
545
551
  pm2
546
552
  pnpify
547
553
  pnpm
554
+ pnpx
548
555
  postcss
549
556
  posthtml
550
557
  pouchdb
@@ -639,6 +646,7 @@ style-loader
639
646
  stylelint
640
647
  stylus
641
648
  superagent
649
+ superjson
642
650
  supertest
643
651
  supertest-as-promised
644
652
  supervisor
@@ -647,6 +655,9 @@ sveltejs
647
655
  sveltekit
648
656
  svgo
649
657
  swig
658
+ tailwind
659
+ tailwindcss
660
+ tanstack
650
661
  tap
651
662
  tape
652
663
  tar
@@ -667,6 +678,7 @@ twit
667
678
  twitter
668
679
  typedoc
669
680
  typedocs
681
+ typegen
670
682
  typegoose
671
683
  typescript
672
684
  typescript-formatter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.0.9",
3
+ "version": "5.0.11",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,5 +37,5 @@
37
37
  "dict/npm.txt",
38
38
  "cspell-ext.json"
39
39
  ],
40
- "gitHead": "a73b558ae5fcbb88bfce955a8628a56ab5e7cbe7"
40
+ "gitHead": "3097013e574b3c2bfed326925e27cf3d50006a8a"
41
41
  }