@cspell/dict-npm 5.2.29 → 5.2.30
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 +7 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -247,6 +247,7 @@ broccoli-merge-trees
|
|
|
247
247
|
broccoli-middleware
|
|
248
248
|
broccoli-test-helper
|
|
249
249
|
brought-tried-whether
|
|
250
|
+
browser-playwright
|
|
250
251
|
browser-sync
|
|
251
252
|
browser-utils
|
|
252
253
|
browserify
|
|
@@ -472,6 +473,7 @@ cross-fetch
|
|
|
472
473
|
cross-spawn
|
|
473
474
|
crud
|
|
474
475
|
crud-typeorm
|
|
476
|
+
crxjs
|
|
475
477
|
crypto
|
|
476
478
|
crypto-browserify
|
|
477
479
|
crypto-js
|
|
@@ -821,6 +823,7 @@ extend-shallow
|
|
|
821
823
|
extract-text-webpack-plugin
|
|
822
824
|
extract-zip
|
|
823
825
|
extras
|
|
826
|
+
eyes
|
|
824
827
|
facing-cook
|
|
825
828
|
fair-tower-web3-store
|
|
826
829
|
fake-timers
|
|
@@ -869,6 +872,8 @@ flatpickr
|
|
|
869
872
|
flatten
|
|
870
873
|
flicking
|
|
871
874
|
flightplan
|
|
875
|
+
flmngr
|
|
876
|
+
flmngr-react
|
|
872
877
|
floating-ui
|
|
873
878
|
flow-bin
|
|
874
879
|
flowbite
|
|
@@ -1538,6 +1543,7 @@ matter-view-web3-fence
|
|
|
1538
1543
|
mc-scripts
|
|
1539
1544
|
md
|
|
1540
1545
|
md-docs
|
|
1546
|
+
md-to-pdf
|
|
1541
1547
|
md5-file
|
|
1542
1548
|
mdast-util-from-markdown
|
|
1543
1549
|
mdast-util-to-hast
|
|
@@ -2716,6 +2722,7 @@ virtual-core
|
|
|
2716
2722
|
virtual-dom
|
|
2717
2723
|
visage
|
|
2718
2724
|
vite
|
|
2725
|
+
vite-plugin
|
|
2719
2726
|
vite-plugin-api-routes
|
|
2720
2727
|
vite-plugin-svelte
|
|
2721
2728
|
vitefu
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.30",
|
|
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": "617f1dee7079860f829a0f699202ad0682031e93"
|
|
46
46
|
}
|