source: trip-planner-front/node_modules/@types/webpack-sources/package.json@ fa375fe

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

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "@types/webpack-sources",
3 "version": "0.1.9",
4 "description": "TypeScript definitions for webpack-sources",
5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-sources",
6 "license": "MIT",
7 "contributors": [
8 {
9 "name": "e-cloud",
10 "url": "https://github.com/e-cloud",
11 "githubUsername": "e-cloud"
12 },
13 {
14 "name": "Chris Eppstein",
15 "url": "https://github.com/chriseppstein",
16 "githubUsername": "chriseppstein"
17 }
18 ],
19 "main": "",
20 "types": "index.d.ts",
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
24 "directory": "types/webpack-sources"
25 },
26 "scripts": {},
27 "dependencies": {
28 "@types/node": "*",
29 "@types/source-list-map": "*",
30 "source-map": "^0.6.1"
31 },
32 "typesPublisherContentHash": "2f6824e3ab2a4c3f20b781ec6d29738b29afd7edf09d1e1dfd30221beaa37d4a",
33 "typeScriptVersion": "3.6"
34}
Note: See TracBrowser for help on using the repository browser.