{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "name": "anonymous-npm-registry-client",
  "description": "Client for the npm registry",
  "version": "0.3.2",
  "repository": {
    "url": "https://github.com/zkochan/anonymous-npm-registry-client.git"
  },
  "types": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  },
  "main": "index.js",
  "files": [
    "lib",
    "index.js",
    "index.d.ts"
  ],
  "dependencies": {
    "@qiwi/npm-types": "^1.0.2",
    "concat-stream": "^2.0.0",
    "graceful-fs": "^4.2.4",
    "normalize-package-data": "~1.0.1 || ^2.0.0 || ^3.0.0",
    "npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^8.0.0",
    "once": "^1.4.0",
    "request": "npm:postman-request@2.88.1-postman.40",
    "retry": "^0.13.1",
    "safe-buffer": "^5.2.1",
    "semver": "2 >=2.2.1 || 3.x || 4 || 5 || 7",
    "slide": "^1.1.6",
    "ssri": "^8.0.0"
  },
  "devDependencies": {
    "negotiator": "^0.6.2",
    "nock": "^13.0.5",
    "readable-stream": "^3.6.0",
    "require-inject": "^1.4.4",
    "rimraf": "^3.0.2",
    "standard": "^17.1.2",
    "standard-version": "^9.0.0",
    "tap": "^21.0.1"
  },
  "optionalDependencies": {
    "npmlog": "2 || ^3.1.0 || ^4.0.0"
  },
  "license": "ISC",
  "scripts": {
    "prerelease": "npm t",
    "postrelease": "npm publish && git push --follow-tags",
    "pretest": "standard",
    "test": "tap --nyc-arg=--all --coverage --jobs=1 test/*.js",
    "docs": "mkdir -p docs && cp ./README.md ./docs/README.md",
    "build": "npm run docs"
  }
}