@cspell/dict-npm 5.1.34 → 5.2.1
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 +5 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -468,6 +468,7 @@ css-select
|
|
|
468
468
|
css-tokenizer
|
|
469
469
|
css-tools
|
|
470
470
|
css-tree
|
|
471
|
+
css-what
|
|
471
472
|
cssdb
|
|
472
473
|
cssesc
|
|
473
474
|
cssfilter
|
|
@@ -969,6 +970,7 @@ grunt-saucelabs
|
|
|
969
970
|
grunt-shell
|
|
970
971
|
grunt-simple-mocha
|
|
971
972
|
grunt-spritesmith
|
|
973
|
+
grunt-svgmin
|
|
972
974
|
grunt-usemin
|
|
973
975
|
gts
|
|
974
976
|
guarapi
|
|
@@ -1631,6 +1633,7 @@ nisi-culpa-cum
|
|
|
1631
1633
|
nock
|
|
1632
1634
|
node
|
|
1633
1635
|
node-addon-api
|
|
1636
|
+
node-bundle-require
|
|
1634
1637
|
node-cache
|
|
1635
1638
|
node-containerpattern
|
|
1636
1639
|
node-dev
|
|
@@ -2512,6 +2515,7 @@ tsd
|
|
|
2512
2515
|
tsd-lite
|
|
2513
2516
|
tsdoc
|
|
2514
2517
|
tsdoc-config
|
|
2518
|
+
tsdown
|
|
2515
2519
|
tseslint
|
|
2516
2520
|
tshy
|
|
2517
2521
|
tslib
|
|
@@ -2728,6 +2732,7 @@ ws
|
|
|
2728
2732
|
wuxh
|
|
2729
2733
|
x-date-pickers
|
|
2730
2734
|
x-ray
|
|
2735
|
+
xast
|
|
2731
2736
|
xhr
|
|
2732
2737
|
xlsx
|
|
2733
2738
|
xml
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1
|
|
3
|
+
"version": "5.2.1",
|
|
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": "647ae4d5b84d07bbf2604d5e7d18e7e825856faf"
|
|
46
46
|
}
|