@cspell/dict-npm 5.1.29 → 5.1.31
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
|
@@ -198,6 +198,8 @@ biz-dev-ops
|
|
|
198
198
|
bizcharts
|
|
199
199
|
bl
|
|
200
200
|
blanket
|
|
201
|
+
blaze
|
|
202
|
+
blaze-types
|
|
201
203
|
blessed
|
|
202
204
|
blessed-contrib
|
|
203
205
|
blockchain-am
|
|
@@ -256,6 +258,7 @@ bump-cli
|
|
|
256
258
|
bundle-collapser
|
|
257
259
|
bunyan
|
|
258
260
|
busboy
|
|
261
|
+
busy-hour
|
|
259
262
|
bwcr
|
|
260
263
|
bytebuffer
|
|
261
264
|
bytes
|
|
@@ -1771,6 +1774,7 @@ path-is-absolute
|
|
|
1771
1774
|
path-to-regexp
|
|
1772
1775
|
pathe
|
|
1773
1776
|
patrtorg
|
|
1777
|
+
payload
|
|
1774
1778
|
paypal-server-api
|
|
1775
1779
|
pdfjs
|
|
1776
1780
|
pdfkit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.31",
|
|
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": "c457dd11d778e4f692606e10107afba93446e12f"
|
|
46
46
|
}
|