| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_args": [
- [
- "is-ssh@1.3.1",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "is-ssh@1.3.1",
- "_id": "is-ssh@1.3.1",
- "_inBundle": false,
- "_integrity": "sha512-0eRIASHZt1E68/ixClI8bp2YK2wmBPVWEismTs6M+M099jKgrzl/3E976zIbImSIob48N2/XGe9y7ZiYdImSlg==",
- "_location": "/is-ssh",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "is-ssh@1.3.1",
- "name": "is-ssh",
- "escapedName": "is-ssh",
- "rawSpec": "1.3.1",
- "saveSpec": null,
- "fetchSpec": "1.3.1"
- },
- "_requiredBy": [
- "/git-up",
- "/parse-path",
- "/parse-url"
- ],
- "_resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.1.tgz",
- "_spec": "1.3.1",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "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": "^1.1.0"
- },
- "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.1"
- }
|