package.json 1.73 KB
{
  "_from": "@root/x509@^0.7.2",
  "_id": "@root/x509@0.7.2",
  "_inBundle": false,
  "_integrity": "sha512-ENq3LGYORK5NiMFHEVeNMt+fTXaC7DTS6sQXoqV+dFdfT0vmiL5cDLjaXQhaklJQq0NiwicZegzJRl1ZOTp3WQ==",
  "_location": "/@root/x509",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@root/x509@^0.7.2",
    "name": "@root/x509",
    "escapedName": "@root%2fx509",
    "scope": "@root",
    "rawSpec": "^0.7.2",
    "saveSpec": null,
    "fetchSpec": "^0.7.2"
  },
  "_requiredBy": [
    "/@root/acme",
    "/@root/csr",
    "/@root/keypairs"
  ],
  "_resolved": "https://registry.npmjs.org/@root/x509/-/x509-0.7.2.tgz",
  "_shasum": "422ca7e46c09f5ddf3af86306383778eb004ace1",
  "_spec": "@root/x509@^0.7.2",
  "_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,
  "dependencies": {
    "@root/asn1": "^1.0.0",
    "@root/encoding": "^1.0.1"
  },
  "deprecated": false,
  "description": "VanillaJS, Lightweight, Zero-Dependency, X509 schema encoder and decoder.",
  "devDependencies": {
    "@root/pem": "^1.0.3"
  },
  "files": [
    "*.js",
    "node",
    "browser",
    "dist"
  ],
  "keywords": [
    "x509",
    "PEM",
    "ASN.1",
    "PKIX",
    "SPKI",
    "SEC1",
    "PKCS1",
    "PKCS8",
    "PKCS10",
    "asn1"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "name": "@root/x509",
  "repository": {
    "type": "git",
    "url": "https://git.rootprojects.org/root/x509.js.git"
  },
  "scripts": {
    "test": "node tests"
  },
  "version": "0.7.2"
}