package.json 2.03 KB
{
  "_from": "rsa-compat@^2.0.8",
  "_id": "rsa-compat@2.0.8",
  "_inBundle": false,
  "_integrity": "sha512-BFiiSEbuxzsVdaxpejbxfX07qs+rtous49Y6mL/zw6YHh9cranDvm2BvBmqT3rso84IsxNlP5BXnuNvm1Wn3Tw==",
  "_location": "/rsa-compat",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rsa-compat@^2.0.8",
    "name": "rsa-compat",
    "escapedName": "rsa-compat",
    "rawSpec": "^2.0.8",
    "saveSpec": null,
    "fetchSpec": "^2.0.8"
  },
  "_requiredBy": [
    "/acme-v2",
    "/greenlock"
  ],
  "_resolved": "https://registry.npmjs.org/rsa-compat/-/rsa-compat-2.0.8.tgz",
  "_shasum": "14ae5a8b3b05e15dea5aa5b23c2ed2084c20d8de",
  "_spec": "rsa-compat@^2.0.8",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "bin": {
    "rsa-keygen-js": "bin/rsa-keygen.js"
  },
  "bugs": {
    "url": "https://git.coolaj86.com/coolaj86/rsa-compat.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "keypairs": "^1.2.14"
  },
  "deprecated": false,
  "description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
  "engines": {
    "node": ">=10.12"
  },
  "homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
  "keywords": [
    "RSA",
    "ursa",
    "forge",
    "certificate",
    "csr",
    "tls",
    "ssl",
    "windows",
    "mac",
    "linux",
    "key",
    "jwk"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "name": "rsa-compat",
  "repository": {
    "type": "git",
    "url": "https://git.coolaj86.com/coolaj86/rsa-compat.js.git"
  },
  "scripts": {
    "test": "bash test.sh"
  },
  "trulyOptionalDependencies": {
    "buffer-v6-polyfill": "^1.0.3",
    "node-forge": "^0.7.6",
    "ursa-optional": "^0.9.10"
  },
  "version": "2.0.8",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=10.12"
      },
      "pkgid": "rsa-compat@2.0.8"
    }
  ]
}