{ "_args": [ [ "grapheme-splitter@1.0.4", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_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": [ "/webdriverio" ], "_resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", "_spec": "1.0.4", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "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" }