Files
pnpm/packages/normalize-registries/package.json

41 lines
1.0 KiB
JSON

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