PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@openpgp/web-stream-tools

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

{
  "name": "@openpgp/web-stream-tools",
  "version": "0.0.14",
  "description": "Utility functions for WhatWG Streams",
  "type": "module",
  "files": [
    "lib/",
    "tsconfig.json"
  ],
  "exports": {
    "types": "./lib/index.d.ts",
    "import": "./lib/index.js"
  },
  "types": "./lib/index.d.ts",
  "main": "./lib/index.js",
  "browser": {
    "buffer": false,
    "stream": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/openpgpjs/web-stream-tools.git"
  },
  "author": "Daniel Huigens <d.huigens@protonmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/openpgpjs/web-stream-tools/issues"
  },
  "homepage": "https://github.com/openpgpjs/web-stream-tools#readme",
  "devDependencies": {
    "@openpgp/jsdoc": "^3.6.11",
    "@types/node": "^18.11.9",
    "@typescript-eslint/eslint-plugin": "^5.59.6",
    "@typescript-eslint/parser": "^5.59.6",
    "chai": "^4.3.7",
    "eslint": "^8.40.0",
    "eslint-plugin-import": "^2.27.5",
    "karma-chrome-launcher": "^3.2.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-webpack": "^5.0.0",
    "mocha": "^10.2.0",
    "playwright": "^1.33.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4",
    "web-streams-polyfill": "^3.2.1"
  },
  "peerDependencies": {
    "typescript": ">=4.2"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "scripts": {
    "test-type-definitions": "ts-node --esm test/typescript.test.ts && ts-node --esm --project test/tsconfig.es5.json test/typescript.test.ts",
    "test-browser": "karma start karma.conf.cjs",
    "test-node": "mocha ./test/node.test.js",
    "lint": "eslint lib test",
    "docs": "jsdoc --configure .jsdocrc.cjs --destination docs --readme README.md lib && printf '%s' 'web-stream-tools.openpgpjs.org' > docs/CNAME",
    "preversion": "rm -rf docs",
    "version": "npm run docs && git add -A docs",
    "postversion": "git push && git push --tags && npm publish"
  }
}

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


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