mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 19:22:52 -05:00
33 lines
994 B
JSON
33 lines
994 B
JSON
{
|
|
"name": "@pnpm/normalize-registries",
|
|
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized",
|
|
"version": "2.0.1",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries",
|
|
"scripts": {
|
|
"test": "pnpm run compile",
|
|
"lint": "eslint -c ../../eslint.json src/**/*.ts",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/types": "workspace:7.1.0",
|
|
"normalize-registry-url": "1.0.0"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries#readme",
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|