package.json 1.72 KB
{
  "_from": "@root/encoding@^1.0.1",
  "_id": "@root/encoding@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-OaEub02ufoU038gy6bsNHQOjIn8nUjGiLcaRmJ40IUykneJkIW5fxDqKxQx48cszuNflYldsJLPPXCrGfHs8yQ==",
  "_location": "/@root/encoding",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@root/encoding@^1.0.1",
    "name": "@root/encoding",
    "escapedName": "@root%2fencoding",
    "scope": "@root",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/@root/acme",
    "/@root/asn1",
    "/@root/keypairs",
    "/@root/x509"
  ],
  "_resolved": "https://registry.npmjs.org/@root/encoding/-/encoding-1.0.1.tgz",
  "_shasum": "60cf3ccb9e2239226b30e8394c7a4a258a161c3e",
  "_spec": "@root/encoding@^1.0.1",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\@root\\acme",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "browser": {
    "./base64.js": "./browser/base64.js",
    "./bytes.js": "./browser/bytes.js",
    "./hex.js": "./browser/hex.js"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Leightweight, Zero-dependency, translation between Unicode, Buffers, Base64, Hex, Binary Strings, UCS-2, UTF-8, etc.",
  "keywords": [
    "Unicode",
    "UTF-8",
    "Buffer",
    "ArrayBuffer",
    "Binary",
    "Strings",
    "TypedArray",
    "utf8",
    "unibabel"
  ],
  "license": "MPL-2.0",
  "main": "./encoding.js",
  "name": "@root/encoding",
  "repository": {
    "type": "git",
    "url": "https://git.rootprojects.org/root/encoding.js.git"
  },
  "scripts": {
    "test": "node tests/"
  },
  "version": "1.0.1"
}