PHP WebShell

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

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

{
  "name": "@peculiar/webcrypto",
  "version": "1.5.0",
  "description": "A WebCrypto Polyfill for NodeJS",
  "repository": {
    "type": "git",
    "url": "https://github.com/PeculiarVentures/webcrypto.git"
  },
  "files": [
    "build/**/*.{ts,js}",
    "index.d.ts",
    "README.md",
    "LICENSE.md"
  ],
  "main": "build/webcrypto.js",
  "module": "build/webcrypto.es.js",
  "react-native": "build/webcrypto.es.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha",
    "coverage": "nyc npm test",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "build": "rollup -c",
    "clear": "rimraf build/*",
    "rebuild": "npm run clear && npm run build",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint --fix . --ext .ts"
  },
  "keywords": [
    "webcrypto",
    "crypto",
    "sha",
    "rsa",
    "ec",
    "aes",
    "des",
    "hmac",
    "pbkdf2",
    "eddsa",
    "x25519",
    "ed25519",
    "x448",
    "ed448",
    "shake128",
    "shake256"
  ],
  "author": "PeculiarVentures",
  "contributors": [
    "Miroshin Stepan<microshine@mail.ru>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PeculiarVentures/webcrypto/issues"
  },
  "homepage": "https://github.com/PeculiarVentures/webcrypto#readme",
  "devDependencies": {
    "@peculiar/webcrypto-test": "^1.0.7",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.12.12",
    "@typescript-eslint/eslint-plugin": "^7.10.0",
    "@typescript-eslint/parser": "^7.10.0",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.29.1",
    "mocha": "^10.4.0",
    "rimraf": "^5.0.7",
    "rollup": "^4.17.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "@peculiar/asn1-schema": "^2.3.8",
    "@peculiar/json-schema": "^1.1.12",
    "pvtsutils": "^1.3.5",
    "tslib": "^2.6.2",
    "webcrypto-core": "^1.8.0"
  },
  "nyc": {
    "extension": [
      ".ts",
      ".tsx"
    ],
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "reporter": [
      "lcov",
      "text-summary",
      "html"
    ]
  },
  "engines": {
    "node": ">=10.12.0"
  },
  "mocha": {
    "require": "ts-node/register",
    "extension": [
      "ts"
    ],
    "spec": "test/**/*.ts"
  }
}

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


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