@cspell/dict-npm 5.2.16 → 5.2.18
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 +9 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -302,6 +302,7 @@ character-entities-html
|
|
|
302
302
|
character-entities-legacy
|
|
303
303
|
character-reference-invalid
|
|
304
304
|
chart
|
|
305
|
+
chat
|
|
305
306
|
chat-ui-kit-react
|
|
306
307
|
chatfanpage
|
|
307
308
|
chatscope
|
|
@@ -413,6 +414,7 @@ concurrently
|
|
|
413
414
|
condense-newlines
|
|
414
415
|
config
|
|
415
416
|
configstore
|
|
417
|
+
confirm
|
|
416
418
|
connect
|
|
417
419
|
connect-flash
|
|
418
420
|
connect-history-api-fallback
|
|
@@ -424,6 +426,7 @@ consolidate
|
|
|
424
426
|
constants
|
|
425
427
|
content-disposition
|
|
426
428
|
content-type
|
|
429
|
+
context7-mcp
|
|
427
430
|
conventional-changelog
|
|
428
431
|
conventional-changelog-cli
|
|
429
432
|
conventional-changelog-conventionalcommits
|
|
@@ -1451,6 +1454,7 @@ livereload
|
|
|
1451
1454
|
load-grunt-config
|
|
1452
1455
|
load-grunt-tasks
|
|
1453
1456
|
loader-utils
|
|
1457
|
+
lobehub
|
|
1454
1458
|
local-web-server
|
|
1455
1459
|
localforage
|
|
1456
1460
|
localtunnel
|
|
@@ -1873,6 +1877,7 @@ plugin-proposal-export-namespace-from
|
|
|
1873
1877
|
plugin-proposal-object-rest-spread
|
|
1874
1878
|
plugin-react
|
|
1875
1879
|
plugin-register-components
|
|
1880
|
+
plugin-rgb-color
|
|
1876
1881
|
plugin-search
|
|
1877
1882
|
plugin-syntax-dynamic-import
|
|
1878
1883
|
plugin-transform-runtime
|
|
@@ -2085,10 +2090,12 @@ react-markdown
|
|
|
2085
2090
|
react-modal
|
|
2086
2091
|
react-motion
|
|
2087
2092
|
react-native
|
|
2093
|
+
react-native-aes-crypto
|
|
2088
2094
|
react-native-animatable
|
|
2089
2095
|
react-native-collapsible
|
|
2090
2096
|
react-native-file-viewer
|
|
2091
2097
|
react-native-keychain
|
|
2098
|
+
react-native-lightbox
|
|
2092
2099
|
react-native-lightbox-v
|
|
2093
2100
|
react-native-macos
|
|
2094
2101
|
react-native-progress
|
|
@@ -2217,6 +2224,7 @@ riot
|
|
|
2217
2224
|
robotjs
|
|
2218
2225
|
roboto
|
|
2219
2226
|
rolldown
|
|
2227
|
+
rolldown-vite
|
|
2220
2228
|
rollup
|
|
2221
2229
|
rollup-plugin-babel
|
|
2222
2230
|
rollup-plugin-buble
|
|
@@ -2636,6 +2644,7 @@ upgraded-fishstick
|
|
|
2636
2644
|
uploadcare
|
|
2637
2645
|
uploadcare-widget
|
|
2638
2646
|
uppy
|
|
2647
|
+
upstash
|
|
2639
2648
|
urijs
|
|
2640
2649
|
url
|
|
2641
2650
|
url-join
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.18",
|
|
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": "40fe4589434216ea4887059d858696de861ed694"
|
|
46
46
|
}
|