@cspell/dict-npm 5.1.16 → 5.1.17
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 +8 -1
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -74,6 +74,7 @@ appsync-client-node
|
|
|
74
74
|
arborist
|
|
75
75
|
architecto-alias-quod
|
|
76
76
|
archiver
|
|
77
|
+
arethetypeswrong
|
|
77
78
|
arg
|
|
78
79
|
argparse
|
|
79
80
|
arrangement-tell-arrange
|
|
@@ -86,6 +87,8 @@ assert-plus
|
|
|
86
87
|
assets
|
|
87
88
|
assign
|
|
88
89
|
assume
|
|
90
|
+
astro
|
|
91
|
+
astrojs
|
|
89
92
|
async
|
|
90
93
|
async-listen
|
|
91
94
|
async-retry
|
|
@@ -361,6 +364,7 @@ coffee-script
|
|
|
361
364
|
coffeescript
|
|
362
365
|
color
|
|
363
366
|
color-string
|
|
367
|
+
colord
|
|
364
368
|
colorette
|
|
365
369
|
colors
|
|
366
370
|
columnify
|
|
@@ -408,6 +412,7 @@ cookie
|
|
|
408
412
|
cookie-parser
|
|
409
413
|
cookie-session
|
|
410
414
|
cookie-signature
|
|
415
|
+
cookiecutter
|
|
411
416
|
copy-to-clipboard
|
|
412
417
|
copy-webpack-plugin
|
|
413
418
|
copyfiles
|
|
@@ -510,6 +515,7 @@ deep-equal
|
|
|
510
515
|
deep-extend
|
|
511
516
|
deepmerge
|
|
512
517
|
defaults
|
|
518
|
+
degit
|
|
513
519
|
del
|
|
514
520
|
del-cli
|
|
515
521
|
delay
|
|
@@ -1097,7 +1103,6 @@ helper-plugin-utils
|
|
|
1097
1103
|
heroicons
|
|
1098
1104
|
hexlet-pairs
|
|
1099
1105
|
hexo
|
|
1100
|
-
hic-inventore-dolores
|
|
1101
1106
|
highland
|
|
1102
1107
|
highlight
|
|
1103
1108
|
hiredis
|
|
@@ -2414,6 +2419,7 @@ terser
|
|
|
2414
2419
|
terser-webpack-plugin
|
|
2415
2420
|
test-cutting
|
|
2416
2421
|
test-runner
|
|
2422
|
+
test-runner-mocha
|
|
2417
2423
|
test-snippets
|
|
2418
2424
|
testcafe
|
|
2419
2425
|
testcontainers
|
|
@@ -2473,6 +2479,7 @@ tsd
|
|
|
2473
2479
|
tsd-lite
|
|
2474
2480
|
tsdoc
|
|
2475
2481
|
tsdoc-config
|
|
2482
|
+
tseslint
|
|
2476
2483
|
tshy
|
|
2477
2484
|
tslib
|
|
2478
2485
|
tslint
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.17",
|
|
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": "fbbf3a75ccd9e13ce9b36a853b99ff90015ab0c9"
|
|
46
46
|
}
|