source: trip-planner-front/node_modules/@types/eslint/package.json@ e29cc2e

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

primeNG components

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_from": "@types/eslint@*",
3 "_id": "@types/eslint@8.2.0",
4 "_inBundle": false,
5 "_integrity": "sha512-74hbvsnc+7TEDa1z5YLSe4/q8hGYB3USNvCuzHUJrjPV6hXaq8IXcngCrHkuvFt0+8rFz7xYXrHgNayIX0UZvQ==",
6 "_location": "/@types/eslint",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@types/eslint@*",
12 "name": "@types/eslint",
13 "escapedName": "@types%2feslint",
14 "scope": "@types",
15 "rawSpec": "*",
16 "saveSpec": null,
17 "fetchSpec": "*"
18 },
19 "_requiredBy": [
20 "/@types/eslint-scope"
21 ],
22 "_resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.2.0.tgz",
23 "_shasum": "afd0519223c29c347087542cbaee2fedc0873b16",
24 "_spec": "@types/eslint@*",
25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@types\\eslint-scope",
26 "bugs": {
27 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
28 },
29 "bundleDependencies": false,
30 "contributors": [
31 {
32 "name": "Pierre-Marie Dartus",
33 "url": "https://github.com/pmdartus"
34 },
35 {
36 "name": "Jed Fox",
37 "url": "https://github.com/j-f1"
38 },
39 {
40 "name": "Saad Quadri",
41 "url": "https://github.com/saadq"
42 },
43 {
44 "name": "Jason Kwok",
45 "url": "https://github.com/JasonHK"
46 },
47 {
48 "name": "Brad Zacher",
49 "url": "https://github.com/bradzacher"
50 },
51 {
52 "name": "JounQin",
53 "url": "https://github.com/JounQin"
54 }
55 ],
56 "dependencies": {
57 "@types/estree": "*",
58 "@types/json-schema": "*"
59 },
60 "deprecated": false,
61 "description": "TypeScript definitions for eslint",
62 "exports": {
63 ".": {
64 "types": "./index.d.ts"
65 },
66 "./use-at-your-own-risk": {
67 "types": "./use-at-your-own-risk.d.ts"
68 },
69 "./rules": {
70 "types": "./rules/index.d.ts"
71 }
72 },
73 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint",
74 "license": "MIT",
75 "main": "",
76 "name": "@types/eslint",
77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
80 "directory": "types/eslint"
81 },
82 "scripts": {},
83 "typeScriptVersion": "3.7",
84 "types": "index.d.ts",
85 "typesPublisherContentHash": "75f8630ee832c7873360b05069ae241180c3b9cfcda4af43a1647926b09232ac",
86 "version": "8.2.0"
87}
Note: See TracBrowser for help on using the repository browser.