source: trip-planner-front/node_modules/@types/eslint-scope/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: 876 bytes
Line 
1{
2 "name": "@types/eslint-scope",
3 "version": "3.7.1",
4 "description": "TypeScript definitions for eslint-scope",
5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-scope",
6 "license": "MIT",
7 "contributors": [
8 {
9 "name": "Toru Nagashima",
10 "url": "https://github.com/mysticatea",
11 "githubUsername": "mysticatea"
12 }
13 ],
14 "main": "",
15 "types": "index.d.ts",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
19 "directory": "types/eslint-scope"
20 },
21 "scripts": {},
22 "dependencies": {
23 "@types/eslint": "*",
24 "@types/estree": "*"
25 },
26 "typesPublisherContentHash": "47224c2bf9a37ca8eb542bd7399915133185a33ed6b71ef30985d3c8a9598e8c",
27 "typeScriptVersion": "3.6"
28}
Note: See TracBrowser for help on using the repository browser.