{
  "_args": [
    [
      {
        "name": "sshpk",
        "raw": "sshpk@^1.7.0",
        "rawSpec": "^1.7.0",
        "scope": null,
        "spec": ">=1.7.0 <2.0.0",
        "type": "range"
      },
      "/root/open-file/books/node_modules/http-signature"
    ]
  ],
  "_from": "sshpk@>=1.7.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "sshpk@1.18.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/sshpk",
  "_nodeVersion": "18.16.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/sshpk_1.18.0_1697736191124_0.5436805438683918"
  },
  "_npmUser": {
    "email": "bahamat@digitalelf.net",
    "name": "bahamat"
  },
  "_npmVersion": "9.5.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "sshpk",
    "raw": "sshpk@^1.7.0",
    "rawSpec": "^1.7.0",
    "scope": null,
    "spec": ">=1.7.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/http-signature"
  ],
  "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz",
  "_shasum": "1663e55cddf4d688b86a46b77f0d5fe363aba028",
  "_shrinkwrap": null,
  "_spec": "sshpk@^1.7.0",
  "_where": "/root/open-file/books/node_modules/http-signature",
  "author": {
    "name": "Joyent, Inc"
  },
  "bin": {
    "sshpk-conv": "bin/sshpk-conv",
    "sshpk-sign": "bin/sshpk-sign",
    "sshpk-verify": "bin/sshpk-verify"
  },
  "bugs": {
    "url": "https://github.com/arekinath/node-sshpk/issues"
  },
  "contributors": [
    {
      "email": "dave@daveeddy.com",
      "name": "Dave Eddy"
    },
    {
      "email": "mcavage@gmail.com",
      "name": "Mark Cavage"
    },
    {
      "email": "alex@cooperi.net",
      "name": "Alex Wilson"
    }
  ],
  "dependencies": {
    "asn1": "~0.2.3",
    "assert-plus": "^1.0.0",
    "bcrypt-pbkdf": "^1.0.0",
    "dashdash": "^1.12.0",
    "ecc-jsbn": "~0.1.1",
    "getpass": "^0.1.1",
    "jsbn": "~0.1.0",
    "safer-buffer": "^2.0.2",
    "tweetnacl": "~0.14.0"
  },
  "description": "A library for finding and using SSH public keys",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "sinon": "^1.17.2",
    "tape": "^3.5.0",
    "temp": "^0.8.2"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "man": "./man/man1"
  },
  "dist": {
    "fileCount": 36,
    "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
    "shasum": "1663e55cddf4d688b86a46b77f0d5fe363aba028",
    "signatures": [
      {
        "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
        "sig": "MEMCH3KmsTHyjBLhb29KbohmsZYfyUQi9BELtOmfvnrL24ICIBPFOH9yEV++smfnirjMLTZu2nL05zA6bIxKAQ8kxNRH"
      }
    ],
    "tarball": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz",
    "unpackedSize": 230846
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "8df038598965802fe287715ab4389e56da2593c5",
  "homepage": "https://github.com/arekinath/node-sshpk#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "email": "bahamat@digitalelf.net",
      "name": "bahamat"
    },
    {
      "email": "todd.whiteman@joyent.com",
      "name": "todd.whiteman"
    },
    {
      "email": "kusorbox@gmail.com",
      "name": "kusor"
    },
    {
      "email": "michael.hicks@joyent.com",
      "name": "michael.hicks"
    },
    {
      "email": "dap@cs.brown.edu",
      "name": "dap"
    },
    {
      "email": "josh@sysmgr.org",
      "name": "jclulow"
    },
    {
      "email": "alex@cooperi.net",
      "name": "arekinath"
    },
    {
      "email": "melloc@writev.io",
      "name": "melloc"
    }
  ],
  "man": [
    "man/man1/sshpk-conv.1",
    "man/man1/sshpk-sign.1",
    "man/man1/sshpk-verify.1"
  ],
  "name": "sshpk",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joyent/node-sshpk.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.18.0"
}
