source: trip-planner-front/node_modules/@types/glob/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "@types/glob",
3 "version": "7.1.4",
4 "description": "TypeScript definitions for Glob",
5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob",
6 "license": "MIT",
7 "contributors": [
8 {
9 "name": "vvakame",
10 "url": "https://github.com/vvakame",
11 "githubUsername": "vvakame"
12 },
13 {
14 "name": "voy",
15 "url": "https://github.com/voy",
16 "githubUsername": "voy"
17 },
18 {
19 "name": "Klaus Meinhardt",
20 "url": "https://github.com/ajafff",
21 "githubUsername": "ajafff"
22 },
23 {
24 "name": "Piotr Błażejewicz",
25 "url": "https://github.com/peterblazejewicz",
26 "githubUsername": "peterblazejewicz"
27 }
28 ],
29 "main": "",
30 "types": "index.d.ts",
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
34 "directory": "types/glob"
35 },
36 "scripts": {},
37 "dependencies": {
38 "@types/minimatch": "*",
39 "@types/node": "*"
40 },
41 "typesPublisherContentHash": "9c65678f7b7e4a9c5a11737e187e406ff2fa0640018fcc9359b2ec6f7d0eb646",
42 "typeScriptVersion": "3.6"
43}
Note: See TracBrowser for help on using the repository browser.