@cspell/dict-npm 5.2.6 → 5.2.7
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 +6 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -426,6 +426,7 @@ conventional-changelog
|
|
|
426
426
|
conventional-changelog-cli
|
|
427
427
|
conventional-changelog-conventionalcommits
|
|
428
428
|
convert-source-map
|
|
429
|
+
convex-helpers
|
|
429
430
|
cookie
|
|
430
431
|
cookie-parser
|
|
431
432
|
cookie-session
|
|
@@ -738,6 +739,7 @@ eslint-plugin-prettier
|
|
|
738
739
|
eslint-plugin-promise
|
|
739
740
|
eslint-plugin-react
|
|
740
741
|
eslint-plugin-react-hooks
|
|
742
|
+
eslint-plugin-react-refresh
|
|
741
743
|
eslint-plugin-regexp
|
|
742
744
|
eslint-plugin-security
|
|
743
745
|
eslint-plugin-sonarjs
|
|
@@ -1041,6 +1043,7 @@ gulp-istanbul
|
|
|
1041
1043
|
gulp-jade
|
|
1042
1044
|
gulp-jasmine
|
|
1043
1045
|
gulp-jscs
|
|
1046
|
+
gulp-jsdoc
|
|
1044
1047
|
gulp-jshint
|
|
1045
1048
|
gulp-json-editor
|
|
1046
1049
|
gulp-less
|
|
@@ -1171,6 +1174,7 @@ html-webpack-plugin
|
|
|
1171
1174
|
htmlnano
|
|
1172
1175
|
htmlparser
|
|
1173
1176
|
http
|
|
1177
|
+
http-connection
|
|
1174
1178
|
http-errors
|
|
1175
1179
|
http-graceful-shutdown
|
|
1176
1180
|
http-json-body-parser
|
|
@@ -1521,6 +1525,7 @@ memorystream
|
|
|
1521
1525
|
memwatch
|
|
1522
1526
|
mental-oxygen-dozen
|
|
1523
1527
|
meow
|
|
1528
|
+
mercurius
|
|
1524
1529
|
merge
|
|
1525
1530
|
merge-stream
|
|
1526
1531
|
metalsmith
|
|
@@ -1622,6 +1627,7 @@ nest-commander
|
|
|
1622
1627
|
nestjsx
|
|
1623
1628
|
netlify
|
|
1624
1629
|
netlify-cms-backend-bitbucket
|
|
1630
|
+
netlify-cms-backend-git-gateway
|
|
1625
1631
|
netlify-cms-backend-gitlab
|
|
1626
1632
|
netlify-cms-backend-test
|
|
1627
1633
|
newman
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.7",
|
|
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": "08e2ac45e468c27b024295c0872c1b0a6667a351"
|
|
46
46
|
}
|