@cspell/dict-npm 5.1.15 → 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.
Files changed (2) hide show
  1. package/dict/npm.txt +17 -2
  2. package/package.json +2 -2
package/dict/npm.txt CHANGED
@@ -69,10 +69,12 @@ appium-android-driver
69
69
  apple-transportation-web3-locate
70
70
  application
71
71
  applicationinsights
72
+ applitools
72
73
  appsync-client-node
73
74
  arborist
74
75
  architecto-alias-quod
75
76
  archiver
77
+ arethetypeswrong
76
78
  arg
77
79
  argparse
78
80
  arrangement-tell-arrange
@@ -85,6 +87,8 @@ assert-plus
85
87
  assets
86
88
  assign
87
89
  assume
90
+ astro
91
+ astrojs
88
92
  async
89
93
  async-listen
90
94
  async-retry
@@ -360,6 +364,7 @@ coffee-script
360
364
  coffeescript
361
365
  color
362
366
  color-string
367
+ colord
363
368
  colorette
364
369
  colors
365
370
  columnify
@@ -407,6 +412,7 @@ cookie
407
412
  cookie-parser
408
413
  cookie-session
409
414
  cookie-signature
415
+ cookiecutter
410
416
  copy-to-clipboard
411
417
  copy-webpack-plugin
412
418
  copyfiles
@@ -480,6 +486,7 @@ dance-you-thou
480
486
  dargs
481
487
  dashdash
482
488
  datafire
489
+ dataui
483
490
  date-fns
484
491
  dateformat
485
492
  dates
@@ -508,6 +515,7 @@ deep-equal
508
515
  deep-extend
509
516
  deepmerge
510
517
  defaults
518
+ degit
511
519
  del
512
520
  del-cli
513
521
  delay
@@ -588,6 +596,7 @@ doxdox-renderer-bootstrap
588
596
  doxdox-renderer-json
589
597
  doxdox-renderer-markdown
590
598
  draft-js
599
+ drag-drop
591
600
  dramaorg
592
601
  dropzone
593
602
  dtslint
@@ -1094,7 +1103,6 @@ helper-plugin-utils
1094
1103
  heroicons
1095
1104
  hexlet-pairs
1096
1105
  hexo
1097
- hic-inventore-dolores
1098
1106
  highland
1099
1107
  highlight
1100
1108
  hiredis
@@ -1772,10 +1780,12 @@ pixelmatch
1772
1780
  pkg-dir
1773
1781
  pkg-up
1774
1782
  pkginfo
1783
+ plasmo
1775
1784
  plate-core
1776
1785
  platform-browser
1777
1786
  platform-browser-dynamic
1778
1787
  platform-server
1788
+ playbook-builder
1779
1789
  playwright
1780
1790
  plist
1781
1791
  plugin-active-header-links
@@ -1990,6 +2000,7 @@ react-easy-router
1990
2000
  react-error-overlay
1991
2001
  react-fast-compare
1992
2002
  react-fontawesome
2003
+ react-h5-audio-player
1993
2004
  react-helmet
1994
2005
  react-hook-form
1995
2006
  react-hooks
@@ -2216,6 +2227,7 @@ serverless-spy
2216
2227
  set
2217
2228
  sha
2218
2229
  shallowequal
2230
+ shape-circle
2219
2231
  shape-emoji
2220
2232
  shared-utils
2221
2233
  sharp
@@ -2407,6 +2419,7 @@ terser
2407
2419
  terser-webpack-plugin
2408
2420
  test-cutting
2409
2421
  test-runner
2422
+ test-runner-mocha
2410
2423
  test-snippets
2411
2424
  testcafe
2412
2425
  testcontainers
@@ -2466,6 +2479,7 @@ tsd
2466
2479
  tsd-lite
2467
2480
  tsdoc
2468
2481
  tsdoc-config
2482
+ tseslint
2469
2483
  tshy
2470
2484
  tslib
2471
2485
  tslint
@@ -2530,8 +2544,10 @@ unusual-rope
2530
2544
  unzip
2531
2545
  update-notifier
2532
2546
  updater-color
2547
+ updater-life
2533
2548
  updater-opacity
2534
2549
  updater-out-modes
2550
+ updater-rotate
2535
2551
  upgraded-fishstick
2536
2552
  uploadcare
2537
2553
  uploadcare-widget
@@ -2564,7 +2580,6 @@ vary
2564
2580
  vasync
2565
2581
  vconsole
2566
2582
  velit-fugit-harum
2567
- velit-nobis-nostrum-nam
2568
2583
  velit-reiciendis-velit
2569
2584
  verbose-robot
2570
2585
  vercel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.1.15",
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": "68ab5b96f887a9f84e32dc0c38df41e290fd3efa"
45
+ "gitHead": "fbbf3a75ccd9e13ce9b36a853b99ff90015ab0c9"
46
46
  }