@cspell/dict-npm 5.2.20 → 5.2.22
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 +6 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -15,6 +15,7 @@ action-cli
|
|
|
15
15
|
adapter-express
|
|
16
16
|
addon-backgrounds
|
|
17
17
|
addon-docs
|
|
18
|
+
addon-vitest
|
|
18
19
|
adm-zip
|
|
19
20
|
admin-lte
|
|
20
21
|
adobe
|
|
@@ -472,6 +473,7 @@ cson-parser
|
|
|
472
473
|
cspell
|
|
473
474
|
css
|
|
474
475
|
css-calc
|
|
476
|
+
css-color-parser
|
|
475
477
|
css-declaration-sorter
|
|
476
478
|
css-functions-list
|
|
477
479
|
css-loader
|
|
@@ -1138,6 +1140,7 @@ hbs
|
|
|
1138
1140
|
he
|
|
1139
1141
|
headlessui
|
|
1140
1142
|
heapdump
|
|
1143
|
+
heartbeat
|
|
1141
1144
|
helmet
|
|
1142
1145
|
helper-plugin-utils
|
|
1143
1146
|
heroicons
|
|
@@ -1472,6 +1475,7 @@ loki
|
|
|
1472
1475
|
long
|
|
1473
1476
|
loopback
|
|
1474
1477
|
loose-envify
|
|
1478
|
+
lory
|
|
1475
1479
|
lowdb
|
|
1476
1480
|
lru-cache
|
|
1477
1481
|
lucide
|
|
@@ -2057,6 +2061,7 @@ react-apollo
|
|
|
2057
2061
|
react-app-polyfill
|
|
2058
2062
|
react-bootstrap
|
|
2059
2063
|
react-button
|
|
2064
|
+
react-camera-pro
|
|
2060
2065
|
react-color
|
|
2061
2066
|
react-colorful
|
|
2062
2067
|
react-components
|
|
@@ -2098,6 +2103,7 @@ react-native-keychain
|
|
|
2098
2103
|
react-native-lightbox
|
|
2099
2104
|
react-native-lightbox-v
|
|
2100
2105
|
react-native-macos
|
|
2106
|
+
react-native-nitro-modules
|
|
2101
2107
|
react-native-progress
|
|
2102
2108
|
react-native-svg-charts
|
|
2103
2109
|
react-native-vector-icons
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.22",
|
|
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": "61455d9af045abb8379b0bd0147f35bd00558bb5"
|
|
46
46
|
}
|