package.json 1.63 KB
{
  "_from": "rasha@^1.2.4",
  "_id": "rasha@1.2.5",
  "_inBundle": false,
  "_integrity": "sha512-KxtX+/fBk+wM7O3CNgwjSh5elwFilLvqWajhr6wFr2Hd63JnKTTi43Tw+Jb1hxJQWOwoya+NZWR2xztn3hCrTw==",
  "_location": "/rasha",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rasha@^1.2.4",
    "name": "rasha",
    "escapedName": "rasha",
    "rawSpec": "^1.2.4",
    "saveSpec": null,
    "fetchSpec": "^1.2.4"
  },
  "_requiredBy": [
    "/keypairs"
  ],
  "_resolved": "https://registry.npmjs.org/rasha/-/rasha-1.2.5.tgz",
  "_shasum": "72668da31dcc68ac277c5b73d610e087cd33b031",
  "_spec": "rasha@^1.2.4",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\keypairs",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "bin": {
    "rasha": "bin/rasha.js"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "💯 PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "bin",
    "fixtures",
    "lib"
  ],
  "homepage": "https://git.coolaj86.com/coolaj86/rasha.js",
  "keywords": [
    "zero-dependency",
    "PEM-to-JWK",
    "JWK-to-PEM",
    "RSA",
    "2048",
    "4096",
    "asn1",
    "x509",
    "JWK-to-SSH",
    "PEM-to-SSH"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "name": "rasha",
  "repository": {
    "type": "git",
    "url": "https://git.coolaj86.com/coolaj86/rasha.js"
  },
  "scripts": {
    "test": "bash test.sh"
  },
  "version": "1.2.5"
}