You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
846 B
35 lines
846 B
2 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|