@cspell/dict-npm 5.2.3 → 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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/dict/npm.txt +16 -0
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017-2020 Jason Dent <jason@streetsidesoftware.nl>
3
+ Copyright (c) 2017-2025 Street Side Software <support@streetsidesoftware.nl>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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
@@ -336,6 +339,7 @@ ckeditor5-media-embed
336
339
  ckeditor5-paragraph
337
340
  ckeditor5-paste-from-office
338
341
  ckeditor5-react
342
+ ckeditor5-real-time-collaboration
339
343
  ckeditor5-table
340
344
  ckeditor5-typing
341
345
  ckeditor5-ui
@@ -650,6 +654,7 @@ ember-cli-babel
650
654
  ember-cli-htmlbars
651
655
  embla-carousel-reactive-utils
652
656
  emmet
657
+ emoji-js
653
658
  emotion
654
659
  enact
655
660
  encode-url
@@ -914,6 +919,7 @@ global
914
919
  globals
915
920
  globals-docs
916
921
  globby
922
+ globrex
917
923
  glowing-barnacle
918
924
  gm
919
925
  gmll
@@ -926,6 +932,7 @@ govuk-frontend
926
932
  graceful-fs
927
933
  gradient-string
928
934
  gradually-current-chief
935
+ grammy
929
936
  grandlinex
930
937
  graph-these
931
938
  graphql
@@ -1442,6 +1449,7 @@ log4js
1442
1449
  logger
1443
1450
  logging-helpers
1444
1451
  loglevel
1452
+ loki
1445
1453
  long
1446
1454
  loopback
1447
1455
  loose-envify
@@ -1614,6 +1622,7 @@ nest-commander
1614
1622
  nestjsx
1615
1623
  netlify
1616
1624
  netlify-cms-backend-bitbucket
1625
+ netlify-cms-backend-gitlab
1617
1626
  netlify-cms-backend-test
1618
1627
  newman
1619
1628
  newrelic
@@ -1816,6 +1825,7 @@ pkg-dir
1816
1825
  pkg-up
1817
1826
  pkginfo
1818
1827
  plasmo
1828
+ plate
1819
1829
  plate-core
1820
1830
  platform-browser
1821
1831
  platform-browser-dynamic
@@ -1827,6 +1837,8 @@ plugin-active-header-links
1827
1837
  plugin-commonjs
1828
1838
  plugin-error
1829
1839
  plugin-help
1840
+ plugin-hex-color
1841
+ plugin-hsl-color
1830
1842
  plugin-last-updated
1831
1843
  plugin-legacy
1832
1844
  plugin-node-resolve
@@ -1962,6 +1974,7 @@ proxy
1962
1974
  proxy-addr
1963
1975
  proxyquire
1964
1976
  psychic-bassoon
1977
+ publint
1965
1978
  publish-please
1966
1979
  publishConfig
1967
1980
  pug
@@ -2449,6 +2462,7 @@ tdlib-native
2449
2462
  teajusgula
2450
2463
  teamhanko
2451
2464
  teamteanpm
2465
+ teeny-tap
2452
2466
  temp
2453
2467
  template
2454
2468
  tempora-voluptas-distinctio
@@ -2540,6 +2554,7 @@ twit
2540
2554
  twitter
2541
2555
  twurple
2542
2556
  ty
2557
+ type
2543
2558
  type-coverage
2544
2559
  type-fest
2545
2560
  type-is
@@ -2573,6 +2588,7 @@ uj-apidoc-core
2573
2588
  ulid
2574
2589
  ultrahtml
2575
2590
  unbuild
2591
+ unbundle
2576
2592
  unde-vitae-reprehenderit
2577
2593
  underscore
2578
2594
  undici
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.3",
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": "09e5a28402de1c5d03620fc3db11c709ae5861f2"
45
+ "gitHead": "f5e2655fdf7d835d07f74d6931cf4400ae08aa02"
46
46
  }