{ "author": "Isaac Z. Schlueter (http://blog.izs.me/)", "name": "another-npm-registry-client", "description": "Client for the npm registry", "version": "8.7.0", "repository": { "url": "https://github.com/openupm/another-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.13.1", "safe-buffer": "^5.1.1", "semver": "^7.3.5", "slide": "^1.1.3", "ssri": "^8.0.1" }, "devDependencies": { "negotiator": "^0.6.3", "nock": "^13.2.4", "readable-stream": "^3.6.0", "require-inject": "^1.4.4", "rimraf": "^3.0.2", "standard": "^17.0.0", "standard-version": "^9.3.2", "tap": "^16.2.0" }, "optionalDependencies": { "npmlog": "2 || ^3.1.0 || ^4.0.0" }, "license": "ISC" }