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/@parcel/watcher/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@parcel/watcher",
    3   "version": "2.5.0",
    4   "main": "index.js",
    5   "types": "index.d.ts",
    6   "repository": {
    7     "type": "git",
    8     "url": "https://github.com/parcel-bundler/watcher.git"
     2  "_from": "@parcel/watcher@2.5.0",
     3  "_id": "@parcel/watcher@2.5.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==",
     6  "_location": "/@parcel/watcher",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "@parcel/watcher@2.5.0",
     12    "name": "@parcel/watcher",
     13    "escapedName": "@parcel%2fwatcher",
     14    "scope": "@parcel",
     15    "rawSpec": "2.5.0",
     16    "saveSpec": null,
     17    "fetchSpec": "2.5.0"
    918  },
     19  "_requiredBy": [
     20    "/sass"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.0.tgz",
     23  "_shasum": "5c88818b12b8de4307a9d3e6dc3e28eba0dfbd10",
     24  "_spec": "@parcel/watcher@2.5.0",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/sass",
     26  "binary": {
     27    "napi_versions": [
     28      3
     29    ]
     30  },
     31  "bugs": {
     32    "url": "https://github.com/parcel-bundler/watcher/issues"
     33  },
     34  "bundleDependencies": false,
     35  "dependencies": {
     36    "@parcel/watcher-android-arm64": "2.5.0",
     37    "@parcel/watcher-darwin-arm64": "2.5.0",
     38    "@parcel/watcher-darwin-x64": "2.5.0",
     39    "@parcel/watcher-freebsd-x64": "2.5.0",
     40    "@parcel/watcher-linux-arm-glibc": "2.5.0",
     41    "@parcel/watcher-linux-arm-musl": "2.5.0",
     42    "@parcel/watcher-linux-arm64-glibc": "2.5.0",
     43    "@parcel/watcher-linux-arm64-musl": "2.5.0",
     44    "@parcel/watcher-linux-x64-glibc": "2.5.0",
     45    "@parcel/watcher-linux-x64-musl": "2.5.0",
     46    "@parcel/watcher-win32-arm64": "2.5.0",
     47    "@parcel/watcher-win32-ia32": "2.5.0",
     48    "@parcel/watcher-win32-x64": "2.5.0",
     49    "detect-libc": "^1.0.3",
     50    "is-glob": "^4.0.3",
     51    "micromatch": "^4.0.5",
     52    "node-addon-api": "^7.0.0"
     53  },
     54  "deprecated": false,
    1055  "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
    11   "license": "MIT",
    12   "publishConfig": {
    13     "access": "public"
     56  "devDependencies": {
     57    "esbuild": "^0.19.8",
     58    "fs-extra": "^10.0.0",
     59    "husky": "^7.0.2",
     60    "lint-staged": "^11.1.2",
     61    "mocha": "^9.1.1",
     62    "napi-wasm": "^1.1.0",
     63    "prebuildify": "^6.0.1",
     64    "prettier": "^2.3.2"
    1465  },
    15   "funding": {
    16     "type": "opencollective",
    17     "url": "https://opencollective.com/parcel"
     66  "engines": {
     67    "node": ">= 10.0.0"
    1868  },
    1969  "files": [
     
    2979    "binding.gyp"
    3080  ],
    31   "scripts": {
    32     "prebuild": "prebuildify --napi --strip --tag-libc",
    33     "format": "prettier --write \"./**/*.{js,json,md}\"",
    34     "build": "node-gyp rebuild",
    35     "install": "node scripts/build-from-source.js",
    36     "test": "mocha"
     81  "funding": {
     82    "type": "opencollective",
     83    "url": "https://opencollective.com/parcel"
    3784  },
    38   "engines": {
    39     "node": ">= 10.0.0"
    40   },
     85  "homepage": "https://github.com/parcel-bundler/watcher#readme",
    4186  "husky": {
    4287    "hooks": {
     
    4489    }
    4590  },
     91  "license": "MIT",
    4692  "lint-staged": {
    4793    "*.{js,json,md}": [
     
    5096    ]
    5197  },
    52   "dependencies": {
    53     "detect-libc": "^1.0.3",
    54     "is-glob": "^4.0.3",
    55     "micromatch": "^4.0.5",
    56     "node-addon-api": "^7.0.0"
    57   },
    58   "devDependencies": {
    59     "esbuild": "^0.19.8",
    60     "fs-extra": "^10.0.0",
    61     "husky": "^7.0.2",
    62     "lint-staged": "^11.1.2",
    63     "mocha": "^9.1.1",
    64     "napi-wasm": "^1.1.0",
    65     "prebuildify": "^6.0.1",
    66     "prettier": "^2.3.2"
    67   },
    68   "binary": {
    69     "napi_versions": [
    70       3
    71     ]
    72   },
     98  "main": "index.js",
     99  "name": "@parcel/watcher",
    73100  "optionalDependencies": {
     101    "@parcel/watcher-android-arm64": "2.5.0",
     102    "@parcel/watcher-darwin-arm64": "2.5.0",
    74103    "@parcel/watcher-darwin-x64": "2.5.0",
    75     "@parcel/watcher-darwin-arm64": "2.5.0",
    76     "@parcel/watcher-win32-x64": "2.5.0",
     104    "@parcel/watcher-freebsd-x64": "2.5.0",
     105    "@parcel/watcher-linux-arm-glibc": "2.5.0",
     106    "@parcel/watcher-linux-arm-musl": "2.5.0",
     107    "@parcel/watcher-linux-arm64-glibc": "2.5.0",
     108    "@parcel/watcher-linux-arm64-musl": "2.5.0",
     109    "@parcel/watcher-linux-x64-glibc": "2.5.0",
     110    "@parcel/watcher-linux-x64-musl": "2.5.0",
    77111    "@parcel/watcher-win32-arm64": "2.5.0",
    78112    "@parcel/watcher-win32-ia32": "2.5.0",
    79     "@parcel/watcher-linux-x64-glibc": "2.5.0",
    80     "@parcel/watcher-linux-x64-musl": "2.5.0",
    81     "@parcel/watcher-linux-arm64-glibc": "2.5.0",
    82     "@parcel/watcher-linux-arm64-musl": "2.5.0",
    83     "@parcel/watcher-linux-arm-glibc": "2.5.0",
    84     "@parcel/watcher-linux-arm-musl": "2.5.0",
    85     "@parcel/watcher-android-arm64": "2.5.0",
    86     "@parcel/watcher-freebsd-x64": "2.5.0"
    87   }
     113    "@parcel/watcher-win32-x64": "2.5.0"
     114  },
     115  "publishConfig": {
     116    "access": "public"
     117  },
     118  "repository": {
     119    "type": "git",
     120    "url": "git+https://github.com/parcel-bundler/watcher.git"
     121  },
     122  "scripts": {
     123    "build": "node-gyp rebuild",
     124    "format": "prettier --write \"./**/*.{js,json,md}\"",
     125    "install": "node scripts/build-from-source.js",
     126    "prebuild": "prebuildify --napi --strip --tag-libc",
     127    "test": "mocha"
     128  },
     129  "types": "index.d.ts",
     130  "version": "2.5.0"
    88131}
Note: See TracChangeset for help on using the changeset viewer.