@cspell/dict-npm 5.0.10 → 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.
- package/dict/npm.txt +6 -0
- 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
|
|
@@ -332,6 +333,7 @@ highlight
|
|
|
332
333
|
history
|
|
333
334
|
hoek
|
|
334
335
|
homebridge
|
|
336
|
+
hookform
|
|
335
337
|
how-to-npm
|
|
336
338
|
html-minifier
|
|
337
339
|
html-pdf
|
|
@@ -420,6 +422,7 @@ log4js
|
|
|
420
422
|
loopback
|
|
421
423
|
lowdb
|
|
422
424
|
lru-cache
|
|
425
|
+
lucide
|
|
423
426
|
lwip
|
|
424
427
|
lyricssearchermusixmatch
|
|
425
428
|
main-bower-files
|
|
@@ -548,6 +551,7 @@ pi-gpio
|
|
|
548
551
|
pm2
|
|
549
552
|
pnpify
|
|
550
553
|
pnpm
|
|
554
|
+
pnpx
|
|
551
555
|
postcss
|
|
552
556
|
posthtml
|
|
553
557
|
pouchdb
|
|
@@ -653,6 +657,7 @@ svgo
|
|
|
653
657
|
swig
|
|
654
658
|
tailwind
|
|
655
659
|
tailwindcss
|
|
660
|
+
tanstack
|
|
656
661
|
tap
|
|
657
662
|
tape
|
|
658
663
|
tar
|
|
@@ -673,6 +678,7 @@ twit
|
|
|
673
678
|
twitter
|
|
674
679
|
typedoc
|
|
675
680
|
typedocs
|
|
681
|
+
typegen
|
|
676
682
|
typegoose
|
|
677
683
|
typescript
|
|
678
684
|
typescript-formatter
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.0.
|
|
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": "
|
|
40
|
+
"gitHead": "3097013e574b3c2bfed326925e27cf3d50006a8a"
|
|
41
41
|
}
|