line_push/node_modules/is-ssh/package.json
2022-07-21 03:28:35 +00:00

70 lines
1.5 KiB
JSON

{
"_args": [
[
"is-ssh@1.4.0",
"/home/node/nuxt"
]
],
"_from": "is-ssh@1.4.0",
"_id": "is-ssh@1.4.0",
"_inBundle": false,
"_integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==",
"_location": "/is-ssh",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-ssh@1.4.0",
"name": "is-ssh",
"escapedName": "is-ssh",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"/git-up",
"/parse-path",
"/parse-url"
],
"_resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz",
"_spec": "1.4.0",
"_where": "/home/node/nuxt",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "http://ionicabizau.net"
},
"bugs": {
"url": "https://github.com/IonicaBizau/node-is-ssh/issues"
},
"dependencies": {
"protocols": "^2.0.1"
},
"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.4.0"
}