@cspell/dict-npm 5.2.4 → 5.2.7

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 +18 -0
  2. package/package.json +2 -2
package/dict/npm.txt CHANGED
@@ -1,6 +1,9 @@
1
1
 
2
2
  # cspell-tools: keep-case no-split
3
3
 
4
+ --attw
5
+ --publint
6
+ --unbundle
4
7
  JSON
5
8
  ability
6
9
  abort-controller
@@ -423,6 +426,7 @@ conventional-changelog
423
426
  conventional-changelog-cli
424
427
  conventional-changelog-conventionalcommits
425
428
  convert-source-map
429
+ convex-helpers
426
430
  cookie
427
431
  cookie-parser
428
432
  cookie-session
@@ -651,6 +655,7 @@ ember-cli-babel
651
655
  ember-cli-htmlbars
652
656
  embla-carousel-reactive-utils
653
657
  emmet
658
+ emoji-js
654
659
  emotion
655
660
  enact
656
661
  encode-url
@@ -734,6 +739,7 @@ eslint-plugin-prettier
734
739
  eslint-plugin-promise
735
740
  eslint-plugin-react
736
741
  eslint-plugin-react-hooks
742
+ eslint-plugin-react-refresh
737
743
  eslint-plugin-regexp
738
744
  eslint-plugin-security
739
745
  eslint-plugin-sonarjs
@@ -1037,6 +1043,7 @@ gulp-istanbul
1037
1043
  gulp-jade
1038
1044
  gulp-jasmine
1039
1045
  gulp-jscs
1046
+ gulp-jsdoc
1040
1047
  gulp-jshint
1041
1048
  gulp-json-editor
1042
1049
  gulp-less
@@ -1167,6 +1174,7 @@ html-webpack-plugin
1167
1174
  htmlnano
1168
1175
  htmlparser
1169
1176
  http
1177
+ http-connection
1170
1178
  http-errors
1171
1179
  http-graceful-shutdown
1172
1180
  http-json-body-parser
@@ -1445,6 +1453,7 @@ log4js
1445
1453
  logger
1446
1454
  logging-helpers
1447
1455
  loglevel
1456
+ loki
1448
1457
  long
1449
1458
  loopback
1450
1459
  loose-envify
@@ -1516,6 +1525,7 @@ memorystream
1516
1525
  memwatch
1517
1526
  mental-oxygen-dozen
1518
1527
  meow
1528
+ mercurius
1519
1529
  merge
1520
1530
  merge-stream
1521
1531
  metalsmith
@@ -1617,6 +1627,8 @@ nest-commander
1617
1627
  nestjsx
1618
1628
  netlify
1619
1629
  netlify-cms-backend-bitbucket
1630
+ netlify-cms-backend-git-gateway
1631
+ netlify-cms-backend-gitlab
1620
1632
  netlify-cms-backend-test
1621
1633
  newman
1622
1634
  newrelic
@@ -1819,6 +1831,7 @@ pkg-dir
1819
1831
  pkg-up
1820
1832
  pkginfo
1821
1833
  plasmo
1834
+ plate
1822
1835
  plate-core
1823
1836
  platform-browser
1824
1837
  platform-browser-dynamic
@@ -1830,6 +1843,8 @@ plugin-active-header-links
1830
1843
  plugin-commonjs
1831
1844
  plugin-error
1832
1845
  plugin-help
1846
+ plugin-hex-color
1847
+ plugin-hsl-color
1833
1848
  plugin-last-updated
1834
1849
  plugin-legacy
1835
1850
  plugin-node-resolve
@@ -1965,6 +1980,7 @@ proxy
1965
1980
  proxy-addr
1966
1981
  proxyquire
1967
1982
  psychic-bassoon
1983
+ publint
1968
1984
  publish-please
1969
1985
  publishConfig
1970
1986
  pug
@@ -2452,6 +2468,7 @@ tdlib-native
2452
2468
  teajusgula
2453
2469
  teamhanko
2454
2470
  teamteanpm
2471
+ teeny-tap
2455
2472
  temp
2456
2473
  template
2457
2474
  tempora-voluptas-distinctio
@@ -2577,6 +2594,7 @@ uj-apidoc-core
2577
2594
  ulid
2578
2595
  ultrahtml
2579
2596
  unbuild
2597
+ unbundle
2580
2598
  unde-vitae-reprehenderit
2581
2599
  underscore
2582
2600
  undici
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.4",
3
+ "version": "5.2.7",
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": "b98515af5fd32c00e4a172176881a383faf2a7a2"
45
+ "gitHead": "08e2ac45e468c27b024295c0872c1b0a6667a351"
46
46
  }