package.json 1.86 KB
{
  "_from": "@root/keypairs@^0.9.0",
  "_id": "@root/keypairs@0.9.0",
  "_inBundle": false,
  "_integrity": "sha512-NXE2L9Gv7r3iC4kB/gTPZE1vO9Ox/p14zDzAJ5cGpTpytbWOlWF7QoHSJbtVX4H7mRG/Hp7HR3jWdWdb2xaaXg==",
  "_location": "/@root/keypairs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@root/keypairs@^0.9.0",
    "name": "@root/keypairs",
    "escapedName": "@root%2fkeypairs",
    "scope": "@root",
    "rawSpec": "^0.9.0",
    "saveSpec": null,
    "fetchSpec": "^0.9.0"
  },
  "_requiredBy": [
    "/@root/acme",
    "/@root/greenlock"
  ],
  "_resolved": "https://registry.npmjs.org/@root/keypairs/-/keypairs-0.9.0.tgz",
  "_shasum": "0340a8a9cd865a9adc3ad5dd1f98221a7cb310df",
  "_spec": "@root/keypairs@^0.9.0",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\@root\\greenlock",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "browser": {
    "./lib/node/keypairs.js": "./lib/browser/keypairs.js",
    "./lib/node/ecdsa.js": "./lib/browser/ecdsa.js",
    "./lib/node/rsa.js": "./lib/browser/rsa.js",
    "./lib/node/sha2.js": "./lib/browser/sha2.js"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@root/encoding": "^1.0.1",
    "@root/pem": "^1.0.4",
    "@root/x509": "^0.7.2"
  },
  "deprecated": false,
  "description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers",
  "files": [
    "*.js",
    "bin",
    "lib",
    "dist"
  ],
  "keywords": [
    "ASN.1",
    "DER",
    "PEM",
    "x509",
    "RSA",
    "EC",
    "ECDSA",
    "asn1"
  ],
  "license": "MPL-2.0",
  "main": "keypairs.js",
  "name": "@root/keypairs",
  "repository": {
    "type": "git",
    "url": "https://git.rootprojects.org/root/csr.js.git"
  },
  "scripts": {
    "test": "node tests"
  },
  "version": "0.9.0"
}