package.json 1.59 KB
{
  "_from": "keypairs@^1.2.14",
  "_id": "keypairs@1.2.14",
  "_inBundle": false,
  "_integrity": "sha512-ZoZfZMygyB0QcjSlz7Rh6wT2CJasYEHBPETtmHZEfxuJd7bnsOG5AdtPZqHZBT+hoHvuWCp/4y8VmvTvH0Y9uA==",
  "_location": "/keypairs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "keypairs@^1.2.14",
    "name": "keypairs",
    "escapedName": "keypairs",
    "rawSpec": "^1.2.14",
    "saveSpec": null,
    "fetchSpec": "^1.2.14"
  },
  "_requiredBy": [
    "/greenlock",
    "/rsa-compat"
  ],
  "_resolved": "https://registry.npmjs.org/keypairs/-/keypairs-1.2.14.tgz",
  "_shasum": "c971e8d03ae2d048fc6879117e0509bae6543887",
  "_spec": "keypairs@^1.2.14",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "bin": {
    "keypairs-install": "bin/keypairs.js"
  },
  "bundleDependencies": false,
  "dependencies": {
    "eckles": "^1.4.1",
    "rasha": "^1.2.4"
  },
  "deprecated": false,
  "description": "Lightweight RSA/ECDSA keypair generation and JWK <-> PEM using node's native RSA and ECDSA support",
  "files": [
    "bin/keypairs.js"
  ],
  "keywords": [
    "EC",
    "RSA",
    "ECDSA",
    "PEM",
    "JWK",
    "keypair",
    "crypto",
    "sign",
    "verify"
  ],
  "license": "MPL-2.0",
  "main": "keypairs.js",
  "name": "keypairs",
  "repository": {
    "type": "git",
    "url": "https://git.coolaj86.com/coolaj86/keypairs.js"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.2.14"
}