@cspell/dict-npm 5.1.26 → 5.1.28
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
|
@@ -163,6 +163,7 @@ babelify
|
|
|
163
163
|
babylon
|
|
164
164
|
backbone
|
|
165
165
|
backendless
|
|
166
|
+
backstage-plugin-gitlab-backend
|
|
166
167
|
baqend
|
|
167
168
|
bark-needs-visit
|
|
168
169
|
base
|
|
@@ -1182,6 +1183,7 @@ imagemin
|
|
|
1182
1183
|
imagemin-pngquant
|
|
1183
1184
|
imap
|
|
1184
1185
|
immer
|
|
1186
|
+
immobiliarelabs
|
|
1185
1187
|
immutability-helper
|
|
1186
1188
|
immutable
|
|
1187
1189
|
import-fresh
|
|
@@ -1375,6 +1377,7 @@ koa-static
|
|
|
1375
1377
|
kobedevi
|
|
1376
1378
|
kollorg
|
|
1377
1379
|
kue
|
|
1380
|
+
kuler
|
|
1378
1381
|
lab
|
|
1379
1382
|
label-lungs-court
|
|
1380
1383
|
laborum-doloribus-voluptate
|
|
@@ -1595,12 +1598,14 @@ nest
|
|
|
1595
1598
|
nest-commander
|
|
1596
1599
|
nestjsx
|
|
1597
1600
|
netlify
|
|
1601
|
+
netlify-cms-backend-bitbucket
|
|
1598
1602
|
netlify-cms-backend-test
|
|
1599
1603
|
newman
|
|
1600
1604
|
newrelic
|
|
1601
1605
|
next
|
|
1602
1606
|
next-auth
|
|
1603
1607
|
nextjs
|
|
1608
|
+
nextjs-api-reference
|
|
1604
1609
|
nextra
|
|
1605
1610
|
ng-doc
|
|
1606
1611
|
ng-mocks
|
|
@@ -2243,6 +2248,7 @@ shape-emoji
|
|
|
2243
2248
|
shape-image
|
|
2244
2249
|
shape-polygon
|
|
2245
2250
|
shape-square
|
|
2251
|
+
shape-star
|
|
2246
2252
|
shared
|
|
2247
2253
|
shared-utils
|
|
2248
2254
|
sharp
|
|
@@ -2597,6 +2603,7 @@ vasync
|
|
|
2597
2603
|
vconsole
|
|
2598
2604
|
velit-fugit-harum
|
|
2599
2605
|
velit-reiciendis-velit
|
|
2606
|
+
vendors
|
|
2600
2607
|
verbose-robot
|
|
2601
2608
|
vercel
|
|
2602
2609
|
verror
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.28",
|
|
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": "39df2b371103976b7b19497c2cbe4a4df9d8b983"
|
|
46
46
|
}
|