source: imaps-frontend/node_modules/readdirp/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.5 KB
Line 
1{
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"
17 },
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 },
30 "bugs": {
31 "url": "https://github.com/paulmillr/readdirp/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
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 }
44 ],
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 },
57 "engines": {
58 "node": ">= 14.18.0"
59 },
60 "exports": {
61 ".": {
62 "import": "./esm/index.js",
63 "require": "./index.js"
64 }
65 },
66 "files": [
67 "index.js",
68 "index.d.ts",
69 "index.d.ts.map",
70 "index.js.map",
71 "esm"
72 ],
73 "funding": {
74 "type": "individual",
75 "url": "https://paulmillr.com/funding/"
76 },
77 "homepage": "https://github.com/paulmillr/readdirp",
78 "keywords": [
79 "recursive",
80 "fs",
81 "stream",
82 "streams",
83 "readdir",
84 "filesystem",
85 "find",
86 "filter"
87 ],
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 },
96 "scripts": {
97 "build": "tsc && tsc -p tsconfig.esm.json",
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"
102 },
103 "sideEffects": false,
104 "types": "./index.d.ts",
105 "version": "4.1.1"
106}
Note: See TracBrowser for help on using the repository browser.