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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
| {
| "name": "@types/webpack-sources",
| "version": "3.2.0",
| "description": "TypeScript definitions for webpack-sources",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-sources",
| "license": "MIT",
| "contributors": [
| {
| "name": "e-cloud",
| "url": "https://github.com/e-cloud",
| "githubUsername": "e-cloud"
| },
| {
| "name": "Chris Eppstein",
| "url": "https://github.com/chriseppstein",
| "githubUsername": "chriseppstein"
| },
| {
| "name": "Piotr Błażejewicz",
| "url": "https://github.com/peterblazejewicz",
| "githubUsername": "peterblazejewicz"
| }
| ],
| "main": "",
| "types": "index.d.ts",
| "repository": {
| "type": "git",
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/webpack-sources"
| },
| "scripts": {},
| "dependencies": {
| "@types/node": "*",
| "@types/source-list-map": "*",
| "source-map": "^0.7.3"
| },
| "typesPublisherContentHash": "7e7ca0cf90f1bb589fc4b5ebc534a134ca1068088fc7e58500fc94d5634fbaf1",
| "typeScriptVersion": "3.6"
| }
|
|