@cspell/dict-npm 5.0.3 → 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 +8 -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
|
|
@@ -164,6 +165,7 @@ fibers
|
|
|
164
165
|
figlet
|
|
165
166
|
firebase
|
|
166
167
|
flatpak-bundler
|
|
168
|
+
flatpickr
|
|
167
169
|
flightplan
|
|
168
170
|
fluent-ffmpeg
|
|
169
171
|
flux
|
|
@@ -361,6 +363,7 @@ isomorphic-fetch
|
|
|
361
363
|
istanbul
|
|
362
364
|
istanbuljs
|
|
363
365
|
jade
|
|
366
|
+
jarallax
|
|
364
367
|
jasmine
|
|
365
368
|
jekyllrb
|
|
366
369
|
jimp
|
|
@@ -371,6 +374,7 @@ jquery
|
|
|
371
374
|
js
|
|
372
375
|
js-beautify
|
|
373
376
|
js-yaml
|
|
377
|
+
jsbundling
|
|
374
378
|
jscpd
|
|
375
379
|
jscs
|
|
376
380
|
jsdoc
|
|
@@ -413,6 +417,7 @@ lowdb
|
|
|
413
417
|
lru-cache
|
|
414
418
|
lwip
|
|
415
419
|
main-bower-files
|
|
420
|
+
mapboxgl
|
|
416
421
|
markdown
|
|
417
422
|
markdown-it
|
|
418
423
|
markdown-pdf
|
|
@@ -433,6 +438,7 @@ mime
|
|
|
433
438
|
mime-types
|
|
434
439
|
minimatch
|
|
435
440
|
minimist
|
|
441
|
+
mkcert
|
|
436
442
|
mkdirp
|
|
437
443
|
mobx
|
|
438
444
|
mocha
|
|
@@ -451,6 +457,7 @@ mssql
|
|
|
451
457
|
multer
|
|
452
458
|
multiparty
|
|
453
459
|
mustache
|
|
460
|
+
muuri
|
|
454
461
|
mysql
|
|
455
462
|
n
|
|
456
463
|
nan
|
|
@@ -515,6 +522,7 @@ ora
|
|
|
515
522
|
orchestrator
|
|
516
523
|
orm
|
|
517
524
|
pageres
|
|
525
|
+
pagy
|
|
518
526
|
parallelshell
|
|
519
527
|
passport
|
|
520
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
|
}
|