1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "chokidar@3.5.2",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "chokidar@3.5.2",
|
---|
10 | "_id": "chokidar@3.5.2",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
|
---|
13 | "_location": "/chokidar",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "chokidar@3.5.2",
|
---|
19 | "name": "chokidar",
|
---|
20 | "escapedName": "chokidar",
|
---|
21 | "rawSpec": "3.5.2",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "3.5.2"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@angular/compiler-cli",
|
---|
27 | "/karma",
|
---|
28 | "/sass"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
|
---|
31 | "_spec": "3.5.2",
|
---|
32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
33 | "author": {
|
---|
34 | "name": "Paul Miller",
|
---|
35 | "url": "https://paulmillr.com"
|
---|
36 | },
|
---|
37 | "bugs": {
|
---|
38 | "url": "https://github.com/paulmillr/chokidar/issues"
|
---|
39 | },
|
---|
40 | "contributors": [
|
---|
41 | {
|
---|
42 | "name": "Paul Miller",
|
---|
43 | "url": "https://paulmillr.com"
|
---|
44 | },
|
---|
45 | {
|
---|
46 | "name": "Elan Shanker"
|
---|
47 | }
|
---|
48 | ],
|
---|
49 | "dependencies": {
|
---|
50 | "anymatch": "~3.1.2",
|
---|
51 | "braces": "~3.0.2",
|
---|
52 | "fsevents": "~2.3.2",
|
---|
53 | "glob-parent": "~5.1.2",
|
---|
54 | "is-binary-path": "~2.1.0",
|
---|
55 | "is-glob": "~4.0.1",
|
---|
56 | "normalize-path": "~3.0.0",
|
---|
57 | "readdirp": "~3.6.0"
|
---|
58 | },
|
---|
59 | "description": "Minimal and efficient cross-platform file watching library",
|
---|
60 | "devDependencies": {
|
---|
61 | "@types/node": "^14",
|
---|
62 | "chai": "^4.3",
|
---|
63 | "dtslint": "^3.3.0",
|
---|
64 | "eslint": "^7.0.0",
|
---|
65 | "mocha": "^7.0.0",
|
---|
66 | "nyc": "^15.0.0",
|
---|
67 | "rimraf": "^3.0.0",
|
---|
68 | "sinon": "^9.0.1",
|
---|
69 | "sinon-chai": "^3.3.0",
|
---|
70 | "upath": "^1.2.0"
|
---|
71 | },
|
---|
72 | "engines": {
|
---|
73 | "node": ">= 8.10.0"
|
---|
74 | },
|
---|
75 | "files": [
|
---|
76 | "index.js",
|
---|
77 | "lib/*.js",
|
---|
78 | "types/index.d.ts"
|
---|
79 | ],
|
---|
80 | "homepage": "https://github.com/paulmillr/chokidar",
|
---|
81 | "keywords": [
|
---|
82 | "fs",
|
---|
83 | "watch",
|
---|
84 | "watchFile",
|
---|
85 | "watcher",
|
---|
86 | "watching",
|
---|
87 | "file",
|
---|
88 | "fsevents"
|
---|
89 | ],
|
---|
90 | "license": "MIT",
|
---|
91 | "main": "index.js",
|
---|
92 | "name": "chokidar",
|
---|
93 | "nyc": {
|
---|
94 | "include": [
|
---|
95 | "index.js",
|
---|
96 | "lib/*.js"
|
---|
97 | ],
|
---|
98 | "reporter": [
|
---|
99 | "html",
|
---|
100 | "text"
|
---|
101 | ]
|
---|
102 | },
|
---|
103 | "optionalDependencies": {
|
---|
104 | "fsevents": "~2.3.2"
|
---|
105 | },
|
---|
106 | "repository": {
|
---|
107 | "type": "git",
|
---|
108 | "url": "git+https://github.com/paulmillr/chokidar.git"
|
---|
109 | },
|
---|
110 | "scripts": {
|
---|
111 | "dtslint": "dtslint types",
|
---|
112 | "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
|
---|
113 | "mocha": "mocha --exit --timeout 90000",
|
---|
114 | "test": "npm run lint && npm run mocha"
|
---|
115 | },
|
---|
116 | "types": "./types/index.d.ts",
|
---|
117 | "version": "3.5.2"
|
---|
118 | }
|
---|