blob: 2d4641c60ff83b2b41d8fbd572194744eb200238 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "chokidar@>=2.0.0 <4.0.0",
3 "_id": "chokidar@3.5.1",
4 "_inBundle": false,
5 "_integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==",
6 "_location": "/chokidar",
7 "_phantomChildren": {
8 "is-extglob": "2.1.1"
9 },
10 "_requested": {
11 "type": "range",
12 "registry": true,
13 "raw": "chokidar@>=2.0.0 <4.0.0",
14 "name": "chokidar",
15 "escapedName": "chokidar",
16 "rawSpec": ">=2.0.0 <4.0.0",
17 "saveSpec": null,
18 "fetchSpec": ">=2.0.0 <4.0.0"
19 },
20 "_requiredBy": [
21 "/sass"
22 ],
23 "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",
24 "_shasum": "ee9ce7bbebd2b79f49f304799d5468e31e14e68a",
25 "_spec": "chokidar@>=2.0.0 <4.0.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\sass",
27 "author": {
28 "name": "Paul Miller",
29 "url": "https://paulmillr.com"
30 },
31 "bugs": {
32 "url": "https://github.com/paulmillr/chokidar/issues"
33 },
34 "bundleDependencies": false,
35 "contributors": [
36 {
37 "name": "Paul Miller",
38 "url": "https://paulmillr.com"
39 },
40 {
41 "name": "Elan Shanker"
42 }
43 ],
44 "dependencies": {
45 "anymatch": "~3.1.1",
46 "braces": "~3.0.2",
47 "fsevents": "~2.3.1",
48 "glob-parent": "~5.1.0",
49 "is-binary-path": "~2.1.0",
50 "is-glob": "~4.0.1",
51 "normalize-path": "~3.0.0",
52 "readdirp": "~3.5.0"
53 },
54 "deprecated": false,
55 "description": "Minimal and efficient cross-platform file watching library",
56 "devDependencies": {
57 "@types/node": "^14",
58 "chai": "^4.2",
59 "dtslint": "^3.3.0",
60 "eslint": "^7.0.0",
61 "mocha": "^7.0.0",
62 "nyc": "^15.0.0",
63 "rimraf": "^3.0.0",
64 "sinon": "^9.0.1",
65 "sinon-chai": "^3.3.0",
66 "upath": "^1.2.0"
67 },
68 "engines": {
69 "node": ">= 8.10.0"
70 },
71 "files": [
72 "index.js",
73 "lib/*.js",
74 "types/index.d.ts"
75 ],
76 "homepage": "https://github.com/paulmillr/chokidar",
77 "keywords": [
78 "fs",
79 "watch",
80 "watchFile",
81 "watcher",
82 "watching",
83 "file",
84 "fsevents"
85 ],
86 "license": "MIT",
87 "main": "index.js",
88 "name": "chokidar",
89 "nyc": {
90 "include": [
91 "index.js",
92 "lib/*.js"
93 ],
94 "reporter": [
95 "html",
96 "text"
97 ]
98 },
99 "optionalDependencies": {
100 "fsevents": "~2.3.1"
101 },
102 "repository": {
103 "type": "git",
104 "url": "git+https://github.com/paulmillr/chokidar.git"
105 },
106 "scripts": {
107 "dtslint": "dtslint types",
108 "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
109 "mocha": "mocha --exit --timeout 60000",
110 "test": "npm run lint && npm run mocha"
111 },
112 "types": "./types/index.d.ts",
113 "version": "3.5.1"
114}