{
  "name": "encode-registry",
  "version": "3.0.1",
  "description": "Encodes a registry URL. Memoized.",
  "main": "index.js",
  "typings": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "engines": {
    "node": ">=10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pnpm/encode-registry.git"
  },
  "keywords": [
    "registry"
  ],
  "author": {
    "name": "Zoltan Kochan",
    "email": "z@kochan.io",
    "url": "https://www.kochan.io/",
    "twitter": "ZoltanKochan"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/encode-registry/issues"
  },
  "homepage": "https://github.com/pnpm/encode-registry#readme",
  "devDependencies": {
    "package-preview": "^4.0.0",
    "standard": "^17.1.0",
    "tape": "^5.6.6"
  },
  "dependencies": {
    "mem": "^8.0.0"
  },
  "scripts": {
    "test": "preview && node test && standard"
  }
}