source: trip-planner-front/node_modules/@types/json-schema/package.json@ 6a3a178

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

initial commit

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "name": "@types/json-schema",
3 "version": "7.0.9",
4 "description": "TypeScript definitions for json-schema 4.0, 6.0 and",
5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema",
6 "license": "MIT",
7 "contributors": [
8 {
9 "name": "Boris Cherny",
10 "url": "https://github.com/bcherny",
11 "githubUsername": "bcherny"
12 },
13 {
14 "name": "Cyrille Tuzi",
15 "url": "https://github.com/cyrilletuzi",
16 "githubUsername": "cyrilletuzi"
17 },
18 {
19 "name": "Lucian Buzzo",
20 "url": "https://github.com/lucianbuzzo",
21 "githubUsername": "lucianbuzzo"
22 },
23 {
24 "name": "Roland Groza",
25 "url": "https://github.com/rolandjitsu",
26 "githubUsername": "rolandjitsu"
27 },
28 {
29 "name": "Jason Kwok",
30 "url": "https://github.com/JasonHK",
31 "githubUsername": "JasonHK"
32 }
33 ],
34 "main": "",
35 "types": "index.d.ts",
36 "repository": {
37 "type": "git",
38 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
39 "directory": "types/json-schema"
40 },
41 "scripts": {},
42 "dependencies": {},
43 "typesPublisherContentHash": "2eb4af77c88f8be05a313707b99902ae4fc14609b7a2af2b5ce7007443a63253",
44 "typeScriptVersion": "3.6"
45}
Note: See TracBrowser for help on using the repository browser.