@cspell/dict-npm 5.0.10 → 5.0.12
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 +8 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -72,6 +72,7 @@ cli
|
|
|
72
72
|
cli-color
|
|
73
73
|
cli-table
|
|
74
74
|
clone
|
|
75
|
+
clsx
|
|
75
76
|
co
|
|
76
77
|
coffee-script
|
|
77
78
|
colors
|
|
@@ -122,6 +123,7 @@ discord
|
|
|
122
123
|
discordjs
|
|
123
124
|
dist
|
|
124
125
|
dnode
|
|
126
|
+
docgen
|
|
125
127
|
docpad
|
|
126
128
|
documentdb
|
|
127
129
|
docusaurus
|
|
@@ -332,6 +334,7 @@ highlight
|
|
|
332
334
|
history
|
|
333
335
|
hoek
|
|
334
336
|
homebridge
|
|
337
|
+
hookform
|
|
335
338
|
how-to-npm
|
|
336
339
|
html-minifier
|
|
337
340
|
html-pdf
|
|
@@ -420,6 +423,7 @@ log4js
|
|
|
420
423
|
loopback
|
|
421
424
|
lowdb
|
|
422
425
|
lru-cache
|
|
426
|
+
lucide
|
|
423
427
|
lwip
|
|
424
428
|
lyricssearchermusixmatch
|
|
425
429
|
main-bower-files
|
|
@@ -548,6 +552,7 @@ pi-gpio
|
|
|
548
552
|
pm2
|
|
549
553
|
pnpify
|
|
550
554
|
pnpm
|
|
555
|
+
pnpx
|
|
551
556
|
postcss
|
|
552
557
|
posthtml
|
|
553
558
|
pouchdb
|
|
@@ -653,6 +658,7 @@ svgo
|
|
|
653
658
|
swig
|
|
654
659
|
tailwind
|
|
655
660
|
tailwindcss
|
|
661
|
+
tanstack
|
|
656
662
|
tap
|
|
657
663
|
tape
|
|
658
664
|
tar
|
|
@@ -673,6 +679,7 @@ twit
|
|
|
673
679
|
twitter
|
|
674
680
|
typedoc
|
|
675
681
|
typedocs
|
|
682
|
+
typegen
|
|
676
683
|
typegoose
|
|
677
684
|
typescript
|
|
678
685
|
typescript-formatter
|
|
@@ -727,6 +734,7 @@ xlsx
|
|
|
727
734
|
xml2js
|
|
728
735
|
xmldom
|
|
729
736
|
xregexp
|
|
737
|
+
xstate
|
|
730
738
|
xtend
|
|
731
739
|
xterm
|
|
732
740
|
yamljs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.12",
|
|
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": "1be5a9ff9c0d99c42ff57e931e4b87bbca164aa7"
|
|
41
41
|
}
|