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

    r0c6b92a r79a0317  
    11{
    2   "name": "@parcel/watcher-linux-x64-musl",
    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-musl@2.5.0",
     3  "_id": "@parcel/watcher-linux-x64-musl@2.5.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==",
     6  "_location": "/@parcel/watcher-linux-x64-musl",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "@parcel/watcher-linux-x64-musl@2.5.0",
     12    "name": "@parcel/watcher-linux-x64-musl",
     13    "escapedName": "@parcel%2fwatcher-linux-x64-musl",
     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-musl/-/watcher-linux-x64-musl-2.5.0.tgz",
     23  "_shasum": "01fcea60fedbb3225af808d3f0a7b11229792eef",
     24  "_spec": "@parcel/watcher-linux-x64-musl@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    "musl"
    2048  ],
    21   "engines": {
    22     "node": ">= 10.0.0"
    23   },
     49  "license": "MIT",
     50  "main": "watcher.node",
     51  "name": "@parcel/watcher-linux-x64-musl",
    2452  "os": [
    2553    "linux"
    2654  ],
    27   "cpu": [
    28     "x64"
    29   ],
    30   "libc": [
    31     "musl"
    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.