package.json 1.57 KB
{
  "_from": "@root/pem@^1.0.4",
  "_id": "@root/pem@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-rEUDiUsHtild8GfIjFE9wXtcVxeS+ehCJQBwbQQ3IVfORKHK93CFnRtkr69R75lZFjcmKYVc+AXDB+AeRFOULA==",
  "_location": "/@root/pem",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@root/pem@^1.0.4",
    "name": "@root/pem",
    "escapedName": "@root%2fpem",
    "scope": "@root",
    "rawSpec": "^1.0.4",
    "saveSpec": null,
    "fetchSpec": "^1.0.4"
  },
  "_requiredBy": [
    "/@root/acme",
    "/@root/csr",
    "/@root/keypairs"
  ],
  "_resolved": "https://registry.npmjs.org/@root/pem/-/pem-1.0.4.tgz",
  "_shasum": "9ecc3419c0a05c92b8ecbfe0a41f474970f8c72f",
  "_spec": "@root/pem@^1.0.4",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\@root\\acme",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "browser": {
    "./node/native.js": "./browser/native.js"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "VanillaJS, Lightweight, Zero-Dependency, PEM encoder and decoder.",
  "files": [
    "*.js",
    "node",
    "browser",
    "dist"
  ],
  "keywords": [
    "PEM",
    "x509",
    "ASN.1",
    "asn1",
    "RFC7468",
    "RFC1421",
    "RFC",
    "7468",
    "1421"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "name": "@root/pem",
  "repository": {
    "type": "git",
    "url": "https://git.rootprojects.org/root/pem.js.git"
  },
  "scripts": {
    "test": "node tests"
  },
  "version": "1.0.4"
}