File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/is-ssh/package.json
{
"_from": "is-ssh@^1.3.0",
"_id": "is-ssh@1.3.2",
"_inBundle": false,
"_integrity": "sha512-elEw0/0c2UscLrNG+OAorbP539E3rhliKPg+hDMWN9VwrDXfYK+4PBEykDPfxlYYtQvl84TascnQyobfQLHEhQ==",
"_location": "/is-ssh",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-ssh@^1.3.0",
"name": "is-ssh",
"escapedName": "is-ssh",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/git-up",
"/parse-path",
"/parse-url"
],
"_resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.2.tgz",
"_shasum": "a4b82ab63d73976fd8263cceee27f99a88bdae2b",
"_spec": "is-ssh@^1.3.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/git-up",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "http://ionicabizau.net"
},
"bugs": {
"url": "https://github.com/IonicaBizau/node-is-ssh/issues"
},
"bundleDependencies": false,
"dependencies": {
"protocols": "^1.1.0"
},
"deprecated": false,
"description": "Check if an input value is a ssh url or not.",
"devDependencies": {
"tester": "^1.3.1"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/IonicaBizau/node-is-ssh",
"keywords": [
"ssh",
"url",
"check",
"parser"
],
"license": "MIT",
"main": "lib/index.js",
"name": "is-ssh",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/node-is-ssh.git"
},
"scripts": {
"test": "node test"
},
"version": "1.3.2"
}