{ "name": "@pnpm/normalize-registries", "description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized", "version": "2.0.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "keywords": [ "pnpm6" ], "license": "MIT", "engines": { "node": ">=12.17" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries", "scripts": { "test": "pnpm run compile", "lint": "eslint src/**/*.ts", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "dependencies": { "@pnpm/types": "workspace:7.4.0", "normalize-registry-url": "1.0.0" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries#readme", "funding": "https://opencollective.com/pnpm" }