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-linux-x64-glibc/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@parcel/watcher-linux-x64-glibc",
    3   "version": "2.5.0",
    4   "main": "watcher.node",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/parcel-bundler/watcher.git"
     2  "_from": "@parcel/watcher-linux-x64-glibc@2.5.0",
     3  "_id": "@parcel/watcher-linux-x64-glibc@2.5.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==",
     6  "_location": "/@parcel/watcher-linux-x64-glibc",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "@parcel/watcher-linux-x64-glibc@2.5.0",
     12    "name": "@parcel/watcher-linux-x64-glibc",
     13    "escapedName": "@parcel%2fwatcher-linux-x64-glibc",
     14    "scope": "@parcel",
     15    "rawSpec": "2.5.0",
     16    "saveSpec": null,
     17    "fetchSpec": "2.5.0"
    818  },
     19  "_requiredBy": [
     20    "/@parcel/watcher"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.0.tgz",
     23  "_shasum": "2e254600fda4e32d83942384d1106e1eed84494d",
     24  "_spec": "@parcel/watcher-linux-x64-glibc@2.5.0",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@parcel/watcher",
     26  "bugs": {
     27    "url": "https://github.com/parcel-bundler/watcher/issues"
     28  },
     29  "bundleDependencies": false,
     30  "cpu": [
     31    "x64"
     32  ],
     33  "deprecated": false,
    934  "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
    10   "license": "MIT",
    11   "publishConfig": {
    12     "access": "public"
     35  "engines": {
     36    "node": ">= 10.0.0"
    1337  },
     38  "files": [
     39    "watcher.node"
     40  ],
    1441  "funding": {
    1542    "type": "opencollective",
    1643    "url": "https://opencollective.com/parcel"
    1744  },
    18   "files": [
    19     "watcher.node"
     45  "homepage": "https://github.com/parcel-bundler/watcher#readme",
     46  "libc": [
     47    "glibc"
    2048  ],
    21   "engines": {
    22     "node": ">= 10.0.0"
    23   },
     49  "license": "MIT",
     50  "main": "watcher.node",
     51  "name": "@parcel/watcher-linux-x64-glibc",
    2452  "os": [
    2553    "linux"
    2654  ],
    27   "cpu": [
    28     "x64"
    29   ],
    30   "libc": [
    31     "glibc"
    32   ]
     55  "publishConfig": {
     56    "access": "public"
     57  },
     58  "repository": {
     59    "type": "git",
     60    "url": "git+https://github.com/parcel-bundler/watcher.git"
     61  },
     62  "version": "2.5.0"
    3363}
Note: See TracChangeset for help on using the changeset viewer.