@cspell/dict-npm 5.1.33 → 5.2.0

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 +8 -0
  2. package/package.json +2 -2
package/dict/npm.txt CHANGED
@@ -2,6 +2,7 @@
2
2
  # cspell-tools: keep-case no-split
3
3
 
4
4
  JSON
5
+ ability
5
6
  abort-controller
6
7
  accepts
7
8
  acl
@@ -276,6 +277,7 @@ capacitor
276
277
  careful-faster-dirty-matter
277
278
  carousel
278
279
  case-sensitive-paths-webpack-plugin
280
+ casl
279
281
  casperjs
280
282
  caught-brain-service
281
283
  cdk
@@ -466,6 +468,7 @@ css-select
466
468
  css-tokenizer
467
469
  css-tools
468
470
  css-tree
471
+ css-what
469
472
  cssdb
470
473
  cssesc
471
474
  cssfilter
@@ -967,6 +970,7 @@ grunt-saucelabs
967
970
  grunt-shell
968
971
  grunt-simple-mocha
969
972
  grunt-spritesmith
973
+ grunt-svgmin
970
974
  grunt-usemin
971
975
  gts
972
976
  guarapi
@@ -1548,6 +1552,7 @@ mockdate
1548
1552
  mockery
1549
1553
  mockjs
1550
1554
  modals
1555
+ modern-js
1551
1556
  modi-dolorum-provident
1552
1557
  moleculer
1553
1558
  molestias-nulla-dolor
@@ -1628,6 +1633,7 @@ nisi-culpa-cum
1628
1633
  nock
1629
1634
  node
1630
1635
  node-addon-api
1636
+ node-bundle-require
1631
1637
  node-cache
1632
1638
  node-containerpattern
1633
1639
  node-dev
@@ -2217,6 +2223,7 @@ sat-local
2217
2223
  sax
2218
2224
  scalar
2219
2225
  scheduler
2226
+ schema
2220
2227
  schema-markdown-doc
2221
2228
  schema-utils
2222
2229
  schematics
@@ -2724,6 +2731,7 @@ ws
2724
2731
  wuxh
2725
2732
  x-date-pickers
2726
2733
  x-ray
2734
+ xast
2727
2735
  xhr
2728
2736
  xlsx
2729
2737
  xml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.1.33",
3
+ "version": "5.2.0",
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": "cd717a433ef22245c4d4aecc55d365d58079bce1"
45
+ "gitHead": "ca1490676c302154b8f0f1e53676d92a8295f019"
46
46
  }