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

F4 Finalna Verzija

File:
1 edited

Legend:

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

    r0c6b92a r79a0317  
    11{
    2   "name": "readdirp",
    3   "description": "Recursive version of fs.readdir with streaming API.",
    4   "version": "4.0.2",
    5   "homepage": "https://github.com/paulmillr/readdirp",
    6   "repository": {
    7     "type": "git",
    8     "url": "git://github.com/paulmillr/readdirp.git"
     2  "_from": "readdirp@^4.0.1",
     3  "_id": "readdirp@4.1.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==",
     6  "_location": "/readdirp",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "readdirp@^4.0.1",
     12    "name": "readdirp",
     13    "escapedName": "readdirp",
     14    "rawSpec": "^4.0.1",
     15    "saveSpec": null,
     16    "fetchSpec": "^4.0.1"
    917  },
    10   "license": "MIT",
     18  "_requiredBy": [
     19    "/chokidar"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.1.tgz",
     22  "_shasum": "bd115327129672dc47f87408f05df9bd9ca3ef55",
     23  "_spec": "readdirp@^4.0.1",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/chokidar",
     25  "author": {
     26    "name": "Thorsten Lorenz",
     27    "email": "thlorenz@gmx.de",
     28    "url": "thlorenz.com"
     29  },
    1130  "bugs": {
    1231    "url": "https://github.com/paulmillr/readdirp/issues"
    1332  },
    14   "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
     33  "bundleDependencies": false,
    1534  "contributors": [
    16     "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
    17     "Paul Miller (https://paulmillr.com)"
     35    {
     36      "name": "Thorsten Lorenz",
     37      "email": "thlorenz@gmx.de",
     38      "url": "thlorenz.com"
     39    },
     40    {
     41      "name": "Paul Miller",
     42      "url": "https://paulmillr.com"
     43    }
    1844  ],
     45  "deprecated": false,
     46  "description": "Recursive version of fs.readdir with small RAM & CPU footprint.",
     47  "devDependencies": {
     48    "@paulmillr/jsbt": "0.2.1",
     49    "@types/node": "20.14.8",
     50    "c8": "10.1.3",
     51    "chai": "4.3.4",
     52    "chai-subset": "1.6.0",
     53    "micro-should": "0.4.0",
     54    "prettier": "3.1.1",
     55    "typescript": "5.5.2"
     56  },
    1957  "engines": {
    20     "node": ">= 14.16.0"
     58    "node": ">= 14.18.0"
     59  },
     60  "exports": {
     61    ".": {
     62      "import": "./esm/index.js",
     63      "require": "./index.js"
     64    }
    2165  },
    2266  "files": [
     
    2771    "esm"
    2872  ],
    29   "main": "./index.js",
    30   "module": "./esm/index.js",
    31   "types": "./index.d.ts",
    32   "exports": {
    33     ".": {
    34       "import": "./esm/index.js",
    35       "require": "./index.js"
    36     }
     73  "funding": {
     74    "type": "individual",
     75    "url": "https://paulmillr.com/funding/"
    3776  },
    38   "sideEffects": false,
     77  "homepage": "https://github.com/paulmillr/readdirp",
    3978  "keywords": [
    4079    "recursive",
     
    4786    "filter"
    4887  ],
     88  "license": "MIT",
     89  "main": "./index.js",
     90  "module": "./esm/index.js",
     91  "name": "readdirp",
     92  "repository": {
     93    "type": "git",
     94    "url": "git://github.com/paulmillr/readdirp.git"
     95  },
    4996  "scripts": {
    5097    "build": "tsc && tsc -p tsconfig.esm.json",
    51     "nyc": "nyc",
    52     "mocha": "mocha --exit",
    53     "lint": "prettier --check index.ts",
    54     "format": "prettier --write index.ts",
    55     "test": "nyc npm run mocha"
     98    "format": "prettier --write index.ts test/index.test.js",
     99    "lint": "prettier --check index.ts test/index.test.js",
     100    "test": "node test/index.test.js",
     101    "test:coverage": "c8 node test/index.test.js"
    56102  },
    57   "devDependencies": {
    58     "@paulmillr/jsbt": "0.2.1",
    59     "@types/node": "20.14.8",
    60     "chai": "4.3.4",
    61     "chai-subset": "1.6.0",
    62     "mocha": "10.7.3",
    63     "nyc": "15.0.1",
    64     "prettier": "3.1.1",
    65     "rimraf": "6.0.1",
    66     "typescript": "5.5.2"
    67   },
    68   "nyc": {
    69     "reporter": [
    70       "html",
    71       "text"
    72     ]
    73   },
    74   "funding": {
    75     "type": "individual",
    76     "url": "https://paulmillr.com/funding/"
    77   }
     103  "sideEffects": false,
     104  "types": "./index.d.ts",
     105  "version": "4.1.1"
    78106}
Note: See TracChangeset for help on using the changeset viewer.