@cspell/dict-npm 5.2.4 → 5.2.6

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 +12 -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
@@ -651,6 +654,7 @@ ember-cli-babel
651
654
  ember-cli-htmlbars
652
655
  embla-carousel-reactive-utils
653
656
  emmet
657
+ emoji-js
654
658
  emotion
655
659
  enact
656
660
  encode-url
@@ -1445,6 +1449,7 @@ log4js
1445
1449
  logger
1446
1450
  logging-helpers
1447
1451
  loglevel
1452
+ loki
1448
1453
  long
1449
1454
  loopback
1450
1455
  loose-envify
@@ -1617,6 +1622,7 @@ nest-commander
1617
1622
  nestjsx
1618
1623
  netlify
1619
1624
  netlify-cms-backend-bitbucket
1625
+ netlify-cms-backend-gitlab
1620
1626
  netlify-cms-backend-test
1621
1627
  newman
1622
1628
  newrelic
@@ -1819,6 +1825,7 @@ pkg-dir
1819
1825
  pkg-up
1820
1826
  pkginfo
1821
1827
  plasmo
1828
+ plate
1822
1829
  plate-core
1823
1830
  platform-browser
1824
1831
  platform-browser-dynamic
@@ -1830,6 +1837,8 @@ plugin-active-header-links
1830
1837
  plugin-commonjs
1831
1838
  plugin-error
1832
1839
  plugin-help
1840
+ plugin-hex-color
1841
+ plugin-hsl-color
1833
1842
  plugin-last-updated
1834
1843
  plugin-legacy
1835
1844
  plugin-node-resolve
@@ -1965,6 +1974,7 @@ proxy
1965
1974
  proxy-addr
1966
1975
  proxyquire
1967
1976
  psychic-bassoon
1977
+ publint
1968
1978
  publish-please
1969
1979
  publishConfig
1970
1980
  pug
@@ -2452,6 +2462,7 @@ tdlib-native
2452
2462
  teajusgula
2453
2463
  teamhanko
2454
2464
  teamteanpm
2465
+ teeny-tap
2455
2466
  temp
2456
2467
  template
2457
2468
  tempora-voluptas-distinctio
@@ -2577,6 +2588,7 @@ uj-apidoc-core
2577
2588
  ulid
2578
2589
  ultrahtml
2579
2590
  unbuild
2591
+ unbundle
2580
2592
  unde-vitae-reprehenderit
2581
2593
  underscore
2582
2594
  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.6",
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": "f5e2655fdf7d835d07f74d6931cf4400ae08aa02"
46
46
  }