Bump packages to fix linter

This commit is contained in:
Henry Mercer 2023-01-18 20:50:03 +00:00
parent ed9506bbaf
commit 0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions

34
node_modules/grapheme-splitter/package.json generated vendored Normal file
View file

@ -0,0 +1,34 @@
{
"name": "grapheme-splitter",
"version": "1.0.4",
"description": "A JavaScript library that breaks strings into their individual user-perceived characters. It supports emojis!",
"homepage": "https://github.com/orling/grapheme-splitter",
"author": "Orlin Georgiev",
"contributors": [
{
"name": "Lucas Tadeu Teixeira",
"email": "lucas@fastmail.nl",
"url": "https://lucas.is"
}
],
"main": "index.js",
"license": "MIT",
"keywords": [
"utf-8",
"strings",
"emoji",
"split"
],
"scripts": {
"test": "tape tests/grapheme_splitter_tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/orling/grapheme-splitter.git"
},
"bugs": "https://github.com/orling/grapheme-splitter/issues",
"dependencies": {},
"devDependencies": {
"tape": "^4.6.3"
}
}