package.json (1420B)
1 { 2 "name": "@stdlib/string/tools/grapheme-cluster-break", 3 "version": "0.0.0", 4 "description": "Grapheme cluster break tooling.", 5 "license": "Apache-2.0", 6 "author": { 7 "name": "The Stdlib Authors", 8 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 9 }, 10 "contributors": [ 11 { 12 "name": "The Stdlib Authors", 13 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 14 } 15 ], 16 "bin": {}, 17 "main": "./lib", 18 "directories": { 19 "benchmark": "./benchmark", 20 "doc": "./docs", 21 "example": "./examples", 22 "lib": "./lib", 23 "test": "./test" 24 }, 25 "types": "./docs/types", 26 "scripts": {}, 27 "homepage": "https://github.com/stdlib-js/stdlib", 28 "repository": { 29 "type": "git", 30 "url": "git://github.com/stdlib-js/stdlib.git" 31 }, 32 "bugs": { 33 "url": "https://github.com/stdlib-js/stdlib/issues" 34 }, 35 "dependencies": {}, 36 "devDependencies": {}, 37 "engines": { 38 "node": ">=0.10.0", 39 "npm": ">2.7.0" 40 }, 41 "os": [ 42 "aix", 43 "darwin", 44 "freebsd", 45 "linux", 46 "macos", 47 "openbsd", 48 "sunos", 49 "win32", 50 "windows" 51 ], 52 "keywords": [ 53 "stdlib", 54 "stdstring", 55 "string", 56 "str", 57 "utilities", 58 "utility", 59 "utils", 60 "util", 61 "code", 62 "point", 63 "pt", 64 "unicode", 65 "utf-16", 66 "utf16", 67 "surrogate", 68 "astral", 69 "grapheme", 70 "cluster", 71 "segmentation", 72 "tc39" 73 ] 74 }