Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/konva/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "konva",
    3   "version": "9.3.16",
    4   "author": "Anton Lavrenov",
    5   "files": [
    6     "README.md",
    7     "konva.js",
    8     "konva.min.js",
    9     "lib",
    10     "cmj"
     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    "/"
    1120  ],
    12   "main": "./lib/index-node.js",
     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  },
    1328  "browser": "./lib/index.js",
    14   "typings": "./lib/index-types.d.ts",
    15   "scripts": {
    16     "start": "npm run test:watch",
    17     "compile": "npm run clean && npm run tsc && cp ./src/index-types.d.ts ./lib/index-types.d.ts && npm run rollup",
    18     "build": "npm run compile && cp ./src/index-types.d.ts ./lib && gulp build && node ./rename-imports.mjs",
    19     "test:import": "npm run build  && node ./test/import-test.cjs &&node ./test/import-test.mjs",
    20     "test": "npm run test:browser && npm run test:node",
    21     "test:build": "parcel build ./test/unit-tests.html --dist-dir ./test-build --target none --public-url ./ --no-source-maps",
    22     "test:browser": "npm run test:build && mocha-headless-chrome -f ./test-build/unit-tests.html -a disable-web-security",
    23     "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",
    24     "test:node": "ts-mocha -r ./test/node-global-setup.mjs -p ./test/tsconfig.json test/unit/**/*.ts --exit && npm run test:import",
    25     "tsc": "tsc --removeComments",
    26     "rollup": "rollup -c --bundleConfigAsCjs",
    27     "clean": "rm -rf ./lib && rm -rf ./types && rm -rf ./cmj && rm -rf ./test-build",
    28     "watch": "rollup -c -w",
    29     "size": "size-limit"
     29  "bugs": {
     30    "url": "https://github.com/konvajs/konva/issues"
    3031  },
    31   "targets": {
    32     "none": {}
    33   },
    34   "funding": [
    35     {
    36       "type": "patreon",
    37       "url": "https://www.patreon.com/lavrton"
    38     },
    39     {
    40       "type": "opencollective",
    41       "url": "https://opencollective.com/konva"
    42     },
    43     {
    44       "type": "github",
    45       "url": "https://github.com/sponsors/lavrton"
    46     }
    47   ],
    48   "size-limit": [
    49     {
    50       "limit": "45 KB",
    51       "path": "./lib/index.js"
    52     },
    53     {
    54       "limit": "26 KB",
    55       "path": "./lib/Core.js"
    56     },
    57     {
    58       "path": "./konva.min.js"
    59     }
    60   ],
     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>",
    6135  "devDependencies": {
    6236    "@parcel/transformer-image": "2.10.1",
     
    8862    "typescript": "^5.3.3"
    8963  },
     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/",
    9086  "keywords": [
    9187    "canvas",
     
    9490    "html5"
    9591  ],
     92  "license": "MIT",
     93  "main": "./lib/index-node.js",
     94  "name": "konva",
    9695  "prettier": {
    9796    "singleQuote": true
    9897  },
    99   "bugs": {
    100     "url": "https://github.com/konvajs/konva/issues"
    101   },
    102   "homepage": "http://konvajs.org/",
    103   "readmeFilename": "README.md",
    10498  "repository": {
    10599    "type": "git",
    106100    "url": "git://github.com/konvajs/konva.git"
    107101  },
    108   "license": "MIT"
     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"
    109136}
Note: See TracChangeset for help on using the changeset viewer.