@cspell/dict-npm 5.2.11 → 5.2.13
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/README.md +17 -4
- package/dict/npm.txt +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ Add the following to your VSCode settings:
|
|
|
39
39
|
</details>
|
|
40
40
|
|
|
41
41
|
<details>
|
|
42
|
-
<summary>CSpell Settings
|
|
42
|
+
<summary>CSpell Settings <code>cspell.json</code></summary>
|
|
43
43
|
|
|
44
44
|
**`cspell.json`**
|
|
45
45
|
|
|
@@ -52,7 +52,7 @@ Add the following to your VSCode settings:
|
|
|
52
52
|
</details>
|
|
53
53
|
|
|
54
54
|
<details>
|
|
55
|
-
<summary>CSpell Settings
|
|
55
|
+
<summary>CSpell Settings <code>cspell.config.yaml</code></summary>
|
|
56
56
|
|
|
57
57
|
**`cspell.config.yaml`**
|
|
58
58
|
|
|
@@ -63,8 +63,21 @@ dictionaries:
|
|
|
63
63
|
|
|
64
64
|
</details>
|
|
65
65
|
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
## Local Installation using CDN
|
|
67
|
+
|
|
68
|
+
> **NOTE:** This package is bundled with CSpell.
|
|
69
|
+
|
|
70
|
+
## Dictionary Information
|
|
71
|
+
|
|
72
|
+
| Name | Enabled | Description |
|
|
73
|
+
| ----- | ------- | ----------------------------------------- |
|
|
74
|
+
| `npm` | | Dictionary of Common Javascript Packages. |
|
|
75
|
+
|
|
76
|
+
## Language Settings
|
|
77
|
+
|
|
78
|
+
| Name | Locale | File Type |
|
|
79
|
+
| ----- | ------ | ---------------------------------------------------------------- |
|
|
80
|
+
| `npm` | `*` | `javascript`, `typescript`, `javascriptreact`, `typescriptreact` |
|
|
68
81
|
|
|
69
82
|
<!--- @@inject-end: ./static/install.md --->
|
|
70
83
|
|
package/dict/npm.txt
CHANGED
|
@@ -1415,6 +1415,7 @@ lead-alike-web3-applied
|
|
|
1415
1415
|
leaflet
|
|
1416
1416
|
leaflet-gesture-handling
|
|
1417
1417
|
left-pad
|
|
1418
|
+
lefthook
|
|
1418
1419
|
leftpad
|
|
1419
1420
|
legacy-modal
|
|
1420
1421
|
legacy-provider
|
|
@@ -1632,6 +1633,7 @@ netlify
|
|
|
1632
1633
|
netlify-cms-backend-bitbucket
|
|
1633
1634
|
netlify-cms-backend-git-gateway
|
|
1634
1635
|
netlify-cms-backend-gitlab
|
|
1636
|
+
netlify-cms-backend-proxy
|
|
1635
1637
|
netlify-cms-backend-test
|
|
1636
1638
|
newman
|
|
1637
1639
|
newrelic
|
|
@@ -2204,6 +2206,7 @@ rimraf
|
|
|
2204
2206
|
riot
|
|
2205
2207
|
robotjs
|
|
2206
2208
|
roboto
|
|
2209
|
+
rolldown
|
|
2207
2210
|
rollup
|
|
2208
2211
|
rollup-plugin-babel
|
|
2209
2212
|
rollup-plugin-buble
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.13",
|
|
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": "193ead81f348e5bd2512435f7a302b3c07cbbb47"
|
|
46
46
|
}
|