@cspell/dict-npm 5.2.29 → 5.2.31
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 +11 -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
|
|
@@ -634,6 +636,7 @@ doxdox-renderer-markdown
|
|
|
634
636
|
draft-js
|
|
635
637
|
drag-drop
|
|
636
638
|
dramaorg
|
|
639
|
+
driver
|
|
637
640
|
dropzone
|
|
638
641
|
dtslint
|
|
639
642
|
dubnium
|
|
@@ -821,6 +824,7 @@ extend-shallow
|
|
|
821
824
|
extract-text-webpack-plugin
|
|
822
825
|
extract-zip
|
|
823
826
|
extras
|
|
827
|
+
eyes
|
|
824
828
|
facing-cook
|
|
825
829
|
fair-tower-web3-store
|
|
826
830
|
fake-timers
|
|
@@ -869,6 +873,8 @@ flatpickr
|
|
|
869
873
|
flatten
|
|
870
874
|
flicking
|
|
871
875
|
flightplan
|
|
876
|
+
flmngr
|
|
877
|
+
flmngr-react
|
|
872
878
|
floating-ui
|
|
873
879
|
flow-bin
|
|
874
880
|
flowbite
|
|
@@ -1264,6 +1270,7 @@ interaction-external-grab
|
|
|
1264
1270
|
interaction-external-push
|
|
1265
1271
|
interaction-external-remove
|
|
1266
1272
|
interaction-external-repulse
|
|
1273
|
+
interaction-external-slow
|
|
1267
1274
|
interaction-particles-collisions
|
|
1268
1275
|
interaction-particles-links
|
|
1269
1276
|
interceptors
|
|
@@ -1538,6 +1545,7 @@ matter-view-web3-fence
|
|
|
1538
1545
|
mc-scripts
|
|
1539
1546
|
md
|
|
1540
1547
|
md-docs
|
|
1548
|
+
md-to-pdf
|
|
1541
1549
|
md5-file
|
|
1542
1550
|
mdast-util-from-markdown
|
|
1543
1551
|
mdast-util-to-hast
|
|
@@ -2297,6 +2305,7 @@ schema-markdown-doc
|
|
|
2297
2305
|
schema-utils
|
|
2298
2306
|
schematics
|
|
2299
2307
|
science-knowledge-truth
|
|
2308
|
+
screenshoter
|
|
2300
2309
|
scripts
|
|
2301
2310
|
sdk
|
|
2302
2311
|
sdk-exporters
|
|
@@ -2331,6 +2340,7 @@ shallowequal
|
|
|
2331
2340
|
shape-circle
|
|
2332
2341
|
shape-emoji
|
|
2333
2342
|
shape-image
|
|
2343
|
+
shape-line
|
|
2334
2344
|
shape-polygon
|
|
2335
2345
|
shape-square
|
|
2336
2346
|
shape-star
|
|
@@ -2716,6 +2726,7 @@ virtual-core
|
|
|
2716
2726
|
virtual-dom
|
|
2717
2727
|
visage
|
|
2718
2728
|
vite
|
|
2729
|
+
vite-plugin
|
|
2719
2730
|
vite-plugin-api-routes
|
|
2720
2731
|
vite-plugin-svelte
|
|
2721
2732
|
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.31",
|
|
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": "24021b85ce2b05998a07b901abfd5011fc45dd10"
|
|
46
46
|
}
|