UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

41 lines 1.08 kB
{ "name": "@pnpm/normalize-registries", "description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized", "version": "5.0.6", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "keywords": [ "pnpm8" ], "license": "MIT", "engines": { "node": ">=16.14" }, "repository": "https://github.com/pnpm/pnpm/blob/main/config/normalize-registries", "dependencies": { "normalize-registry-url": "2.0.0", "ramda": "npm:@pnpm/ramda@0.28.1", "@pnpm/types": "9.4.2" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/config/normalize-registries#readme", "funding": "https://opencollective.com/pnpm", "devDependencies": { "@types/ramda": "0.28.20", "@pnpm/normalize-registries": "5.0.6" }, "exports": { ".": "./lib/index.js" }, "scripts": { "test": "pnpm run compile", "lint": "eslint \"src/**/*.ts\"", "compile": "tsc --build && pnpm run lint --fix" } }