@cspell/dict-npm 5.2.2 → 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 +7 -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
|
@@ -322,6 +322,7 @@ ckeditor5-ckbox
|
|
|
322
322
|
ckeditor5-ckfinder
|
|
323
323
|
ckeditor5-clipboard
|
|
324
324
|
ckeditor5-cloud-services
|
|
325
|
+
ckeditor5-collaboration-core
|
|
325
326
|
ckeditor5-core
|
|
326
327
|
ckeditor5-easy-image
|
|
327
328
|
ckeditor5-engine
|
|
@@ -335,6 +336,7 @@ ckeditor5-media-embed
|
|
|
335
336
|
ckeditor5-paragraph
|
|
336
337
|
ckeditor5-paste-from-office
|
|
337
338
|
ckeditor5-react
|
|
339
|
+
ckeditor5-real-time-collaboration
|
|
338
340
|
ckeditor5-table
|
|
339
341
|
ckeditor5-typing
|
|
340
342
|
ckeditor5-ui
|
|
@@ -647,6 +649,7 @@ emailjs
|
|
|
647
649
|
ember-cli
|
|
648
650
|
ember-cli-babel
|
|
649
651
|
ember-cli-htmlbars
|
|
652
|
+
embla-carousel-reactive-utils
|
|
650
653
|
emmet
|
|
651
654
|
emotion
|
|
652
655
|
enact
|
|
@@ -912,6 +915,7 @@ global
|
|
|
912
915
|
globals
|
|
913
916
|
globals-docs
|
|
914
917
|
globby
|
|
918
|
+
globrex
|
|
915
919
|
glowing-barnacle
|
|
916
920
|
gm
|
|
917
921
|
gmll
|
|
@@ -924,6 +928,7 @@ govuk-frontend
|
|
|
924
928
|
graceful-fs
|
|
925
929
|
gradient-string
|
|
926
930
|
gradually-current-chief
|
|
931
|
+
grammy
|
|
927
932
|
grandlinex
|
|
928
933
|
graph-these
|
|
929
934
|
graphql
|
|
@@ -2076,6 +2081,7 @@ react-router-redux
|
|
|
2076
2081
|
react-scripts
|
|
2077
2082
|
react-select
|
|
2078
2083
|
react-slick
|
|
2084
|
+
react-smooth
|
|
2079
2085
|
react-style-singleton
|
|
2080
2086
|
react-styleguidist
|
|
2081
2087
|
react-svg
|
|
@@ -2537,6 +2543,7 @@ twit
|
|
|
2537
2543
|
twitter
|
|
2538
2544
|
twurple
|
|
2539
2545
|
ty
|
|
2546
|
+
type
|
|
2540
2547
|
type-coverage
|
|
2541
2548
|
type-fest
|
|
2542
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
|
}
|