@cspell/dict-npm 5.1.34 → 5.2.0
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 +4 -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
|
|
@@ -2728,6 +2731,7 @@ ws
|
|
|
2728
2731
|
wuxh
|
|
2729
2732
|
x-date-pickers
|
|
2730
2733
|
x-ray
|
|
2734
|
+
xast
|
|
2731
2735
|
xhr
|
|
2732
2736
|
xlsx
|
|
2733
2737
|
xml
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
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": "ca1490676c302154b8f0f1e53676d92a8295f019"
|
|
46
46
|
}
|