PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@hashgraph/cryptography

Просмотр файла: package.json

{
  "name": "@hashgraph/cryptography",
  "version": "1.1.2",
  "description": "Cryptographic utilities and primitives for the Hedera™ Hashgraph SDK",
  "main": "./lib/index.cjs",
  "types": "./lib/index.d.ts",
  "module": "./src/index.js",
  "react-native": {
    "./lib/index.cjs": "./src/index.js",
    "./src/encoding/base64.js": "./src/encoding/base64.native.js",
    "./src/encoding/hex.js": "./src/encoding/hex.native.js",
    "./src/encoding/utf8.js": "./src/encoding/utf8.native.js",
    "./src/primitive/aes.js": "./src/primitive/aes.native.js",
    "./src/primitive/sha256.js": "./src/primitive/sha256.native.js",
    "./src/primitive/pbkdf2.js": "./src/primitive/pbkdf2.native.js",
    "./src/primitive/hmac.js": "./src/primitive/hmac.native.js",
    "./src/primitive/random.js": "./src/primitive/random.native.js"
  },
  "browser": {
    "./src/index.js": "./src/index.js",
    "./src/encoding/base64.js": "./src/encoding/base64.browser.js",
    "./src/encoding/hex.js": "./src/encoding/hex.browser.js",
    "./src/encoding/utf8.js": "./src/encoding/utf8.browser.js",
    "./src/primitive/aes.js": "./src/primitive/aes.browser.js",
    "./src/primitive/sha256.js": "./src/primitive/sha256.browser.js",
    "./src/primitive/pbkdf2.js": "./src/primitive/pbkdf2.browser.js",
    "./src/primitive/random.js": "./src/primitive/random.js",
    "./src/primitive/hmac.js": "./src/primitive/hmac.browser.js"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./src/index.js",
      "require": "./lib/index.cjs"
    }
  },
  "license": "Apache-2.0",
  "author": "Launchbadge <contact@launchbadge.com>",
  "repository": "https://github.com/hashgraph/hedera-sdk-js",
  "bugs": "https://github.com/hashgraph/hedera-sdk-js/issues",
  "type": "module",
  "keywords": [
    "hedera",
    "hashgraph",
    "sdk",
    "cryptography"
  ],
  "files": [
    "lib/",
    "src/"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "browserslist": [
    "last 1 Chrome versions",
    "last 1 Firefox versions"
  ],
  "dependencies": {
    "bignumber.js": "^9.0.2",
    "crypto-js": "^4.1.1",
    "elliptic": "^6.5.4",
    "expo-crypto": "^10.1.2",
    "expo-random": "^12.1.2",
    "js-base64": "^3.7.2",
    "tweetnacl": "^1.0.3",
    "utf8": "^3.0.0"
  },
  "peerDependencies": {
    "expo": "^44.0.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.5",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-modules-commonjs": "^7.16.8",
    "@types/crypto-js": "^4.1.1",
    "@types/elliptic": "^6.4.14",
    "@types/utf8": "^3.0.1",
    "@typescript-eslint/eslint-plugin": "^5.14.0",
    "@typescript-eslint/parser": "^5.14.0",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "babel-plugin-module-rewrite": "^0.2.0",
    "chai": "^4.3.6",
    "chromedriver": "^97.0.4",
    "eslint": "^8.11.0",
    "eslint-plugin-chai-expect": "^3.0.0",
    "eslint-plugin-compat": "^4.0.2",
    "eslint-plugin-deprecation": "^1.3.2",
    "eslint-plugin-ie11": "^1.0.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsdoc": "^37.9.7",
    "eslint-plugin-mocha": "^10.0.3",
    "eslint-plugin-node": "^11.1.0",
    "geckodriver": "^3.0.1",
    "mocha": "^9.2.2",
    "mocha-webdriver-runner": "^0.6.4",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.5.1",
    "serve": "^13.0.2",
    "typescript": "^4.6.2",
    "vite": "^2.8.6"
  },
  "scripts": {
    "docs": "typedoc --theme minimal --mode modules --excludeNotExported --excludePrivate --excludeProtected --out docs --listInvalidSymbolLinks",
    "compile": "babel src -d lib --out-file-extension .cjs",
    "lint": "run-s lint:*",
    "lint:types": "tsc",
    "lint:format": "prettier src test '*.json' 'src/*.js' --check",
    "lint:js": "eslint --fix 'src/**/*.js' 'test/unit/**/*.js'",
    "format": "prettier src test '*.json' 'src/*.js' --write",
    "test": "run-s test:node test:browser:chrome test:browser:firefox",
    "test:node": "mocha -r @babel/register -r chai/register-expect 'test/unit/**/*.js'",
    "test:browser:chrome": "vite -c vite.config.cjs serve --port 9001 test/ & sleep 10; mocha-webdriver-runner --headless-chrome http://localhost:9001/index.html",
    "test:browser:firefox": "vite -c vite.config.cjs serve --port 9002 test/ & sleep 10; mocha-webdriver-runner --headless-firefox http://localhost:9002/index.html",
    "test:browser:safari": "vite -c vite.config.cjs serve --port 9003 test/ & sleep 10; mocha-webdriver-runner --safari http://localhost:9003/unit.html"
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!