@cspell/dict-npm 5.0.16 → 5.0.18
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
|
@@ -11,6 +11,7 @@ amqplib
|
|
|
11
11
|
angular
|
|
12
12
|
angular-cli
|
|
13
13
|
angular-material
|
|
14
|
+
antfu
|
|
14
15
|
apn
|
|
15
16
|
applicationinsights
|
|
16
17
|
archiver
|
|
@@ -455,6 +456,7 @@ minimatch
|
|
|
455
456
|
minimist
|
|
456
457
|
mkcert
|
|
457
458
|
mkdirp
|
|
459
|
+
mlly
|
|
458
460
|
mobx
|
|
459
461
|
mocha
|
|
460
462
|
moment
|
|
@@ -639,6 +641,7 @@ shelljs
|
|
|
639
641
|
shortid
|
|
640
642
|
should
|
|
641
643
|
sinon
|
|
644
|
+
sinonjs
|
|
642
645
|
sinopia
|
|
643
646
|
sirv
|
|
644
647
|
slow-deps
|
|
@@ -685,6 +688,9 @@ through
|
|
|
685
688
|
through2
|
|
686
689
|
thunkify
|
|
687
690
|
time-grunt
|
|
691
|
+
tinybench
|
|
692
|
+
tinypool
|
|
693
|
+
tinyspy
|
|
688
694
|
tmp
|
|
689
695
|
trpc
|
|
690
696
|
trumpet
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.18",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"dict/npm.txt",
|
|
39
39
|
"cspell-ext.json"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "b8789b004022801ab07b2b723885d21af1b01df1"
|
|
42
42
|
}
|