@cspell/dict-npm 5.1.32 → 5.1.34
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/dict/npm.txt +5 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# cspell-tools: keep-case no-split
|
|
3
3
|
|
|
4
4
|
JSON
|
|
5
|
+
ability
|
|
5
6
|
abort-controller
|
|
6
7
|
accepts
|
|
7
8
|
acl
|
|
@@ -276,6 +277,7 @@ capacitor
|
|
|
276
277
|
careful-faster-dirty-matter
|
|
277
278
|
carousel
|
|
278
279
|
case-sensitive-paths-webpack-plugin
|
|
280
|
+
casl
|
|
279
281
|
casperjs
|
|
280
282
|
caught-brain-service
|
|
281
283
|
cdk
|
|
@@ -1548,6 +1550,7 @@ mockdate
|
|
|
1548
1550
|
mockery
|
|
1549
1551
|
mockjs
|
|
1550
1552
|
modals
|
|
1553
|
+
modern-js
|
|
1551
1554
|
modi-dolorum-provident
|
|
1552
1555
|
moleculer
|
|
1553
1556
|
molestias-nulla-dolor
|
|
@@ -1600,6 +1603,7 @@ near-social-bridge
|
|
|
1600
1603
|
neato
|
|
1601
1604
|
nedb
|
|
1602
1605
|
needle
|
|
1606
|
+
neostandard
|
|
1603
1607
|
nest
|
|
1604
1608
|
nest-commander
|
|
1605
1609
|
nestjsx
|
|
@@ -2216,6 +2220,7 @@ sat-local
|
|
|
2216
2220
|
sax
|
|
2217
2221
|
scalar
|
|
2218
2222
|
scheduler
|
|
2223
|
+
schema
|
|
2219
2224
|
schema-markdown-doc
|
|
2220
2225
|
schema-utils
|
|
2221
2226
|
schematics
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.34",
|
|
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": "88eb27da82970150b5e8c9cac80f384744850c8f"
|
|
46
46
|
}
|