UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

96 lines (95 loc) 3.04 kB
{ "_args": [ [ { "raw": "normalize-ssh@^1.0.0", "scope": null, "escapedName": "normalize-ssh", "name": "normalize-ssh", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "/home/zkochan/src/pnpm/packages/pnpm/node_modules/@pnpm/git-resolver" ] ], "_from": "normalize-ssh@>=1.0.0 <2.0.0", "_id": "normalize-ssh@1.0.0", "_inCache": true, "_location": "/normalize-ssh", "_nodeVersion": "6.9.1", "_npmOperationalInternal": { "host": "packages-18-east.internal.npmjs.com", "tmp": "tmp/normalize-ssh-1.0.0.tgz_1487791857483_0.06631806353107095" }, "_npmUser": { "name": "zkochan", "email": "zoltan.kochan@gmail.com" }, "_npmVersion": "3.10.9", "_phantomChildren": {}, "_requested": { "raw": "normalize-ssh@^1.0.0", "scope": null, "escapedName": "normalize-ssh", "name": "normalize-ssh", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/@pnpm/git-resolver" ], "_resolved": "https://registry.npmjs.org/normalize-ssh/-/normalize-ssh-1.0.0.tgz", "_shasum": "22a8308fa7cd932bdb49af74ecac644cf4a6196b", "_shrinkwrap": null, "_spec": "normalize-ssh@^1.0.0", "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/@pnpm/git-resolver", "author": { "name": "Zoltan Kochan" }, "bugs": { "url": "https://github.com/zkochan/normalize-ssh/issues" }, "dependencies": { "is-ssh": "^1.3.0", "parse-url": "^1.3.5" }, "description": "Normalize a SSH URL", "devDependencies": { "tape": "^4.6.3" }, "directories": {}, "dist": { "shasum": "22a8308fa7cd932bdb49af74ecac644cf4a6196b", "tarball": "https://registry.npmjs.org/normalize-ssh/-/normalize-ssh-1.0.0.tgz" }, "files": [ "index.js" ], "gitHead": "04e0ba89f2bd08dc952f5e2e563101c4a9c218ba", "homepage": "https://github.com/zkochan/normalize-ssh#readme", "keywords": [ "ssh" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "zkochan", "email": "zoltan.kochan@gmail.com" } ], "name": "normalize-ssh", "optionalDependencies": {}, "readme": "# normalize-ssh\n\n> Normalize a SSH URL\n\n[![npm version](https://img.shields.io/npm/v/normalize-ssh.svg)](https://www.npmjs.com/package/normalize-ssh) [![Build Status](https://img.shields.io/travis/zkochan/normalize-ssh/master.svg)](https://travis-ci.org/zkochan/normalize-ssh)\n\n## Installation\n\n```\nnpm i -S normalize-ssh\n```\n\n## Usage\n\n```js\nconst normalizeSshUrl = require('normalize-ssh')\n\nnormalizeSshUrl('git@gitlab.domain.tld:myproject/myrepo.git')\n//> ssh://git@gitlab.domain.tld:22/myproject/myrepo.git\n```\n\n## License\n\n[MIT](LICENSE) © [Zoltan Kochan](http://kochan.io)\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/zkochan/normalize-ssh.git" }, "scripts": { "test": "node test.js" }, "version": "1.0.0" }