@cspell/dict-npm 5.0.2 → 5.0.4
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 +10 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -139,6 +139,7 @@ emmet
|
|
|
139
139
|
enumtype
|
|
140
140
|
errorhandler
|
|
141
141
|
es6-promise
|
|
142
|
+
esbuild
|
|
142
143
|
eslint
|
|
143
144
|
eslint-config-airbnb
|
|
144
145
|
eslintcache
|
|
@@ -158,11 +159,13 @@ express-validator
|
|
|
158
159
|
extend
|
|
159
160
|
extract-text-webpack-plugin
|
|
160
161
|
fast-csv
|
|
162
|
+
fast-glob
|
|
161
163
|
fast-plist
|
|
162
164
|
fibers
|
|
163
165
|
figlet
|
|
164
166
|
firebase
|
|
165
167
|
flatpak-bundler
|
|
168
|
+
flatpickr
|
|
166
169
|
flightplan
|
|
167
170
|
fluent-ffmpeg
|
|
168
171
|
flux
|
|
@@ -182,6 +185,7 @@ gh-pages
|
|
|
182
185
|
ghooks
|
|
183
186
|
github
|
|
184
187
|
glob
|
|
188
|
+
globby
|
|
185
189
|
gm
|
|
186
190
|
google-spreadsheet
|
|
187
191
|
googleapis
|
|
@@ -359,6 +363,7 @@ isomorphic-fetch
|
|
|
359
363
|
istanbul
|
|
360
364
|
istanbuljs
|
|
361
365
|
jade
|
|
366
|
+
jarallax
|
|
362
367
|
jasmine
|
|
363
368
|
jekyllrb
|
|
364
369
|
jimp
|
|
@@ -369,6 +374,7 @@ jquery
|
|
|
369
374
|
js
|
|
370
375
|
js-beautify
|
|
371
376
|
js-yaml
|
|
377
|
+
jsbundling
|
|
372
378
|
jscpd
|
|
373
379
|
jscs
|
|
374
380
|
jsdoc
|
|
@@ -411,6 +417,7 @@ lowdb
|
|
|
411
417
|
lru-cache
|
|
412
418
|
lwip
|
|
413
419
|
main-bower-files
|
|
420
|
+
mapboxgl
|
|
414
421
|
markdown
|
|
415
422
|
markdown-it
|
|
416
423
|
markdown-pdf
|
|
@@ -431,6 +438,7 @@ mime
|
|
|
431
438
|
mime-types
|
|
432
439
|
minimatch
|
|
433
440
|
minimist
|
|
441
|
+
mkcert
|
|
434
442
|
mkdirp
|
|
435
443
|
mobx
|
|
436
444
|
mocha
|
|
@@ -449,6 +457,7 @@ mssql
|
|
|
449
457
|
multer
|
|
450
458
|
multiparty
|
|
451
459
|
mustache
|
|
460
|
+
muuri
|
|
452
461
|
mysql
|
|
453
462
|
n
|
|
454
463
|
nan
|
|
@@ -513,6 +522,7 @@ ora
|
|
|
513
522
|
orchestrator
|
|
514
523
|
orm
|
|
515
524
|
pageres
|
|
525
|
+
pagy
|
|
516
526
|
parallelshell
|
|
517
527
|
passport
|
|
518
528
|
passport-facebook
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"dict/npm.txt",
|
|
38
38
|
"cspell-ext.json"
|
|
39
39
|
],
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "acf1f7a917672c1d4126fad5c6cbf7e1df7a67fa"
|
|
41
41
|
}
|