@cspell/dict-npm 5.2.27 → 5.2.29
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 +8 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -282,6 +282,8 @@ camelcase-css
|
|
|
282
282
|
caniuse
|
|
283
283
|
caniuse-lite
|
|
284
284
|
canvas
|
|
285
|
+
canvaskit
|
|
286
|
+
canvaskit-wasm
|
|
285
287
|
capacitor
|
|
286
288
|
careful-downloader
|
|
287
289
|
careful-faster-dirty-matter
|
|
@@ -646,6 +648,8 @@ eas-framework
|
|
|
646
648
|
ebs-helper
|
|
647
649
|
echarts
|
|
648
650
|
eclint
|
|
651
|
+
ed
|
|
652
|
+
edsdk
|
|
649
653
|
egjs
|
|
650
654
|
eightshift
|
|
651
655
|
ejs
|
|
@@ -1764,6 +1768,7 @@ object-hash
|
|
|
1764
1768
|
object-inspect
|
|
1765
1769
|
object-keys
|
|
1766
1770
|
object-path
|
|
1771
|
+
observablehq
|
|
1767
1772
|
observe-food-motion-hidden
|
|
1768
1773
|
oclif
|
|
1769
1774
|
octokit
|
|
@@ -1870,6 +1875,7 @@ platform-server
|
|
|
1870
1875
|
playbook-builder
|
|
1871
1876
|
playwright
|
|
1872
1877
|
plist
|
|
1878
|
+
plot
|
|
1873
1879
|
plugin-active-header-links
|
|
1874
1880
|
plugin-commonjs
|
|
1875
1881
|
plugin-doc-explorer
|
|
@@ -2082,6 +2088,7 @@ react-docgen
|
|
|
2082
2088
|
react-dom
|
|
2083
2089
|
react-dropzone
|
|
2084
2090
|
react-easy-router
|
|
2091
|
+
react-error-boundary
|
|
2085
2092
|
react-error-overlay
|
|
2086
2093
|
react-fast-compare
|
|
2087
2094
|
react-fontawesome
|
|
@@ -2355,6 +2362,7 @@ sit-nam-neque
|
|
|
2355
2362
|
size-limit
|
|
2356
2363
|
sizeitup
|
|
2357
2364
|
skapi-js
|
|
2365
|
+
skia-canvas
|
|
2358
2366
|
sky-buy-web3-rock
|
|
2359
2367
|
slash
|
|
2360
2368
|
slice-ansi
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.29",
|
|
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": "1f049f6cf332d15f0b5ca421c691939950f4339a"
|
|
46
46
|
}
|