source: trip-planner-front/node_modules/glob-parent/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.2 KB
Line 
1{
2 "_args": [
3 [
4 "glob-parent@5.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "glob-parent@5.1.2",
10 "_id": "glob-parent@5.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
13 "_location": "/glob-parent",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "glob-parent@5.1.2",
19 "name": "glob-parent",
20 "escapedName": "glob-parent",
21 "rawSpec": "5.1.2",
22 "saveSpec": null,
23 "fetchSpec": "5.1.2"
24 },
25 "_requiredBy": [
26 "/chokidar",
27 "/fast-glob"
28 ],
29 "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
30 "_spec": "5.1.2",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Gulp Team",
34 "email": "team@gulpjs.com",
35 "url": "https://gulpjs.com/"
36 },
37 "bugs": {
38 "url": "https://github.com/gulpjs/glob-parent/issues"
39 },
40 "contributors": [
41 {
42 "name": "Elan Shanker",
43 "url": "https://github.com/es128"
44 },
45 {
46 "name": "Blaine Bublitz",
47 "email": "blaine.bublitz@gmail.com"
48 }
49 ],
50 "dependencies": {
51 "is-glob": "^4.0.1"
52 },
53 "description": "Extract the non-magic parent path from a glob string.",
54 "devDependencies": {
55 "coveralls": "^3.0.11",
56 "eslint": "^2.13.1",
57 "eslint-config-gulp": "^3.0.1",
58 "expect": "^1.20.2",
59 "mocha": "^6.0.2",
60 "nyc": "^13.3.0"
61 },
62 "engines": {
63 "node": ">= 6"
64 },
65 "files": [
66 "LICENSE",
67 "index.js"
68 ],
69 "homepage": "https://github.com/gulpjs/glob-parent#readme",
70 "keywords": [
71 "glob",
72 "parent",
73 "strip",
74 "path",
75 "dirname",
76 "directory",
77 "base",
78 "wildcard"
79 ],
80 "license": "ISC",
81 "main": "index.js",
82 "name": "glob-parent",
83 "repository": {
84 "type": "git",
85 "url": "git+https://github.com/gulpjs/glob-parent.git"
86 },
87 "scripts": {
88 "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
89 "coveralls": "nyc report --reporter=text-lcov | coveralls",
90 "lint": "eslint .",
91 "pretest": "npm run lint",
92 "test": "nyc mocha --async-only"
93 },
94 "version": "5.1.2"
95}
Note: See TracBrowser for help on using the repository browser.