package.json 2.25 KB
{
  "_from": "ursa-optional@^0.9.10",
  "_id": "ursa-optional@0.9.10",
  "_inBundle": false,
  "_integrity": "sha512-RvEbhnxlggX4MXon7KQulTFiJQtLJZpSb9ZSa7ZTkOW0AzqiVTaLjI4vxaSzJBDH9dwZ3ltZadFiBaZslp6haA==",
  "_location": "/ursa-optional",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ursa-optional@^0.9.10",
    "name": "ursa-optional",
    "escapedName": "ursa-optional",
    "rawSpec": "^0.9.10",
    "saveSpec": null,
    "fetchSpec": "^0.9.10"
  },
  "_requiredBy": [
    "/le-acme-core/rsa-compat"
  ],
  "_resolved": "https://registry.npmjs.org/ursa-optional/-/ursa-optional-0.9.10.tgz",
  "_shasum": "f2eabfe0b6001dbf07a78740cd0a6e5ba6eb2554",
  "_spec": "ursa-optional@^0.9.10",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\le-acme-core\\node_modules\\rsa-compat",
  "author": {
    "name": "Dan Bornstein",
    "email": "danfuzz@milk.com",
    "url": "http://www.milk.com/"
  },
  "bugs": {
    "url": "https://github.com/mkg20001/ursa/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bindings": "^1.3.0",
    "nan": "^2.11.1"
  },
  "deprecated": false,
  "description": "RSA public/private key OpenSSL bindings for node and io.js",
  "devDependencies": {
    "mocha": "^5.2.0"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/mkg20001/ursa#readme",
  "keywords": [
    "crypto",
    "key",
    "openssl",
    "private",
    "public",
    "rsa",
    "sign",
    "signature",
    "verify",
    "verification",
    "hash",
    "digest"
  ],
  "license": "Apache-2.0",
  "main": "lib/ursa.js",
  "maintainers": [
    {
      "name": "Jeremie Miller",
      "email": "jeremie@jabber.org",
      "url": "http://jeremie.com/"
    },
    {
      "name": "Maciej Krüger",
      "email": "mkg20001@gmail.com",
      "url": "https://mkg20001.io/"
    }
  ],
  "name": "ursa-optional",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mkg20001/ursa.git"
  },
  "scripts": {
    "install": "node rebuild.js",
    "rebuild": "node-gyp rebuild",
    "test": "mocha --recursive --reporter spec",
    "test-watch": "npm test -- -w --reporter min"
  },
  "version": "0.9.10"
}