{ "_from": "npm-registry-fetch@^8.1.2", "_id": "npm-registry-fetch@8.1.3", "_inBundle": false, "_integrity": "sha512-xpBFcg13wkFR0SsscvemmrIe1Sxe1SPgGUOAb7+5Uo6fR8SIRMenMHeDSjfyulv1px66/y0Ib40rtKO20PcgPg==", "_location": "/npm-registry-fetch", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "npm-registry-fetch@^8.1.2", "name": "npm-registry-fetch", "escapedName": "npm-registry-fetch", "rawSpec": "^8.1.2", "saveSpec": null, "fetchSpec": "^8.1.2" }, "_requiredBy": [ "/", "/libnpmaccess", "/libnpmhook", "/libnpmorg", "/libnpmpublish", "/libnpmsearch", "/libnpmteam", "/npm-profile", "/pacote" ], "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-8.1.3.tgz", "_shasum": "b54709388f90a1f71bd6c8008d5a9dc9be21670d", "_spec": "npm-registry-fetch@^8.1.2", "_where": "/Users/isaacs/dev/npm/cli", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/npm/registry-fetch/issues" }, "bundleDependencies": false, "dependencies": { "@npmcli/ci-detect": "^1.0.0", "lru-cache": "^6.0.0", "make-fetch-happen": "^8.0.9", "minipass": "^3.1.3", "minipass-fetch": "^1.3.0", "minipass-json-stream": "^1.0.1", "minizlib": "^2.0.0", "npm-package-arg": "^8.0.0" }, "deprecated": false, "description": "Fetch-based http client for use with npm registry APIs", "devDependencies": { "cacache": "^15.0.0", "mkdirp": "^0.5.1", "nock": "^11.7.0", "npmlog": "^4.1.2", "require-inject": "^1.4.4", "rimraf": "^2.6.2", "ssri": "^8.0.0", "standard": "^14.3.3", "standard-version": "^7.1.0", "tap": "^14.10.7" }, "engines": { "node": ">=10" }, "files": [ "*.js", "lib" ], "homepage": "https://github.com/npm/registry-fetch#readme", "keywords": [ "npm", "registry", "fetch" ], "license": "ISC", "main": "index.js", "name": "npm-registry-fetch", "repository": { "type": "git", "url": "git+https://github.com/npm/registry-fetch.git" }, "scripts": { "postrelease": "npm publish", "posttest": "standard", "prepublishOnly": "git push --follow-tags", "prerelease": "npm t", "release": "standard-version -s", "test": "tap" }, "tap": { "check-coverage": true, "test-ignore": "test[\\\\/](util|cache)[\\\\/]" }, "version": "8.1.3" }