source: imaps-frontend/node_modules/canvg/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_from": "canvg@3.0.10",
3 "_id": "canvg@3.0.10",
4 "_inBundle": false,
5 "_integrity": "sha512-qwR2FRNO9NlzTeKIPIKpnTY6fqwuYSequ8Ru8c0YkYU7U0oW+hLUvWadLvAu1Rl72OMNiFhoLu4f8eUjQ7l/+Q==",
6 "_location": "/canvg",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "canvg@3.0.10",
12 "name": "canvg",
13 "escapedName": "canvg",
14 "rawSpec": "3.0.10",
15 "saveSpec": null,
16 "fetchSpec": "3.0.10"
17 },
18 "_requiredBy": [
19 "/jspdf"
20 ],
21 "_resolved": "https://registry.npmjs.org/canvg/-/canvg-3.0.10.tgz",
22 "_shasum": "8e52a2d088b6ffa23ac78970b2a9eebfae0ef4b3",
23 "_spec": "canvg@3.0.10",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/jspdf",
25 "authors": [
26 {
27 "name": "Gabe Lerner",
28 "email": "gabelerner@gmail.com"
29 },
30 {
31 "name": "Brett Zamir"
32 },
33 {
34 "name": "Dan Green",
35 "url": "https://twitter.com/dangreen58"
36 }
37 ],
38 "bugs": {
39 "url": "https://github.com/canvg/canvg/issues"
40 },
41 "bundleDependencies": false,
42 "dependencies": {
43 "@babel/runtime": "^7.12.5",
44 "@types/raf": "^3.4.0",
45 "core-js": "^3.8.3",
46 "raf": "^3.4.1",
47 "regenerator-runtime": "^0.13.7",
48 "rgbcolor": "^1.0.1",
49 "stackblur-canvas": "^2.0.0",
50 "svg-pathdata": "^6.0.3"
51 },
52 "deprecated": false,
53 "description": "JavaScript SVG parser and renderer on Canvas.",
54 "engines": {
55 "node": ">=10.0.0"
56 },
57 "exports": {
58 "require": "./lib/index.cjs",
59 "import": "./lib/index.es.js"
60 },
61 "files": [
62 "lib"
63 ],
64 "homepage": "https://github.com/canvg/canvg#readme",
65 "keywords": [
66 "javascript",
67 "client",
68 "browser",
69 "svg",
70 "canvas"
71 ],
72 "license": "MIT",
73 "main": "lib/index.cjs",
74 "module": "lib/index.es.js",
75 "name": "canvg",
76 "raw": "lib/index.babel.js",
77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/canvg/canvg.git"
80 },
81 "sideEffects": false,
82 "type": "module",
83 "types": "lib/index.d.ts",
84 "umd": "lib/umd.js",
85 "version": "3.0.10"
86}
Note: See TracBrowser for help on using the repository browser.