add enter functionality and resolve title show bug
This commit is contained in:
100
kitabcitab/node_modules/grapheme-splitter/package.json
generated
vendored
100
kitabcitab/node_modules/grapheme-splitter/package.json
generated
vendored
@@ -1,34 +1,66 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"grapheme-splitter@1.0.4",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "grapheme-splitter@1.0.4",
|
||||
"_id": "grapheme-splitter@1.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==",
|
||||
"_location": "/grapheme-splitter",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "grapheme-splitter@1.0.4",
|
||||
"name": "grapheme-splitter",
|
||||
"escapedName": "grapheme-splitter",
|
||||
"rawSpec": "1.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
|
||||
"_spec": "1.0.4",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Orlin Georgiev"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/orling/grapheme-splitter/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Lucas Tadeu Teixeira",
|
||||
"email": "lucas@fastmail.nl",
|
||||
"url": "https://lucas.is"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "A JavaScript library that breaks strings into their individual user-perceived characters. It supports emojis!",
|
||||
"devDependencies": {
|
||||
"tape": "^4.6.3"
|
||||
},
|
||||
"homepage": "https://github.com/orling/grapheme-splitter",
|
||||
"keywords": [
|
||||
"utf-8",
|
||||
"strings",
|
||||
"emoji",
|
||||
"split"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "grapheme-splitter",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/orling/grapheme-splitter.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape tests/grapheme_splitter_tests.js"
|
||||
},
|
||||
"version": "1.0.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user