1 | {
|
---|
2 | "_from": "chokidar@4.0.3",
|
---|
3 | "_id": "chokidar@4.0.3",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
|
---|
6 | "_location": "/chokidar",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "version",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "chokidar@4.0.3",
|
---|
12 | "name": "chokidar",
|
---|
13 | "escapedName": "chokidar",
|
---|
14 | "rawSpec": "4.0.3",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "4.0.3"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/sass"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
|
---|
22 | "_shasum": "7be37a4c03c9aee1ecfe862a4a23b2c70c205d30",
|
---|
23 | "_spec": "chokidar@4.0.3",
|
---|
24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/sass",
|
---|
25 | "author": {
|
---|
26 | "name": "Paul Miller",
|
---|
27 | "url": "https://paulmillr.com"
|
---|
28 | },
|
---|
29 | "bugs": {
|
---|
30 | "url": "https://github.com/paulmillr/chokidar/issues"
|
---|
31 | },
|
---|
32 | "bundleDependencies": false,
|
---|
33 | "dependencies": {
|
---|
34 | "readdirp": "^4.0.1"
|
---|
35 | },
|
---|
36 | "deprecated": false,
|
---|
37 | "description": "Minimal and efficient cross-platform file watching library",
|
---|
38 | "devDependencies": {
|
---|
39 | "@paulmillr/jsbt": "0.2.1",
|
---|
40 | "@types/node": "20.14.8",
|
---|
41 | "chai": "4.3.4",
|
---|
42 | "prettier": "3.1.1",
|
---|
43 | "rimraf": "5.0.5",
|
---|
44 | "sinon": "12.0.1",
|
---|
45 | "sinon-chai": "3.7.0",
|
---|
46 | "typescript": "5.5.2",
|
---|
47 | "upath": "2.0.1"
|
---|
48 | },
|
---|
49 | "engines": {
|
---|
50 | "node": ">= 14.16.0"
|
---|
51 | },
|
---|
52 | "exports": {
|
---|
53 | ".": {
|
---|
54 | "import": "./esm/index.js",
|
---|
55 | "require": "./index.js"
|
---|
56 | },
|
---|
57 | "./handler.js": {
|
---|
58 | "import": "./esm/handler.js",
|
---|
59 | "require": "./handler.js"
|
---|
60 | }
|
---|
61 | },
|
---|
62 | "files": [
|
---|
63 | "index.js",
|
---|
64 | "index.d.ts",
|
---|
65 | "handler.js",
|
---|
66 | "handler.d.ts",
|
---|
67 | "esm"
|
---|
68 | ],
|
---|
69 | "funding": "https://paulmillr.com/funding/",
|
---|
70 | "homepage": "https://github.com/paulmillr/chokidar",
|
---|
71 | "keywords": [
|
---|
72 | "fs",
|
---|
73 | "watch",
|
---|
74 | "watchFile",
|
---|
75 | "watcher",
|
---|
76 | "watching",
|
---|
77 | "file",
|
---|
78 | "fsevents"
|
---|
79 | ],
|
---|
80 | "license": "MIT",
|
---|
81 | "main": "./index.js",
|
---|
82 | "module": "./esm/index.js",
|
---|
83 | "name": "chokidar",
|
---|
84 | "repository": {
|
---|
85 | "type": "git",
|
---|
86 | "url": "git+https://github.com/paulmillr/chokidar.git"
|
---|
87 | },
|
---|
88 | "scripts": {
|
---|
89 | "build": "tsc && tsc -p tsconfig.esm.json",
|
---|
90 | "format": "prettier --write src",
|
---|
91 | "lint": "prettier --check src",
|
---|
92 | "test": "node --test"
|
---|
93 | },
|
---|
94 | "sideEffects": false,
|
---|
95 | "types": "./index.d.ts",
|
---|
96 | "version": "4.0.3"
|
---|
97 | }
|
---|