{ "name": "@pnpm/network.auth-header", "version": "3.0.2", "description": "Gets the authorization header for the given URI", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=18.12" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/network/auth-header", "keywords": [ "pnpm9", "pnpm", "auth" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/network/auth-header#readme", "devDependencies": { "@pnpm/network.auth-header": "workspace:*", "safe-buffer": "catalog:" }, "dependencies": { "@pnpm/error": "workspace:*", "nerf-dart": "catalog:" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }