@cspell/dict-npm 5.2.41 → 5.2.43

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
@@ -29,6 +29,7 @@ ajv
29
29
  ajv-formats
30
30
  aleo-oracle-sdk
31
31
  alifd
32
+ all
32
33
  allure-js-commons
33
34
  although-line-wall-corn
34
35
  amaui
@@ -94,6 +95,7 @@ argparse
94
95
  arrangement-tell-arrange
95
96
  array
96
97
  arrify
98
+ asamuzakjp
97
99
  asap
98
100
  asperiores-nam-adipisci
99
101
  asperiores-vel-accusantium
@@ -321,6 +323,7 @@ chat
321
323
  chat-ui-kit-react
322
324
  chatfanpage
323
325
  chatscope
326
+ checkbox
324
327
  cheerio
325
328
  chicken-fell-spread
326
329
  child
@@ -611,6 +614,7 @@ doc-tools
611
614
  docco
612
615
  docgen
613
616
  dockerode
617
+ dockview
614
618
  dockview-core
615
619
  docpad
616
620
  docs
@@ -625,6 +629,8 @@ documentation-skeleton
625
629
  documentdb
626
630
  docusaurus
627
631
  docusaurus-lunr-search
632
+ docusaurus-plugin-openapi-docs
633
+ docusaurus-theme-openapi-docs
628
634
  doloremque-ut-omnis
629
635
  dolores-praesentium-assumenda
630
636
  dom
@@ -881,6 +887,7 @@ finalhandler
881
887
  find-cache-dir
882
888
  find-up
883
889
  findup-sync
890
+ fiori-docs-embeddings
884
891
  firebase
885
892
  firebase-admin
886
893
  firebase-tools
@@ -1243,6 +1250,7 @@ hyperquest
1243
1250
  hyphenate-style-name
1244
1251
  i
1245
1252
  i18next-gridly-backend
1253
+ iabtcf
1246
1254
  iamtraction
1247
1255
  ibyar
1248
1256
  icons
@@ -1286,6 +1294,7 @@ input-otp
1286
1294
  inquirer
1287
1295
  inquirer-autocomplete-prompt
1288
1296
  inside-throw
1297
+ inspreact
1289
1298
  instagram-node
1290
1299
  install
1291
1300
  inter
@@ -1876,6 +1885,7 @@ parse
1876
1885
  parse-entities
1877
1886
  parser
1878
1887
  parseurl
1888
+ particles
1879
1889
  passport
1880
1890
  passport-facebook
1881
1891
  passport-local
@@ -1884,6 +1894,7 @@ passport-strategy
1884
1894
  path
1885
1895
  path-browserify
1886
1896
  path-exists
1897
+ path-expression-matcher
1887
1898
  path-is-absolute
1888
1899
  path-to-regexp
1889
1900
  pathe
@@ -2167,6 +2178,7 @@ react-motion
2167
2178
  react-native
2168
2179
  react-native-aes-crypto
2169
2180
  react-native-animatable
2181
+ react-native-chart-kit
2170
2182
  react-native-collapsible
2171
2183
  react-native-file-viewer
2172
2184
  react-native-keychain
@@ -2299,6 +2311,7 @@ rethinkdb
2299
2311
  retry
2300
2312
  rewire
2301
2313
  rfdc
2314
+ ribbons
2302
2315
  rimraf
2303
2316
  riot
2304
2317
  robotjs
@@ -2324,6 +2337,9 @@ rollup-plugin-uglify
2324
2337
  rollup-plugin-visualizer
2325
2338
  rollup-pluginutils
2326
2339
  router
2340
+ router-generator
2341
+ router-plugin
2342
+ router-utils
2327
2343
  routes
2328
2344
  rsnext
2329
2345
  rsvp
@@ -2345,6 +2361,7 @@ sandstone
2345
2361
  sanitize-filename
2346
2362
  sanitize-html
2347
2363
  sanity
2364
+ sap-ux
2348
2365
  sass
2349
2366
  sass-loader
2350
2367
  sassdoc
@@ -2797,6 +2814,7 @@ vinyl-source-stream
2797
2814
  vinyl-sourcemaps-apply
2798
2815
  virtual-core
2799
2816
  virtual-dom
2817
+ virtual-file-routes
2800
2818
  visage
2801
2819
  vite
2802
2820
  vite-plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.41",
3
+ "version": "5.2.43",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,5 +42,5 @@
42
42
  "update-dictionary": "pnpm update-npm-package-list --silent && pnpm run build",
43
43
  "update-npm-package-list": "./scripts/update-npm-package-list.mjs"
44
44
  },
45
- "gitHead": "372b73a4c7b1dcff5f9bb57168cbc673e78ac163"
45
+ "gitHead": "09b0483b7c3c9d04e504e5f9275d3ad530a69742"
46
46
  }