1
0
mirror of https://github.com/actions/labeler synced 2026-05-08 17:01:02 +02:00
This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

30
node_modules/sshpk/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"sshpk@1.16.1",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "sshpk@1.16.1",
"_from": "sshpk@^1.7.0",
"_id": "sshpk@1.16.1",
"_inBundle": false,
"_integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
"_location": "/sshpk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "sshpk@1.16.1",
"raw": "sshpk@^1.7.0",
"name": "sshpk",
"escapedName": "sshpk",
"rawSpec": "1.16.1",
"rawSpec": "^1.7.0",
"saveSpec": null,
"fetchSpec": "1.16.1"
"fetchSpec": "^1.7.0"
},
"_requiredBy": [
"/http-signature"
],
"_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
"_spec": "1.16.1",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "fb661c0bef29b39db40769ee39fa70093d6f6877",
"_spec": "sshpk@^1.7.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/http-signature",
"author": {
"name": "Joyent, Inc"
},
@@ -39,6 +33,7 @@
"bugs": {
"url": "https://github.com/arekinath/node-sshpk/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Dave Eddy",
@@ -64,6 +59,7 @@
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
"deprecated": false,
"description": "A library for finding and using SSH public keys",
"devDependencies": {
"benchmark": "^1.0.0",
@@ -83,9 +79,9 @@
"license": "MIT",
"main": "lib/index.js",
"man": [
"/Users/pjquirk/Source/GitHub/actions/labeler/node_modules/sshpk/man/man1/sshpk-conv.1",
"/Users/pjquirk/Source/GitHub/actions/labeler/node_modules/sshpk/man/man1/sshpk-sign.1",
"/Users/pjquirk/Source/GitHub/actions/labeler/node_modules/sshpk/man/man1/sshpk-verify.1"
"/Users/dakale/dev/GitHub/actions/labeler/node_modules/sshpk/man/man1/sshpk-conv.1",
"/Users/dakale/dev/GitHub/actions/labeler/node_modules/sshpk/man/man1/sshpk-sign.1",
"/Users/dakale/dev/GitHub/actions/labeler/node_modules/sshpk/man/man1/sshpk-verify.1"
],
"name": "sshpk",
"optionalDependencies": {},