@cspell/dict-npm 5.2.28 → 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 +13 -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
|
|
@@ -648,6 +650,8 @@ eas-framework
|
|
|
648
650
|
ebs-helper
|
|
649
651
|
echarts
|
|
650
652
|
eclint
|
|
653
|
+
ed
|
|
654
|
+
edsdk
|
|
651
655
|
egjs
|
|
652
656
|
eightshift
|
|
653
657
|
ejs
|
|
@@ -819,6 +823,7 @@ extend-shallow
|
|
|
819
823
|
extract-text-webpack-plugin
|
|
820
824
|
extract-zip
|
|
821
825
|
extras
|
|
826
|
+
eyes
|
|
822
827
|
facing-cook
|
|
823
828
|
fair-tower-web3-store
|
|
824
829
|
fake-timers
|
|
@@ -867,6 +872,8 @@ flatpickr
|
|
|
867
872
|
flatten
|
|
868
873
|
flicking
|
|
869
874
|
flightplan
|
|
875
|
+
flmngr
|
|
876
|
+
flmngr-react
|
|
870
877
|
floating-ui
|
|
871
878
|
flow-bin
|
|
872
879
|
flowbite
|
|
@@ -1536,6 +1543,7 @@ matter-view-web3-fence
|
|
|
1536
1543
|
mc-scripts
|
|
1537
1544
|
md
|
|
1538
1545
|
md-docs
|
|
1546
|
+
md-to-pdf
|
|
1539
1547
|
md5-file
|
|
1540
1548
|
mdast-util-from-markdown
|
|
1541
1549
|
mdast-util-to-hast
|
|
@@ -1766,6 +1774,7 @@ object-hash
|
|
|
1766
1774
|
object-inspect
|
|
1767
1775
|
object-keys
|
|
1768
1776
|
object-path
|
|
1777
|
+
observablehq
|
|
1769
1778
|
observe-food-motion-hidden
|
|
1770
1779
|
oclif
|
|
1771
1780
|
octokit
|
|
@@ -1872,6 +1881,7 @@ platform-server
|
|
|
1872
1881
|
playbook-builder
|
|
1873
1882
|
playwright
|
|
1874
1883
|
plist
|
|
1884
|
+
plot
|
|
1875
1885
|
plugin-active-header-links
|
|
1876
1886
|
plugin-commonjs
|
|
1877
1887
|
plugin-doc-explorer
|
|
@@ -2084,6 +2094,7 @@ react-docgen
|
|
|
2084
2094
|
react-dom
|
|
2085
2095
|
react-dropzone
|
|
2086
2096
|
react-easy-router
|
|
2097
|
+
react-error-boundary
|
|
2087
2098
|
react-error-overlay
|
|
2088
2099
|
react-fast-compare
|
|
2089
2100
|
react-fontawesome
|
|
@@ -2357,6 +2368,7 @@ sit-nam-neque
|
|
|
2357
2368
|
size-limit
|
|
2358
2369
|
sizeitup
|
|
2359
2370
|
skapi-js
|
|
2371
|
+
skia-canvas
|
|
2360
2372
|
sky-buy-web3-rock
|
|
2361
2373
|
slash
|
|
2362
2374
|
slice-ansi
|
|
@@ -2710,6 +2722,7 @@ virtual-core
|
|
|
2710
2722
|
virtual-dom
|
|
2711
2723
|
visage
|
|
2712
2724
|
vite
|
|
2725
|
+
vite-plugin
|
|
2713
2726
|
vite-plugin-api-routes
|
|
2714
2727
|
vite-plugin-svelte
|
|
2715
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
|
}
|