@cspell/dict-npm 5.2.3 → 5.2.4
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/LICENSE +1 -1
- package/dict/npm.txt +4 -0
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2017-
|
|
3
|
+
Copyright (c) 2017-2025 Street Side Software <support@streetsidesoftware.nl>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/dict/npm.txt
CHANGED
|
@@ -336,6 +336,7 @@ ckeditor5-media-embed
|
|
|
336
336
|
ckeditor5-paragraph
|
|
337
337
|
ckeditor5-paste-from-office
|
|
338
338
|
ckeditor5-react
|
|
339
|
+
ckeditor5-real-time-collaboration
|
|
339
340
|
ckeditor5-table
|
|
340
341
|
ckeditor5-typing
|
|
341
342
|
ckeditor5-ui
|
|
@@ -914,6 +915,7 @@ global
|
|
|
914
915
|
globals
|
|
915
916
|
globals-docs
|
|
916
917
|
globby
|
|
918
|
+
globrex
|
|
917
919
|
glowing-barnacle
|
|
918
920
|
gm
|
|
919
921
|
gmll
|
|
@@ -926,6 +928,7 @@ govuk-frontend
|
|
|
926
928
|
graceful-fs
|
|
927
929
|
gradient-string
|
|
928
930
|
gradually-current-chief
|
|
931
|
+
grammy
|
|
929
932
|
grandlinex
|
|
930
933
|
graph-these
|
|
931
934
|
graphql
|
|
@@ -2540,6 +2543,7 @@ twit
|
|
|
2540
2543
|
twitter
|
|
2541
2544
|
twurple
|
|
2542
2545
|
ty
|
|
2546
|
+
type
|
|
2543
2547
|
type-coverage
|
|
2544
2548
|
type-fest
|
|
2545
2549
|
type-is
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.4",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"dict/npm.txt",
|
|
43
43
|
"cspell-ext.json"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "b98515af5fd32c00e4a172176881a383faf2a7a2"
|
|
46
46
|
}
|