{ "name": "@pnpm/config.normalize-registries", "version": "1000.1.4", "description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized", "keywords": [ "pnpm", "pnpm11" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/config/normalize-registries", "homepage": "https://github.com/pnpm/pnpm/tree/main/config/normalize-registries#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": { "test": "pn compile", "lint": "eslint \"src/**/*.ts\"", "prepublishOnly": "pn compile", "compile": "tsgo --build && pn lint --fix" }, "dependencies": { "@pnpm/types": "workspace:*", "normalize-registry-url": "catalog:", "ramda": "catalog:" }, "devDependencies": { "@pnpm/config.normalize-registries": "workspace:*", "@types/ramda": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }