source: imaps-frontend/node_modules/konva/package.json@ 79a0317

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 4.0 KB
Line 
1{
2 "_from": "konva@9.3.16",
3 "_id": "konva@9.3.16",
4 "_inBundle": false,
5 "_integrity": "sha512-qa47cefGDDHzkToGRGDsy24f/Njrz7EHP56jQ8mlDcjAPO7vkfTDeoBDIfmF7PZtpfzDdooafQmEUJMDU2F7FQ==",
6 "_location": "/konva",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "konva@9.3.16",
12 "name": "konva",
13 "escapedName": "konva",
14 "rawSpec": "9.3.16",
15 "saveSpec": null,
16 "fetchSpec": "9.3.16"
17 },
18 "_requiredBy": [
19 "/"
20 ],
21 "_resolved": "https://registry.npmjs.org/konva/-/konva-9.3.16.tgz",
22 "_shasum": "0e8b52e8cb20c80c5e4cb98d0babd89ff6f95a2c",
23 "_spec": "konva@9.3.16",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend",
25 "author": {
26 "name": "Anton Lavrenov"
27 },
28 "browser": "./lib/index.js",
29 "bugs": {
30 "url": "https://github.com/konvajs/konva/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "<p align=\"center\"> <img src=\"https://konvajs.org/android-chrome-192x192.png\" alt=\"Konva logo\" height=\"180\" /> </p>",
35 "devDependencies": {
36 "@parcel/transformer-image": "2.10.1",
37 "@size-limit/preset-big-lib": "^11.0.1",
38 "@types/mocha": "^10.0.6",
39 "canvas": "^2.11.2",
40 "chai": "4.3.10",
41 "filehound": "^1.17.6",
42 "gulp": "^4.0.2",
43 "gulp-concat": "^2.6.1",
44 "gulp-connect": "^5.7.0",
45 "gulp-exec": "^5.0.0",
46 "gulp-jsdoc3": "^3.0.0",
47 "gulp-rename": "^2.0.0",
48 "gulp-replace": "^1.1.4",
49 "gulp-typescript": "^5.0.1",
50 "gulp-uglify": "^3.0.2",
51 "gulp-uglify-es": "^3.0.0",
52 "gulp-util": "^3.0.8",
53 "mocha": "10.2.0",
54 "mocha-headless-chrome": "^4.0.0",
55 "parcel": "2.10.1",
56 "process": "^0.11.10",
57 "rollup": "^4.9.1",
58 "rollup-plugin-typescript2": "^0.36.0",
59 "size-limit": "^11.0.1",
60 "ts-mocha": "^10.0.0",
61 "ts-node": "^10.9.2",
62 "typescript": "^5.3.3"
63 },
64 "files": [
65 "README.md",
66 "konva.js",
67 "konva.min.js",
68 "lib",
69 "cmj"
70 ],
71 "funding": [
72 {
73 "type": "patreon",
74 "url": "https://www.patreon.com/lavrton"
75 },
76 {
77 "type": "opencollective",
78 "url": "https://opencollective.com/konva"
79 },
80 {
81 "type": "github",
82 "url": "https://github.com/sponsors/lavrton"
83 }
84 ],
85 "homepage": "http://konvajs.org/",
86 "keywords": [
87 "canvas",
88 "animations",
89 "graphic",
90 "html5"
91 ],
92 "license": "MIT",
93 "main": "./lib/index-node.js",
94 "name": "konva",
95 "prettier": {
96 "singleQuote": true
97 },
98 "repository": {
99 "type": "git",
100 "url": "git://github.com/konvajs/konva.git"
101 },
102 "scripts": {
103 "build": "npm run compile && cp ./src/index-types.d.ts ./lib && gulp build && node ./rename-imports.mjs",
104 "clean": "rm -rf ./lib && rm -rf ./types && rm -rf ./cmj && rm -rf ./test-build",
105 "compile": "npm run clean && npm run tsc && cp ./src/index-types.d.ts ./lib/index-types.d.ts && npm run rollup",
106 "rollup": "rollup -c --bundleConfigAsCjs",
107 "size": "size-limit",
108 "start": "npm run test:watch",
109 "test": "npm run test:browser && npm run test:node",
110 "test:browser": "npm run test:build && mocha-headless-chrome -f ./test-build/unit-tests.html -a disable-web-security",
111 "test:build": "parcel build ./test/unit-tests.html --dist-dir ./test-build --target none --public-url ./ --no-source-maps",
112 "test:import": "npm run build && node ./test/import-test.cjs &&node ./test/import-test.mjs",
113 "test:node": "ts-mocha -r ./test/node-global-setup.mjs -p ./test/tsconfig.json test/unit/**/*.ts --exit && npm run test:import",
114 "test:watch": "rm -rf ./.parcel-cache && PARCEL_WORKERS=0 parcel serve ./test/unit-tests.html ./test/manual-tests.html ./test/sandbox.html ./test/text-paths.html ./test/bunnies.html",
115 "tsc": "tsc --removeComments",
116 "watch": "rollup -c -w"
117 },
118 "size-limit": [
119 {
120 "limit": "45 KB",
121 "path": "./lib/index.js"
122 },
123 {
124 "limit": "26 KB",
125 "path": "./lib/Core.js"
126 },
127 {
128 "path": "./konva.min.js"
129 }
130 ],
131 "targets": {
132 "none": {}
133 },
134 "typings": "./lib/index-types.d.ts",
135 "version": "9.3.16"
136}
Note: See TracBrowser for help on using the repository browser.