source: trip-planner-front/node_modules/sshpk/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.5 KB
Line 
1{
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"
24 },
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"
33 },
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 },
42 "contributors": [
43 {
44 "name": "Dave Eddy",
45 "email": "dave@daveeddy.com"
46 },
47 {
48 "name": "Mark Cavage",
49 "email": "mcavage@gmail.com"
50 },
51 {
52 "name": "Alex Wilson",
53 "email": "alex@cooperi.net"
54 }
55 ],
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"
66 },
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"
73 },
74 "directories": {
75 "bin": "./bin",
76 "lib": "./lib",
77 "man": "./man/man1"
78 },
79 "engines": {
80 "node": ">=0.10.0"
81 },
82 "homepage": "https://github.com/arekinath/node-sshpk#readme",
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"
95 },
96 "scripts": {
97 "test": "tape test/*.js"
98 },
99 "version": "1.16.1"
100}
Note: See TracBrowser for help on using the repository browser.