package.json 1.6 KB
{
  "_from": "@root/asn1@^1.0.0",
  "_id": "@root/asn1@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-0lfZNuOULKJDJmdIkP8V9RnbV3XaK6PAHD3swnFy4tZwtlMDzLKoM/dfNad7ut8Hu3r91wy9uK0WA/9zym5mig==",
  "_location": "/@root/asn1",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@root/asn1@^1.0.0",
    "name": "@root/asn1",
    "escapedName": "@root%2fasn1",
    "scope": "@root",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@root/csr",
    "/@root/x509"
  ],
  "_resolved": "https://registry.npmjs.org/@root/asn1/-/asn1-1.0.0.tgz",
  "_shasum": "8748cf7b4497324de91a154b606ca1ddfe97c5d7",
  "_spec": "@root/asn1@^1.0.0",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\@root\\x509",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "browser": {
    "./node/native.js": "./browser/native.js"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@root/encoding": "^1.0.1"
  },
  "deprecated": false,
  "description": "VanillaJS, Lightweight, Zero-Dependency, ASN.1 encoder and decoder.",
  "devDependencies": {
    "@root/pem": "^1.0.3"
  },
  "files": [
    "*.js",
    "node",
    "browser",
    "dist"
  ],
  "keywords": [
    "ASN.1",
    "asn1",
    "x509",
    "PEM"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "name": "@root/asn1",
  "repository": {
    "type": "git",
    "url": "https://git.rootprojects.org/root/asn1.js.git"
  },
  "scripts": {
    "test": "node tests"
  },
  "version": "1.0.0"
}