package.json 1.68 KB
{
  "_from": "@root/csr@^0.8.1",
  "_id": "@root/csr@0.8.1",
  "_inBundle": false,
  "_integrity": "sha512-hKl0VuE549TK6SnS2Yn9nRvKbFZXn/oAg+dZJU/tlKl/f/0yRXeuUzf8akg3JjtJq+9E592zDqeXZ7yyrg8fSQ==",
  "_location": "/@root/csr",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@root/csr@^0.8.1",
    "name": "@root/csr",
    "escapedName": "@root%2fcsr",
    "scope": "@root",
    "rawSpec": "^0.8.1",
    "saveSpec": null,
    "fetchSpec": "^0.8.1"
  },
  "_requiredBy": [
    "/@root/greenlock"
  ],
  "_resolved": "https://registry.npmjs.org/@root/csr/-/csr-0.8.1.tgz",
  "_shasum": "97a1b821331a4ed5895eee33bedb6ad49cdef74e",
  "_spec": "@root/csr@^0.8.1",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\@root\\greenlock",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@root/asn1": "^1.0.0",
    "@root/pem": "^1.0.4",
    "@root/x509": "^0.7.2"
  },
  "deprecated": false,
  "description": "Lightweight, Zero-Dependency CSR (Certificate Signing Request) generator and parser for Node.js and Browsers",
  "devDependencies": {
    "@root/keypairs": "^0.9.0"
  },
  "files": [
    "*.js",
    "lib",
    "dist"
  ],
  "keywords": [
    "CSR",
    "ASN.1",
    "DER",
    "PEM",
    "x509",
    "RSA",
    "EC",
    "ECDSA",
    "letsencrypt",
    "ACME",
    "asn1"
  ],
  "license": "MPL-2.0",
  "main": "csr.js",
  "name": "@root/csr",
  "repository": {
    "type": "git",
    "url": "https://git.rootprojects.org/root/csr.js.git"
  },
  "scripts": {
    "test": "node tests"
  },
  "version": "0.8.1"
}