Files
pnpm/packages/normalize-registries/package.json
2020-05-01 14:53:31 +03:00

37 lines
1.1 KiB
JSON

{
"name": "@pnpm/normalize-registries",
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized",
"version": "1.0.0",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"devDependencies": {
"@pnpm/normalize-registries": "link:"
},
"keywords": [],
"license": "MIT",
"engines": {
"node": ">=10.13"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries",
"scripts": {
"test": "pnpm run compile",
"lint": "tslint -c ../../tslint.json --project .",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"dependencies": {
"@pnpm/types": "workspace:5.0.0",
"normalize-registry-url": "1.0.0"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries#readme",
"funding": "https://opencollective.com/pnpm"
}