@cspell/dict-npm 5.2.20 → 5.2.23
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 +7 -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
|
|
@@ -384,6 +385,7 @@ codemirror
|
|
|
384
385
|
coffee-script
|
|
385
386
|
coffeescript
|
|
386
387
|
color
|
|
388
|
+
color-helpers
|
|
387
389
|
color-string
|
|
388
390
|
colord
|
|
389
391
|
colorette
|
|
@@ -472,6 +474,7 @@ cson-parser
|
|
|
472
474
|
cspell
|
|
473
475
|
css
|
|
474
476
|
css-calc
|
|
477
|
+
css-color-parser
|
|
475
478
|
css-declaration-sorter
|
|
476
479
|
css-functions-list
|
|
477
480
|
css-loader
|
|
@@ -1138,6 +1141,7 @@ hbs
|
|
|
1138
1141
|
he
|
|
1139
1142
|
headlessui
|
|
1140
1143
|
heapdump
|
|
1144
|
+
heartbeat
|
|
1141
1145
|
helmet
|
|
1142
1146
|
helper-plugin-utils
|
|
1143
1147
|
heroicons
|
|
@@ -1472,6 +1476,7 @@ loki
|
|
|
1472
1476
|
long
|
|
1473
1477
|
loopback
|
|
1474
1478
|
loose-envify
|
|
1479
|
+
lory
|
|
1475
1480
|
lowdb
|
|
1476
1481
|
lru-cache
|
|
1477
1482
|
lucide
|
|
@@ -2057,6 +2062,7 @@ react-apollo
|
|
|
2057
2062
|
react-app-polyfill
|
|
2058
2063
|
react-bootstrap
|
|
2059
2064
|
react-button
|
|
2065
|
+
react-camera-pro
|
|
2060
2066
|
react-color
|
|
2061
2067
|
react-colorful
|
|
2062
2068
|
react-components
|
|
@@ -2098,6 +2104,7 @@ react-native-keychain
|
|
|
2098
2104
|
react-native-lightbox
|
|
2099
2105
|
react-native-lightbox-v
|
|
2100
2106
|
react-native-macos
|
|
2107
|
+
react-native-nitro-modules
|
|
2101
2108
|
react-native-progress
|
|
2102
2109
|
react-native-svg-charts
|
|
2103
2110
|
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.23",
|
|
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": "6a5000d22a946159c15d6930bab461e5352796a3"
|
|
46
46
|
}
|