all-the-package-types 1.0.194 → 1.0.195
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/package.json +1 -1
- package/types.json +10 -0
package/package.json
CHANGED
package/types.json
CHANGED
|
@@ -4344,6 +4344,11 @@
|
|
|
4344
4344
|
"l": "buffer-xor",
|
|
4345
4345
|
"t": "buffer-xor"
|
|
4346
4346
|
},
|
|
4347
|
+
{
|
|
4348
|
+
"p": "https://github.com/tjfontaine/node-buffercursor",
|
|
4349
|
+
"l": "buffercursor",
|
|
4350
|
+
"t": "buffercursor"
|
|
4351
|
+
},
|
|
4347
4352
|
{
|
|
4348
4353
|
"p": "https://github.com/JacksonTian/bufferhelper",
|
|
4349
4354
|
"l": "bufferhelper",
|
|
@@ -27694,6 +27699,11 @@
|
|
|
27694
27699
|
"l": "levenshtein-edit-distance",
|
|
27695
27700
|
"t": "levenshtein-edit-distance"
|
|
27696
27701
|
},
|
|
27702
|
+
{
|
|
27703
|
+
"p": "https://github.com/gkz/levn",
|
|
27704
|
+
"l": "levn",
|
|
27705
|
+
"t": "levn"
|
|
27706
|
+
},
|
|
27697
27707
|
{
|
|
27698
27708
|
"p": "https://github.com/substack/lexicographic-integer",
|
|
27699
27709
|
"l": "lexicographic-integer",
|