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