You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

86 lines
2.0 KiB

{
"_from": "canvg@^3.0.6",
"_id": "canvg@3.0.10",
"_inBundle": false,
"_integrity": "sha512-qwR2FRNO9NlzTeKIPIKpnTY6fqwuYSequ8Ru8c0YkYU7U0oW+hLUvWadLvAu1Rl72OMNiFhoLu4f8eUjQ7l/+Q==",
"_location": "/canvg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "canvg@^3.0.6",
"name": "canvg",
"escapedName": "canvg",
"rawSpec": "^3.0.6",
"saveSpec": null,
"fetchSpec": "^3.0.6"
},
"_requiredBy": [
"/jspdf"
],
"_resolved": "https://registry.npmjs.org/canvg/-/canvg-3.0.10.tgz",
"_shasum": "8e52a2d088b6ffa23ac78970b2a9eebfae0ef4b3",
"_spec": "canvg@^3.0.6",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/jspdf",
"authors": [
{
"name": "Gabe Lerner",
"email": "gabelerner@gmail.com"
},
{
"name": "Brett Zamir"
},
{
"name": "Dan Green",
"url": "https://twitter.com/dangreen58"
}
],
"bugs": {
"url": "https://github.com/canvg/canvg/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.12.5",
"@types/raf": "^3.4.0",
"core-js": "^3.8.3",
"raf": "^3.4.1",
"regenerator-runtime": "^0.13.7",
"rgbcolor": "^1.0.1",
"stackblur-canvas": "^2.0.0",
"svg-pathdata": "^6.0.3"
},
"deprecated": false,
"description": "JavaScript SVG parser and renderer on Canvas.",
"engines": {
"node": ">=10.0.0"
},
"exports": {
"require": "./lib/index.cjs",
"import": "./lib/index.es.js"
},
"files": [
"lib"
],
"homepage": "https://github.com/canvg/canvg#readme",
"keywords": [
"javascript",
"client",
"browser",
"svg",
"canvas"
],
"license": "MIT",
"main": "lib/index.cjs",
"module": "lib/index.es.js",
"name": "canvg",
"raw": "lib/index.babel.js",
"repository": {
"type": "git",
"url": "git+https://github.com/canvg/canvg.git"
},
"sideEffects": false,
"type": "module",
"types": "lib/index.d.ts",
"umd": "lib/umd.js",
"version": "3.0.10"
}