1{
2  "name": "@isaacs/string-locale-compare",
3  "version": "1.1.0",
4  "files": [
5    "index.js"
6  ],
7  "main": "index.js",
8  "description": "Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise",
9  "repository": {
10    "type": "git",
11    "url": "git+https://github.com/isaacs/string-locale-compare"
12  },
13  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
14  "license": "ISC",
15  "scripts": {
16    "test": "tap",
17    "snap": "tap",
18    "preversion": "npm test",
19    "postversion": "npm publish",
20    "prepublishOnly": "git push origin --follow-tags"
21  },
22  "tap": {
23    "check-coverage": true
24  },
25  "devDependencies": {
26    "tap": "^15.0.9"
27  }
28}
29