package.json (1550B)
1 { 2 "name": "@stdlib/string/prev-grapheme-cluster-break", 3 "version": "0.0.0", 4 "description": "Return the previous extended grapheme cluster break in a string before a specified position.", 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 "prev-grapheme-cluster-break": "./bin/cli" 18 }, 19 "main": "./lib", 20 "directories": { 21 "benchmark": "./benchmark", 22 "bin": "./bin", 23 "doc": "./docs", 24 "example": "./examples", 25 "lib": "./lib", 26 "test": "./test" 27 }, 28 "types": "./docs/types", 29 "scripts": {}, 30 "homepage": "https://github.com/stdlib-js/stdlib", 31 "repository": { 32 "type": "git", 33 "url": "git://github.com/stdlib-js/stdlib.git" 34 }, 35 "bugs": { 36 "url": "https://github.com/stdlib-js/stdlib/issues" 37 }, 38 "dependencies": {}, 39 "devDependencies": {}, 40 "engines": { 41 "node": ">=0.10.0", 42 "npm": ">2.7.0" 43 }, 44 "os": [ 45 "aix", 46 "darwin", 47 "freebsd", 48 "linux", 49 "macos", 50 "openbsd", 51 "sunos", 52 "win32", 53 "windows" 54 ], 55 "keywords": [ 56 "stdlib", 57 "stdstring", 58 "string", 59 "str", 60 "utilities", 61 "utility", 62 "utils", 63 "util", 64 "code", 65 "point", 66 "pt", 67 "unicode", 68 "utf-16", 69 "utf16", 70 "surrogate", 71 "astral", 72 "grapheme", 73 "cluster", 74 "segmentation", 75 "tc39" 76 ] 77 }