PHP WebShell

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

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

{
  "name": "canvg",
  "type": "module",
  "version": "4.0.3",
  "description": "JavaScript SVG parser and renderer on Canvas.",
  "author": "Gabe Lerner",
  "authors": [
    {
      "name": "Gabe Lerner",
      "email": "gabelerner@gmail.com"
    },
    {
      "name": "Brett Zamir"
    },
    {
      "name": "Dan Green",
      "url": "https://twitter.com/dangreen58"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/canvg/canvg"
  },
  "bugs": {
    "url": "https://github.com/canvg/canvg/issues"
  },
  "keywords": [
    "javascript",
    "client",
    "browser",
    "svg",
    "canvas"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "publishConfig": {
    "directory": "package"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@types/raf": "^3.4.0",
    "raf": "^3.4.1",
    "rgbcolor": "^1.0.1",
    "stackblur-canvas": "^2.0.0",
    "svg-pathdata": "^6.0.3"
  },
  "readme": "",
  "exports": {
    "require": "./dist/index.cjs",
    "import": "./dist/index.js"
  },
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "scripts": {}
}

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


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