{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "name": "npm-registry-client",
  "description": "Client for the npm registry",
  "version": "8.6.0",
  "repository": {
    "url": "https://github.com/npm/npm-registry-client.git"
  },
  "main": "index.js",
  "scripts": {
    "prerelease": "npm t",
    "postrelease": "npm publish && git push --follow-tags",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap --nyc-arg=--all --coverage test/*.js"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "dependencies": {
    "concat-stream": "^1.5.2",
    "graceful-fs": "^4.1.6",
    "normalize-package-data": "~1.0.1 || ^2.0.0",
    "npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
    "once": "^1.3.3",
    "request": "^2.74.0",
    "retry": "^0.10.0",
    "safe-buffer": "^5.1.1",
    "semver": "2 >=2.2.1 || 3.x || 4 || 5",
    "slide": "^1.1.3",
    "ssri": "^5.2.4"
  },
  "devDependencies": {
    "negotiator": "^0.6.1",
    "nock": "^9.0.9",
    "readable-stream": "^2.1.5",
    "require-inject": "^1.4.0",
    "rimraf": "^2.5.4",
    "standard": "^11.0.0",
    "standard-version": "^4.3.0",
    "tap": "^12.0.1"
  },
  "optionalDependencies": {
    "npmlog": "2 || ^3.1.0 || ^4.0.0"
  },
  "license": "ISC"
}
