@cspell/dict-npm 5.1.16 → 5.1.18

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.
package/cspell-ext.json CHANGED
@@ -20,7 +20,25 @@
20
20
  "overrides": [
21
21
  {
22
22
  "filename": "**/package.json",
23
- "dictionaries": ["npm"]
23
+ "dictionaries": ["npm"],
24
+ "ignoreRegExpList": ["npm-scripts"],
25
+ "patterns": [
26
+ {
27
+ "name": "npm-scripts",
28
+ "pattern": ["pre-npm-scripts", "post-npm-scripts"],
29
+ "description": "Matches any NPM pre and post scripts from NPM lifecycle."
30
+ },
31
+ {
32
+ "name": "pre-npm-scripts",
33
+ "pattern": "/^\\s*\"pre[^\"]+\":/gm",
34
+ "description": "Matches any NPM pre scripts from NPM lifecycle."
35
+ },
36
+ {
37
+ "name": "post-npm-scripts",
38
+ "pattern": "/^\\s*\"post[^\"]+\":/gm",
39
+ "description": "Matches any NPM post scripts from NPM lifecycle."
40
+ }
41
+ ]
24
42
  }
25
43
  ]
26
44
  }
package/dict/npm.txt CHANGED
@@ -74,6 +74,7 @@ appsync-client-node
74
74
  arborist
75
75
  architecto-alias-quod
76
76
  archiver
77
+ arethetypeswrong
77
78
  arg
78
79
  argparse
79
80
  arrangement-tell-arrange
@@ -86,6 +87,8 @@ assert-plus
86
87
  assets
87
88
  assign
88
89
  assume
90
+ astro
91
+ astrojs
89
92
  async
90
93
  async-listen
91
94
  async-retry
@@ -361,6 +364,7 @@ coffee-script
361
364
  coffeescript
362
365
  color
363
366
  color-string
367
+ colord
364
368
  colorette
365
369
  colors
366
370
  columnify
@@ -408,6 +412,7 @@ cookie
408
412
  cookie-parser
409
413
  cookie-session
410
414
  cookie-signature
415
+ cookiecutter
411
416
  copy-to-clipboard
412
417
  copy-webpack-plugin
413
418
  copyfiles
@@ -510,6 +515,7 @@ deep-equal
510
515
  deep-extend
511
516
  deepmerge
512
517
  defaults
518
+ degit
513
519
  del
514
520
  del-cli
515
521
  delay
@@ -767,6 +773,7 @@ express-typed-rpc
767
773
  express-validator
768
774
  express-zod-api
769
775
  expressions
776
+ expressots
770
777
  extend
771
778
  extend-shallow
772
779
  extract-text-webpack-plugin
@@ -1097,7 +1104,6 @@ helper-plugin-utils
1097
1104
  heroicons
1098
1105
  hexlet-pairs
1099
1106
  hexo
1100
- hic-inventore-dolores
1101
1107
  highland
1102
1108
  highlight
1103
1109
  hiredis
@@ -1199,6 +1205,7 @@ instagram-node
1199
1205
  install
1200
1206
  inter
1201
1207
  interaction-external-push
1208
+ interaction-particles-links
1202
1209
  interceptors
1203
1210
  interpret
1204
1211
  intl
@@ -2093,7 +2100,6 @@ rehype-parse
2093
2100
  rehype-raw
2094
2101
  rehype-slug
2095
2102
  rehype-stringify
2096
- reiciendis-non-corrupti
2097
2103
  release-it
2098
2104
  remap-istanbul
2099
2105
  remark
@@ -2252,7 +2258,6 @@ size-limit
2252
2258
  sizeitup
2253
2259
  skapi-js
2254
2260
  sky-buy-web3-rock
2255
- skylernpm
2256
2261
  slash
2257
2262
  slice-ansi
2258
2263
  slow-deps
@@ -2414,6 +2419,7 @@ terser
2414
2419
  terser-webpack-plugin
2415
2420
  test-cutting
2416
2421
  test-runner
2422
+ test-runner-mocha
2417
2423
  test-snippets
2418
2424
  testcafe
2419
2425
  testcontainers
@@ -2473,6 +2479,7 @@ tsd
2473
2479
  tsd-lite
2474
2480
  tsdoc
2475
2481
  tsdoc-config
2482
+ tseslint
2476
2483
  tshy
2477
2484
  tslib
2478
2485
  tslint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.1.16",
3
+ "version": "5.1.18",
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": "af1ef23c4bc66ea8c23d59d9f268ed5cd4e770d1"
45
+ "gitHead": "121b1d1fc0a3a953ca2909f90410d9f9e8b5933a"
46
46
  }