11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "@isaacs/string-locale-compare", 31cb0ef41Sopenharmony_ci "version": "1.1.0", 41cb0ef41Sopenharmony_ci "files": [ 51cb0ef41Sopenharmony_ci "index.js" 61cb0ef41Sopenharmony_ci ], 71cb0ef41Sopenharmony_ci "main": "index.js", 81cb0ef41Sopenharmony_ci "description": "Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise", 91cb0ef41Sopenharmony_ci "repository": { 101cb0ef41Sopenharmony_ci "type": "git", 111cb0ef41Sopenharmony_ci "url": "git+https://github.com/isaacs/string-locale-compare" 121cb0ef41Sopenharmony_ci }, 131cb0ef41Sopenharmony_ci "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", 141cb0ef41Sopenharmony_ci "license": "ISC", 151cb0ef41Sopenharmony_ci "scripts": { 161cb0ef41Sopenharmony_ci "test": "tap", 171cb0ef41Sopenharmony_ci "snap": "tap", 181cb0ef41Sopenharmony_ci "preversion": "npm test", 191cb0ef41Sopenharmony_ci "postversion": "npm publish", 201cb0ef41Sopenharmony_ci "prepublishOnly": "git push origin --follow-tags" 211cb0ef41Sopenharmony_ci }, 221cb0ef41Sopenharmony_ci "tap": { 231cb0ef41Sopenharmony_ci "check-coverage": true 241cb0ef41Sopenharmony_ci }, 251cb0ef41Sopenharmony_ci "devDependencies": { 261cb0ef41Sopenharmony_ci "tap": "^15.0.9" 271cb0ef41Sopenharmony_ci } 281cb0ef41Sopenharmony_ci} 29