Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/sshpk/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "sshpk",
    3   "version": "1.16.1",
    4   "description": "A library for finding and using SSH public keys",
    5   "main": "lib/index.js",
    6   "scripts": {
    7     "test": "tape test/*.js"
     2  "_args": [
     3    [
     4      "sshpk@1.16.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "sshpk@1.16.1",
     10  "_id": "sshpk@1.16.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
     13  "_location": "/sshpk",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "sshpk@1.16.1",
     19    "name": "sshpk",
     20    "escapedName": "sshpk",
     21    "rawSpec": "1.16.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.16.1"
    824  },
    9   "repository": {
    10     "type": "git",
    11     "url": "git+https://github.com/joyent/node-sshpk.git"
     25  "_requiredBy": [
     26    "/http-signature"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
     29  "_spec": "1.16.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Joyent, Inc"
    1233  },
    13   "author": "Joyent, Inc",
     34  "bin": {
     35    "sshpk-conv": "bin/sshpk-conv",
     36    "sshpk-sign": "bin/sshpk-sign",
     37    "sshpk-verify": "bin/sshpk-verify"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/arekinath/node-sshpk/issues"
     41  },
    1442  "contributors": [
    1543    {
     
    2654    }
    2755  ],
    28   "license": "MIT",
    29   "bugs": {
    30     "url": "https://github.com/arekinath/node-sshpk/issues"
     56  "dependencies": {
     57    "asn1": "~0.2.3",
     58    "assert-plus": "^1.0.0",
     59    "bcrypt-pbkdf": "^1.0.0",
     60    "dashdash": "^1.12.0",
     61    "ecc-jsbn": "~0.1.1",
     62    "getpass": "^0.1.1",
     63    "jsbn": "~0.1.0",
     64    "safer-buffer": "^2.0.2",
     65    "tweetnacl": "~0.14.0"
    3166  },
    32   "engines": {
    33     "node": ">=0.10.0"
     67  "description": "A library for finding and using SSH public keys",
     68  "devDependencies": {
     69    "benchmark": "^1.0.0",
     70    "sinon": "^1.17.2",
     71    "tape": "^3.5.0",
     72    "temp": "^0.8.2"
    3473  },
    3574  "directories": {
     
    3877    "man": "./man/man1"
    3978  },
     79  "engines": {
     80    "node": ">=0.10.0"
     81  },
    4082  "homepage": "https://github.com/arekinath/node-sshpk#readme",
    41   "dependencies": {
    42     "asn1": "~0.2.3",
    43     "assert-plus": "^1.0.0",
    44     "dashdash": "^1.12.0",
    45     "getpass": "^0.1.1",
    46     "safer-buffer": "^2.0.2",
    47     "jsbn": "~0.1.0",
    48     "tweetnacl": "~0.14.0",
    49     "ecc-jsbn": "~0.1.1",
    50     "bcrypt-pbkdf": "^1.0.0"
     83  "license": "MIT",
     84  "main": "lib/index.js",
     85  "man": [
     86    "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\sshpk\\man\\man1\\sshpk-conv.1",
     87    "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\sshpk\\man\\man1\\sshpk-sign.1",
     88    "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\sshpk\\man\\man1\\sshpk-verify.1"
     89  ],
     90  "name": "sshpk",
     91  "optionalDependencies": {},
     92  "repository": {
     93    "type": "git",
     94    "url": "git+https://github.com/joyent/node-sshpk.git"
    5195  },
    52   "optionalDependencies": {
     96  "scripts": {
     97    "test": "tape test/*.js"
    5398  },
    54   "devDependencies": {
    55     "tape": "^3.5.0",
    56     "benchmark": "^1.0.0",
    57     "sinon": "^1.17.2",
    58     "temp": "^0.8.2"
    59   }
     99  "version": "1.16.1"
    60100}
Note: See TracChangeset for help on using the changeset viewer.