{ "name": "@pnpm/network.auth-header", "version": "1000.0.6", "description": "Gets the authorization header for the given URI", "keywords": [ "pnpm", "pnpm11", "auth" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/network/auth-header", "homepage": "https://github.com/pnpm/pnpm/tree/main/network/auth-header#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsgo --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/config.nerf-dart": "catalog:", "@pnpm/error": "workspace:*" }, "devDependencies": { "@pnpm/network.auth-header": "workspace:*", "safe-buffer": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }