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/esbuild/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "esbuild",
    3   "version": "0.21.5",
     2  "_from": "esbuild@0.21.5",
     3  "_id": "esbuild@0.21.5",
     4  "_inBundle": false,
     5  "_integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
     6  "_location": "/esbuild",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "esbuild@0.21.5",
     12    "name": "esbuild",
     13    "escapedName": "esbuild",
     14    "rawSpec": "0.21.5",
     15    "saveSpec": null,
     16    "fetchSpec": "0.21.5"
     17  },
     18  "_requiredBy": [
     19    "/vite"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
     22  "_shasum": "9ca301b120922959b766360d8ac830da0d02997d",
     23  "_spec": "esbuild@0.21.5",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/vite",
     25  "bin": {
     26    "esbuild": "bin/esbuild"
     27  },
     28  "bugs": {
     29    "url": "https://github.com/evanw/esbuild/issues"
     30  },
     31  "bundleDependencies": false,
     32  "dependencies": {
     33    "@esbuild/aix-ppc64": "0.21.5",
     34    "@esbuild/android-arm": "0.21.5",
     35    "@esbuild/android-arm64": "0.21.5",
     36    "@esbuild/android-x64": "0.21.5",
     37    "@esbuild/darwin-arm64": "0.21.5",
     38    "@esbuild/darwin-x64": "0.21.5",
     39    "@esbuild/freebsd-arm64": "0.21.5",
     40    "@esbuild/freebsd-x64": "0.21.5",
     41    "@esbuild/linux-arm": "0.21.5",
     42    "@esbuild/linux-arm64": "0.21.5",
     43    "@esbuild/linux-ia32": "0.21.5",
     44    "@esbuild/linux-loong64": "0.21.5",
     45    "@esbuild/linux-mips64el": "0.21.5",
     46    "@esbuild/linux-ppc64": "0.21.5",
     47    "@esbuild/linux-riscv64": "0.21.5",
     48    "@esbuild/linux-s390x": "0.21.5",
     49    "@esbuild/linux-x64": "0.21.5",
     50    "@esbuild/netbsd-x64": "0.21.5",
     51    "@esbuild/openbsd-x64": "0.21.5",
     52    "@esbuild/sunos-x64": "0.21.5",
     53    "@esbuild/win32-arm64": "0.21.5",
     54    "@esbuild/win32-ia32": "0.21.5",
     55    "@esbuild/win32-x64": "0.21.5"
     56  },
     57  "deprecated": false,
    458  "description": "An extremely fast JavaScript and CSS bundler and minifier.",
    5   "repository": {
    6     "type": "git",
    7     "url": "git+https://github.com/evanw/esbuild.git"
    8   },
    9   "scripts": {
    10     "postinstall": "node install.js"
    11   },
    12   "main": "lib/main.js",
    13   "types": "lib/main.d.ts",
    1459  "engines": {
    1560    "node": ">=12"
    1661  },
    17   "bin": {
    18     "esbuild": "bin/esbuild"
    19   },
     62  "homepage": "https://github.com/evanw/esbuild#readme",
     63  "license": "MIT",
     64  "main": "lib/main.js",
     65  "name": "esbuild",
    2066  "optionalDependencies": {
    2167    "@esbuild/aix-ppc64": "0.21.5",
     
    4389    "@esbuild/win32-x64": "0.21.5"
    4490  },
    45   "license": "MIT"
     91  "repository": {
     92    "type": "git",
     93    "url": "git+https://github.com/evanw/esbuild.git"
     94  },
     95  "scripts": {
     96    "postinstall": "node install.js"
     97  },
     98  "types": "lib/main.d.ts",
     99  "version": "0.21.5"
    46100}
Note: See TracChangeset for help on using the changeset viewer.