@cspell/dict-npm 5.1.17 → 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
@@ -773,6 +773,7 @@ express-typed-rpc
773
773
  express-validator
774
774
  express-zod-api
775
775
  expressions
776
+ expressots
776
777
  extend
777
778
  extend-shallow
778
779
  extract-text-webpack-plugin
@@ -1204,6 +1205,7 @@ instagram-node
1204
1205
  install
1205
1206
  inter
1206
1207
  interaction-external-push
1208
+ interaction-particles-links
1207
1209
  interceptors
1208
1210
  interpret
1209
1211
  intl
@@ -2098,7 +2100,6 @@ rehype-parse
2098
2100
  rehype-raw
2099
2101
  rehype-slug
2100
2102
  rehype-stringify
2101
- reiciendis-non-corrupti
2102
2103
  release-it
2103
2104
  remap-istanbul
2104
2105
  remark
@@ -2257,7 +2258,6 @@ size-limit
2257
2258
  sizeitup
2258
2259
  skapi-js
2259
2260
  sky-buy-web3-rock
2260
- skylernpm
2261
2261
  slash
2262
2262
  slice-ansi
2263
2263
  slow-deps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.1.17",
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": "fbbf3a75ccd9e13ce9b36a853b99ff90015ab0c9"
45
+ "gitHead": "121b1d1fc0a3a953ca2909f90410d9f9e8b5933a"
46
46
  }