|
2 | 2 | "name": "@hey-api/json-schema-ref-parser", |
3 | 3 | "version": "0.0.1", |
4 | 4 | "description": "Parse, Resolve, and Dereference JSON Schema $ref pointers", |
| 5 | + "homepage": "https://heyapi.dev/", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git+https://github.com/hey-api/json-schema-ref-parser.git" |
| 9 | + }, |
| 10 | + "bugs": { |
| 11 | + "url": "https://github.com/hey-api/json-schema-ref-parser/issues" |
| 12 | + }, |
| 13 | + "license": "MIT", |
| 14 | + "author": { |
| 15 | + |
| 16 | + "name": "Hey API", |
| 17 | + "url": "https://heyapi.dev" |
| 18 | + }, |
| 19 | + "funding": "https://github.com/sponsors/hey-api", |
5 | 20 | "keywords": [ |
6 | 21 | "json", |
7 | 22 | "schema", |
|
12 | 27 | "dereference", |
13 | 28 | "resolve" |
14 | 29 | ], |
15 | | - "author": { |
16 | | - "name": "James Messinger", |
17 | | - "url": "https://jamesmessinger.com" |
18 | | - }, |
19 | | - "contributors": [ |
20 | | - { |
21 | | - "name": "Boris Cherny", |
22 | | - |
23 | | - }, |
24 | | - { |
25 | | - "name": "Phil Sturgeon", |
26 | | - |
27 | | - }, |
28 | | - { |
29 | | - "name": "Jakub Rożek", |
30 | | - |
31 | | - }, |
32 | | - { |
33 | | - "name": "JonLuca DeCaro", |
34 | | - |
35 | | - } |
36 | | - ], |
37 | | - "homepage": "https://apitools.dev/json-schema-ref-parser/", |
38 | | - "repository": { |
39 | | - "type": "git", |
40 | | - "url": "https://github.com/APIDevTools/json-schema-ref-parser.git" |
41 | | - }, |
42 | | - "license": "MIT", |
43 | | - "funding": "https://github.com/sponsors/philsturgeon", |
44 | 30 | "types": "dist/lib/index.d.ts", |
45 | 31 | "main": "dist/lib/index.js", |
46 | 32 | "browser": { |
|
0 commit comments