@cspell/dict-npm 5.1.17 → 5.1.19
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 +19 -1
- package/dict/npm.txt +3 -2
- package/package.json +2 -2
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
|
|
@@ -1882,6 +1884,7 @@ power-assert
|
|
|
1882
1884
|
praesentium-sint-dolorem
|
|
1883
1885
|
pre-commit
|
|
1884
1886
|
preact
|
|
1887
|
+
preid
|
|
1885
1888
|
prepare-package
|
|
1886
1889
|
preset-env
|
|
1887
1890
|
preset-react
|
|
@@ -2098,7 +2101,6 @@ rehype-parse
|
|
|
2098
2101
|
rehype-raw
|
|
2099
2102
|
rehype-slug
|
|
2100
2103
|
rehype-stringify
|
|
2101
|
-
reiciendis-non-corrupti
|
|
2102
2104
|
release-it
|
|
2103
2105
|
remap-istanbul
|
|
2104
2106
|
remark
|
|
@@ -2257,7 +2259,6 @@ size-limit
|
|
|
2257
2259
|
sizeitup
|
|
2258
2260
|
skapi-js
|
|
2259
2261
|
sky-buy-web3-rock
|
|
2260
|
-
skylernpm
|
|
2261
2262
|
slash
|
|
2262
2263
|
slice-ansi
|
|
2263
2264
|
slow-deps
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.19",
|
|
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": "
|
|
45
|
+
"gitHead": "8c88c79dd43544fcfb05c26b2fb2324bfada8e78"
|
|
46
46
|
}
|