| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 | | { |  |     "name": "@types/normalize-package-data", |  |     "version": "2.4.1", |  |     "description": "TypeScript definitions for normalize-package-data", |  |     "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/normalize-package-data", |  |     "license": "MIT", |  |     "contributors": [ |  |         { |  |             "name": "Jeff Dickey", |  |             "url": "https://github.com/jdxcode", |  |             "githubUsername": "jdxcode" |  |         } |  |     ], |  |     "main": "", |  |     "types": "index.d.ts", |  |     "repository": { |  |         "type": "git", |  |         "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", |  |         "directory": "types/normalize-package-data" |  |     }, |  |     "scripts": {}, |  |     "dependencies": {}, |  |     "typesPublisherContentHash": "10653410655e204616118acfbe2900dc09227bc3a80c532a93d44b46be54db36", |  |     "typeScriptVersion": "3.6" |  | } | 
 |