UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

38 lines (37 loc) 1.12 kB
{ "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" } ,"_resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz" ,"_integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==" ,"_from": "grapheme-splitter@1.0.4" }