source: trip-planner-front/node_modules/globby/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.5 KB
Line 
1{
2 "_args": [
3 [
4 "globby@11.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "globby@11.0.4",
10 "_id": "globby@11.0.4",
11 "_inBundle": false,
12 "_integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==",
13 "_location": "/globby",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "globby@11.0.4",
19 "name": "globby",
20 "escapedName": "globby",
21 "rawSpec": "11.0.4",
22 "saveSpec": null,
23 "fetchSpec": "11.0.4"
24 },
25 "_requiredBy": [
26 "/copy-webpack-plugin"
27 ],
28 "_resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
29 "_spec": "11.0.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "https://sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/globby/issues"
38 },
39 "dependencies": {
40 "array-union": "^2.1.0",
41 "dir-glob": "^3.0.1",
42 "fast-glob": "^3.1.1",
43 "ignore": "^5.1.4",
44 "merge2": "^1.3.0",
45 "slash": "^3.0.0"
46 },
47 "description": "User-friendly glob matching",
48 "devDependencies": {
49 "ava": "^3.13.0",
50 "get-stream": "^6.0.0",
51 "glob-stream": "^6.1.0",
52 "globby": "github:sindresorhus/globby#main",
53 "matcha": "^0.7.0",
54 "rimraf": "^3.0.2",
55 "tsd": "^0.13.1",
56 "xo": "^0.33.1"
57 },
58 "engines": {
59 "node": ">=10"
60 },
61 "files": [
62 "index.js",
63 "index.d.ts",
64 "gitignore.js",
65 "stream-utils.js"
66 ],
67 "funding": "https://github.com/sponsors/sindresorhus",
68 "homepage": "https://github.com/sindresorhus/globby#readme",
69 "keywords": [
70 "all",
71 "array",
72 "directories",
73 "expand",
74 "files",
75 "filesystem",
76 "filter",
77 "find",
78 "fnmatch",
79 "folders",
80 "fs",
81 "glob",
82 "globbing",
83 "globs",
84 "gulpfriendly",
85 "match",
86 "matcher",
87 "minimatch",
88 "multi",
89 "multiple",
90 "paths",
91 "pattern",
92 "patterns",
93 "traverse",
94 "util",
95 "utility",
96 "wildcard",
97 "wildcards",
98 "promise",
99 "gitignore",
100 "git"
101 ],
102 "license": "MIT",
103 "name": "globby",
104 "repository": {
105 "type": "git",
106 "url": "git+https://github.com/sindresorhus/globby.git"
107 },
108 "scripts": {
109 "bench": "npm update glob-stream fast-glob && matcha bench.js",
110 "test": "xo && ava && tsd"
111 },
112 "version": "11.0.4",
113 "xo": {
114 "ignores": [
115 "fixtures"
116 ]
117 }
118}
Note: See TracBrowser for help on using the repository browser.