@cspell/dict-npm 5.2.25 → 5.2.27
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
|
@@ -57,6 +57,7 @@ antfu
|
|
|
57
57
|
antora
|
|
58
58
|
anyway-south-boy-pilot
|
|
59
59
|
aperiam-fugit-error
|
|
60
|
+
api
|
|
60
61
|
api-components
|
|
61
62
|
api-console
|
|
62
63
|
api-extractor
|
|
@@ -80,6 +81,7 @@ applicationinsights
|
|
|
80
81
|
applitools
|
|
81
82
|
appsync-client-node
|
|
82
83
|
arborist
|
|
84
|
+
architect
|
|
83
85
|
architecto-alias-quod
|
|
84
86
|
archiver
|
|
85
87
|
arethetypeswrong
|
|
@@ -88,6 +90,7 @@ argparse
|
|
|
88
90
|
arrangement-tell-arrange
|
|
89
91
|
array
|
|
90
92
|
arrify
|
|
93
|
+
asap
|
|
91
94
|
asperiores-nam-adipisci
|
|
92
95
|
asperiores-vel-accusantium
|
|
93
96
|
assert
|
|
@@ -561,6 +564,7 @@ deserunt-quasi-impedit
|
|
|
561
564
|
design-system-styles
|
|
562
565
|
detect-indent
|
|
563
566
|
detect-port
|
|
567
|
+
dev
|
|
564
568
|
devDependencies
|
|
565
569
|
deven-org
|
|
566
570
|
device-detector-js
|
|
@@ -1262,6 +1266,7 @@ interceptors
|
|
|
1262
1266
|
interpret
|
|
1263
1267
|
intl
|
|
1264
1268
|
intl-tel-input
|
|
1269
|
+
intlayer
|
|
1265
1270
|
invariant
|
|
1266
1271
|
inversify
|
|
1267
1272
|
io
|
|
@@ -2445,6 +2450,7 @@ supernovaio
|
|
|
2445
2450
|
supertest
|
|
2446
2451
|
supertest-as-promised
|
|
2447
2452
|
supervisor
|
|
2453
|
+
support
|
|
2448
2454
|
support-vessels-web3-vessels
|
|
2449
2455
|
supports-color
|
|
2450
2456
|
supports-hyperlinks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.27",
|
|
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": "519609cb729de9d4be7edb4353d3ef896e249a23"
|
|
46
46
|
}
|