123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "_from": "ssh-config@^1.1.1",
- "_id": "ssh-config@1.1.3",
- "_inBundle": false,
- "_integrity": "sha1-KxljCvhbFmZoi51o9uQhiQD4H4w=",
- "_location": "/ssh-config",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ssh-config@^1.1.1",
- "name": "ssh-config",
- "escapedName": "ssh-config",
- "rawSpec": "^1.1.1",
- "saveSpec": null,
- "fetchSpec": "^1.1.1"
- },
- "_requiredBy": [
- "/@ionic/cli-utils"
- ],
- "_resolved": "https://registry.npmjs.org/ssh-config/-/ssh-config-1.1.3.tgz",
- "_shasum": "2b19630af85b1666688b9d68f6e4218900f81f8c",
- "_spec": "ssh-config@^1.1.1",
- "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/@ionic/cli-utils",
- "author": {
- "name": "dotnil",
- "email": "jakeplus@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/dotnil/ssh-config/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "SSH config parser and stringifier",
- "devDependencies": {
- "expect.js": "^0.3.1",
- "heredoc": "^1.3.1",
- "istanbul": "^0.4.5",
- "mocha": "^3.5.0"
- },
- "engine": {
- "node": ">= 6.0.0"
- },
- "homepage": "https://github.com/dotnil/ssh-config#readme",
- "license": "MIT",
- "name": "ssh-config",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/dotnil/ssh-config.git"
- },
- "scripts": {
- "cover": "istanbul cover _mocha -- test/test.*.js -R spec",
- "test": "mocha test/**/*.js"
- },
- "version": "1.1.3"
- }
|