source: trip-planner-front/node_modules/webpack-dev-server/node_modules/chokidar/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "chokidar@2.1.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "chokidar@2.1.8",
10 "_id": "chokidar@2.1.8",
11 "_inBundle": false,
12 "_integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
13 "_location": "/webpack-dev-server/chokidar",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "chokidar@2.1.8",
19 "name": "chokidar",
20 "escapedName": "chokidar",
21 "rawSpec": "2.1.8",
22 "saveSpec": null,
23 "fetchSpec": "2.1.8"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server"
27 ],
28 "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
29 "_spec": "2.1.8",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Paul Miller",
33 "url": "https://paulmillr.com"
34 },
35 "bugs": {
36 "url": "https://github.com/paulmillr/chokidar/issues"
37 },
38 "dependencies": {
39 "anymatch": "^2.0.0",
40 "async-each": "^1.0.1",
41 "braces": "^2.3.2",
42 "fsevents": "^1.2.7",
43 "glob-parent": "^3.1.0",
44 "inherits": "^2.0.3",
45 "is-binary-path": "^1.0.0",
46 "is-glob": "^4.0.0",
47 "normalize-path": "^3.0.0",
48 "path-is-absolute": "^1.0.0",
49 "readdirp": "^2.2.1",
50 "upath": "^1.1.1"
51 },
52 "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
53 "devDependencies": {
54 "@types/node": "^11.9.4",
55 "chai": "^3.2.0",
56 "coveralls": "^3.0.1",
57 "dtslint": "0.4.1",
58 "graceful-fs": "4.1.4",
59 "mocha": "^5.2.0",
60 "nyc": "^11.8.0",
61 "rimraf": "^2.4.3",
62 "sinon": "^1.10.3",
63 "sinon-chai": "^2.6.0"
64 },
65 "files": [
66 "index.js",
67 "lib/",
68 "types/index.d.ts"
69 ],
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 "name": "chokidar",
82 "optionalDependencies": {
83 "fsevents": "^1.2.7"
84 },
85 "repository": {
86 "type": "git",
87 "url": "git+https://github.com/paulmillr/chokidar.git"
88 },
89 "scripts": {
90 "coveralls": "nyc report --reporter=text-lcov | coveralls",
91 "dtslint": "dtslint types",
92 "test": "nyc mocha --exit"
93 },
94 "types": "./types/index.d.ts",
95 "version": "2.1.8"
96}
Note: See TracBrowser for help on using the repository browser.