@cspell/dict-npm 5.2.11 → 5.2.12
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 +2 -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
|
@@ -1632,6 +1632,7 @@ netlify
|
|
|
1632
1632
|
netlify-cms-backend-bitbucket
|
|
1633
1633
|
netlify-cms-backend-git-gateway
|
|
1634
1634
|
netlify-cms-backend-gitlab
|
|
1635
|
+
netlify-cms-backend-proxy
|
|
1635
1636
|
netlify-cms-backend-test
|
|
1636
1637
|
newman
|
|
1637
1638
|
newrelic
|
|
@@ -2204,6 +2205,7 @@ rimraf
|
|
|
2204
2205
|
riot
|
|
2205
2206
|
robotjs
|
|
2206
2207
|
roboto
|
|
2208
|
+
rolldown
|
|
2207
2209
|
rollup
|
|
2208
2210
|
rollup-plugin-babel
|
|
2209
2211
|
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.12",
|
|
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": "2488b6872181472ef3b7982e2cc839d6beb39ef7"
|
|
46
46
|
}
|