@zkochan/pnpm
Version:
Fast, disk space efficient package manager
97 lines (96 loc) • 3.26 kB
JSON
{
"_args": [
[
{
"raw": "normalize-registry-url@^1.0.0",
"scope": null,
"escapedName": "normalize-registry-url",
"name": "normalize-registry-url",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/home/zkochan/src/pnpm/packages/pnpm/node_modules/get-npm-tarball-url"
]
],
"_from": "normalize-registry-url@>=1.0.0 <2.0.0",
"_id": "normalize-registry-url@1.0.0",
"_inCache": true,
"_location": "/normalize-registry-url",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/normalize-registry-url-1.0.0.tgz_1498071962232_0.3813361646607518"
},
"_npmUser": {
"name": "zkochan",
"email": "zoltan.kochan@gmail.com"
},
"_npmVersion": "5.0.3",
"_phantomChildren": {},
"_requested": {
"raw": "normalize-registry-url@^1.0.0",
"scope": null,
"escapedName": "normalize-registry-url",
"name": "normalize-registry-url",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/get-npm-tarball-url",
"/supi"
],
"_resolved": "https://registry.npmjs.org/normalize-registry-url/-/normalize-registry-url-1.0.0.tgz",
"_shasum": "f75d2c48373da780c76f1f0eeb6382c06e784d13",
"_shrinkwrap": null,
"_spec": "normalize-registry-url@^1.0.0",
"_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/get-npm-tarball-url",
"author": {
"name": "Zoltan Kochan"
},
"bugs": {
"url": "https://github.com/pnpm/normalize-registry-url/issues"
},
"dependencies": {},
"description": "Normalizes a npm registry URL",
"devDependencies": {
"tape": "^4.6.3"
},
"directories": {},
"dist": {
"integrity": "sha512-0v6T4851b72ykk5zEtFoN4QX/Fqyk7pouIj9xZyAvAe9jlDhAwT4z6FlwsoQCHjeuK2EGUoAwy/F4y4B1uZq9A==",
"shasum": "f75d2c48373da780c76f1f0eeb6382c06e784d13",
"tarball": "https://registry.npmjs.org/normalize-registry-url/-/normalize-registry-url-1.0.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "fb3c9f6ece793f21abb1af74f856cd4b2be77bd1",
"homepage": "https://github.com/pnpm/normalize-registry-url#readme",
"keywords": [
"registry",
"npm",
"normalize"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "zkochan",
"email": "zoltan.kochan@gmail.com"
}
],
"name": "normalize-registry-url",
"optionalDependencies": {},
"readme": "# normalize-registry-url\n\n[](https://travis-ci.org/pnpm/normalize-registry-url)\n\n> Normalizes a npm registry URL\n\n## Installation\n\n```\nnpm i normalize-registry-url\n```\n\n## Usage\n\n```js\nconst normalizeRegistrUrl = require('normalize-registry-url')\n\nconst registry = normalizeRegistrUrl('https://registry.npmjs.org')\n\nconsole.log(registry)\n// 'https://registry.npmjs.org/'\n```\n\n## License\n\n[MIT](LICENSE) © [Zoltan Kochan](https://www.kochan.io)\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/normalize-registry-url.git"
},
"scripts": {
"test": "node test"
},
"version": "1.0.0"
}