Files
old-kitabcitab-frontend/kitabcitab/node_modules/grapheme-splitter/package.json
2023-03-08 16:17:26 +01:00

67 lines
1.7 KiB
JSON

{
"_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"
}