{
  "_id": "@isaacs/string-locale-compare@1.1.0",
  "_inBundle": true,
  "_location": "/npm/@isaacs/string-locale-compare",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm",
    "/npm/@npmcli/arborist"
  ],
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/string-locale-compare/issues"
  },
  "description": "Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise",
  "devDependencies": {
    "tap": "^15.0.9"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/isaacs/string-locale-compare#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "@isaacs/string-locale-compare",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/string-locale-compare.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.1.0"
}
