Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

Location:
trip-planner-front/node_modules/@types
Files:
1 added
1 deleted
17 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@types/component-emitter/README.md

    r59329aa re29cc2e  
    77# Details
    88Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/component-emitter.
     9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/component-emitter/index.d.ts)
     10````ts
     11// Type definitions for component-emitter v1.2.1
     12// Project: https://www.npmjs.com/package/component-emitter
     13// Definitions by: Peter Snider <https://github.com/psnider>
     14// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
     15
     16// TypeScript Version: 2.2
     17
     18interface Emitter<Event = string> {
     19    on(event: Event, listener: Function): Emitter;
     20    once(event: Event, listener: Function): Emitter;
     21    off(event?: Event, listener?: Function): Emitter;
     22    emit(event: Event, ...args: any[]): Emitter;
     23    listeners(event: Event): Function[];
     24    hasListeners(event: Event): boolean;
     25    removeListener(event?: Event, listener?: Function): Emitter;
     26    removeEventListener(event?: Event, listener?: Function): Emitter;
     27    removeAllListeners(event?: Event): Emitter;
     28}
     29
     30declare const Emitter: {
     31    (obj?: object): Emitter;
     32    new (obj?: object): Emitter;
     33};
     34
     35export = Emitter;
     36
     37````
    938
    1039### Additional Details
    11  * Last updated: Wed, 09 Sep 2020 21:18:32 GMT
     40 * Last updated: Thu, 14 Oct 2021 19:01:31 GMT
    1241 * Dependencies: none
    1342 * Global values: none
  • trip-planner-front/node_modules/@types/component-emitter/index.d.ts

    r59329aa re29cc2e  
    1313    listeners(event: Event): Function[];
    1414    hasListeners(event: Event): boolean;
     15    removeListener(event?: Event, listener?: Function): Emitter;
     16    removeEventListener(event?: Event, listener?: Function): Emitter;
     17    removeAllListeners(event?: Event): Emitter;
    1518}
    1619
  • trip-planner-front/node_modules/@types/component-emitter/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@types/component-emitter@1.2.10",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@types/component-emitter@1.2.10",
    10   "_id": "@types/component-emitter@1.2.10",
     2  "_from": "@types/component-emitter@^1.2.10",
     3  "_id": "@types/component-emitter@1.2.11",
    114  "_inBundle": false,
    12   "_integrity": "sha512-bsjleuRKWmGqajMerkzox19aGbscQX5rmmvvXl3wlIp5gMG1HgkiwPxsN5p070fBDKTNSPgojVbuY1+HWMbFhg==",
     5  "_integrity": "sha512-SRXjM+tfsSlA9VuG8hGO2nft2p8zjXCK1VcC6N4NXbBbYbSia9kzCChYQajIjzIqOOOuh5Ock6MmV2oux4jDZQ==",
    136  "_location": "/@types/component-emitter",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "@types/component-emitter@1.2.10",
     11    "raw": "@types/component-emitter@^1.2.10",
    1912    "name": "@types/component-emitter",
    2013    "escapedName": "@types%2fcomponent-emitter",
    2114    "scope": "@types",
    22     "rawSpec": "1.2.10",
     15    "rawSpec": "^1.2.10",
    2316    "saveSpec": null,
    24     "fetchSpec": "1.2.10"
     17    "fetchSpec": "^1.2.10"
    2518  },
    2619  "_requiredBy": [
    2720    "/socket.io-parser"
    2821  ],
    29   "_resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.10.tgz",
    30   "_spec": "1.2.10",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     22  "_resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.11.tgz",
     23  "_shasum": "50d47d42b347253817a39709fef03ce66a108506",
     24  "_spec": "@types/component-emitter@^1.2.10",
     25  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\socket.io-parser",
    3226  "bugs": {
    3327    "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
    3428  },
     29  "bundleDependencies": false,
    3530  "contributors": [
    3631    {
     
    4035  ],
    4136  "dependencies": {},
     37  "deprecated": false,
    4238  "description": "TypeScript definitions for component-emitter",
    43   "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
     39  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/component-emitter",
    4440  "license": "MIT",
    4541  "main": "",
     
    5147  },
    5248  "scripts": {},
    53   "typeScriptVersion": "3.1",
     49  "typeScriptVersion": "3.7",
    5450  "types": "index.d.ts",
    55   "typesPublisherContentHash": "446bfc6b04cc0bdf3afbaa65ac393c5c9056ab15d158199b96d266059c762403",
    56   "version": "1.2.10"
     51  "typesPublisherContentHash": "d86d217b63101effae1228ebbfe02ac682ee4eb8abd6fc0dcc9948a4b6fdf572",
     52  "version": "1.2.11"
    5753}
  • trip-planner-front/node_modules/@types/eslint/README.md

    r59329aa re29cc2e  
    99
    1010### Additional Details
    11  * Last updated: Fri, 08 Oct 2021 17:01:24 GMT
     11 * Last updated: Wed, 17 Nov 2021 21:01:26 GMT
    1212 * Dependencies: [@types/json-schema](https://npmjs.com/package/@types/json-schema), [@types/estree](https://npmjs.com/package/@types/estree)
    1313 * Global values: none
  • trip-planner-front/node_modules/@types/eslint/index.d.ts

    r59329aa re29cc2e  
    1 // Type definitions for eslint 7.28
     1// Type definitions for eslint 8.2
    22// Project: https://eslint.org
    33// Definitions by: Pierre-Marie Dartus <https://github.com/pmdartus>
     
    1010
    1111/// <reference path="helpers.d.ts" />
    12 /// <reference path="lib/rules/index.d.ts" />
    1312
    1413import { JSONSchema4 } from "json-schema";
     
    718717
    719718    interface ParserOptions {
    720         ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | undefined;
     719        ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | "latest" |undefined;
    721720        sourceType?: "script" | "module" | undefined;
    722721        ecmaFeatures?: {
     
    818817    lintText(code: string, options?: { filePath?: string | undefined; warnIgnored?: boolean | undefined }): Promise<ESLint.LintResult[]>;
    819818
     819    getRulesMetaForResults(results: ESLint.LintResult[]): ESLint.LintResultData['rulesMeta'];
     820
    820821    calculateConfigForFile(filePath: string): Promise<any>;
    821822
     
    860861        messages: Linter.LintMessage[];
    861862        errorCount: number;
     863        fatalErrorCount: number;
    862864        warningCount: number;
    863865        fixableErrorCount: number;
     
    885887    // Docs reference the type by this name
    886888    type EditInfo = Rule.Fix;
    887 }
    888 
    889 //#endregion
    890 
    891 //#region CLIEngine
    892 
    893 /** @deprecated Deprecated in favor of `ESLint` */
    894 export class CLIEngine {
    895     static version: string;
    896 
    897     constructor(options: CLIEngine.Options);
    898 
    899     executeOnFiles(patterns: string[]): CLIEngine.LintReport;
    900 
    901     resolveFileGlobPatterns(patterns: string[]): string[];
    902 
    903     getConfigForFile(filePath: string): Linter.Config;
    904 
    905     executeOnText(text: string, filename?: string): CLIEngine.LintReport;
    906 
    907     addPlugin(name: string, pluginObject: any): void;
    908 
    909     isPathIgnored(filePath: string): boolean;
    910 
    911     getFormatter(format?: string): CLIEngine.Formatter;
    912 
    913     getRules(): Map<string, Rule.RuleModule>;
    914 
    915     static getErrorResults(results: CLIEngine.LintResult[]): CLIEngine.LintResult[];
    916 
    917     static getFormatter(format?: string): CLIEngine.Formatter;
    918 
    919     static outputFixes(report: CLIEngine.LintReport): void;
    920 }
    921 
    922 /** @deprecated Deprecated in favor of `ESLint` */
    923 export namespace CLIEngine {
    924     class Options {
    925         allowInlineConfig?: boolean | undefined;
    926         baseConfig?: false | { [name: string]: any } | undefined;
    927         cache?: boolean | undefined;
    928         cacheFile?: string | undefined;
    929         cacheLocation?: string | undefined;
    930         cacheStrategy?: "content" | "metadata" | undefined;
    931         configFile?: string | undefined;
    932         cwd?: string | undefined;
    933         envs?: string[] | undefined;
    934         errorOnUnmatchedPattern?: boolean | undefined;
    935         extensions?: string[] | undefined;
    936         fix?: boolean | undefined;
    937         globals?: string[] | undefined;
    938         ignore?: boolean | undefined;
    939         ignorePath?: string | undefined;
    940         ignorePattern?: string | string[] | undefined;
    941         useEslintrc?: boolean | undefined;
    942         parser?: string | undefined;
    943         parserOptions?: Linter.ParserOptions | undefined;
    944         plugins?: string[] | undefined;
    945         resolvePluginsRelativeTo?: string | undefined;
    946         rules?: {
    947             [name: string]: Linter.RuleLevel | Linter.RuleLevelAndOptions;
    948         } | undefined;
    949         rulePaths?: string[] | undefined;
    950         reportUnusedDisableDirectives?: boolean | undefined;
    951     }
    952 
    953     type LintResult = ESLint.LintResult;
    954 
    955     type LintResultData = ESLint.LintResultData;
    956 
    957     interface LintReport {
    958         results: LintResult[];
    959         errorCount: number;
    960         warningCount: number;
    961         fixableErrorCount: number;
    962         fixableWarningCount: number;
    963         usedDeprecatedRules: DeprecatedRuleUse[];
    964     }
    965 
    966     type DeprecatedRuleUse = ESLint.DeprecatedRuleUse;
    967 
    968     type Formatter = (results: LintResult[], data?: LintResultData) => string;
    969889}
    970890
     
    984904        },
    985905    ): void;
     906
     907    static only(
     908        item: string | RuleTester.ValidTestCase | RuleTester.InvalidTestCase,
     909    ): RuleTester.ValidTestCase | RuleTester.InvalidTestCase;
    986910}
    987911
     
    991915        options?: any;
    992916        filename?: string | undefined;
     917        only?: boolean;
    993918        parserOptions?: Linter.ParserOptions | undefined;
    994919        settings?: { [name: string]: any } | undefined;
  • trip-planner-front/node_modules/@types/eslint/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@types/eslint@7.28.1",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@types/eslint@7.28.1",
    10   "_id": "@types/eslint@7.28.1",
     2  "_from": "@types/eslint@*",
     3  "_id": "@types/eslint@8.2.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-XhZKznR3i/W5dXqUhgU9fFdJekufbeBd5DALmkuXoeFcjbQcPk+2cL+WLHf6Q81HWAnM2vrslIHpGVyCAviRwg==",
     5  "_integrity": "sha512-74hbvsnc+7TEDa1z5YLSe4/q8hGYB3USNvCuzHUJrjPV6hXaq8IXcngCrHkuvFt0+8rFz7xYXrHgNayIX0UZvQ==",
    136  "_location": "/@types/eslint",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "@types/eslint@7.28.1",
     11    "raw": "@types/eslint@*",
    1912    "name": "@types/eslint",
    2013    "escapedName": "@types%2feslint",
    2114    "scope": "@types",
    22     "rawSpec": "7.28.1",
     15    "rawSpec": "*",
    2316    "saveSpec": null,
    24     "fetchSpec": "7.28.1"
     17    "fetchSpec": "*"
    2518  },
    2619  "_requiredBy": [
    2720    "/@types/eslint-scope"
    2821  ],
    29   "_resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.28.1.tgz",
    30   "_spec": "7.28.1",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     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",
    3226  "bugs": {
    3327    "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
    3428  },
     29  "bundleDependencies": false,
    3530  "contributors": [
    3631    {
     
    6358    "@types/json-schema": "*"
    6459  },
     60  "deprecated": false,
    6561  "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  },
    6673  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint",
    6774  "license": "MIT",
     
    7683  "typeScriptVersion": "3.7",
    7784  "types": "index.d.ts",
    78   "typesPublisherContentHash": "ead3341b417b1fe8a2825d96ddb954f3dad2633c5eb166e057c130a2c7db3605",
    79   "version": "7.28.1"
     85  "typesPublisherContentHash": "75f8630ee832c7873360b05069ae241180c3b9cfcda4af43a1647926b09232ac",
     86  "version": "8.2.0"
    8087}
  • trip-planner-front/node_modules/@types/glob/README.md

    r59329aa re29cc2e  
    99
    1010### Additional Details
    11  * Last updated: Tue, 06 Jul 2021 20:33:04 GMT
     11 * Last updated: Tue, 19 Oct 2021 22:01:22 GMT
    1212 * Dependencies: [@types/minimatch](https://npmjs.com/package/@types/minimatch), [@types/node](https://npmjs.com/package/@types/node)
    1313 * Global values: none
  • trip-planner-front/node_modules/@types/glob/index.d.ts

    r59329aa re29cc2e  
    1 // Type definitions for Glob 7.1
     1// Type definitions for Glob 7.2
    22// Project: https://github.com/isaacs/node-glob
    33// Definitions by: vvakame <https://github.com/vvakame>
     
    1111import events = require("events");
    1212import minimatch = require("minimatch");
     13import fs = require("fs");
    1314
    1415declare function G(pattern: string, cb: (err: Error | null, matches: string[]) => void): G.IGlob;
     
    5657        nocomment?: boolean | undefined;
    5758        absolute?: boolean | undefined;
     59        fs?: typeof fs;
    5860    }
    5961
  • trip-planner-front/node_modules/@types/glob/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@types/glob@7.1.4",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@types/glob@7.1.4",
    10   "_id": "@types/glob@7.1.4",
     2  "_from": "@types/glob@^7.1.1",
     3  "_id": "@types/glob@7.2.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA==",
     5  "_integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
    136  "_location": "/@types/glob",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "@types/glob@7.1.4",
     11    "raw": "@types/glob@^7.1.1",
    1912    "name": "@types/glob",
    2013    "escapedName": "@types%2fglob",
    2114    "scope": "@types",
    22     "rawSpec": "7.1.4",
     15    "rawSpec": "^7.1.1",
    2316    "saveSpec": null,
    24     "fetchSpec": "7.1.4"
     17    "fetchSpec": "^7.1.1"
    2518  },
    2619  "_requiredBy": [
    2720    "/del"
    2821  ],
    29   "_resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.4.tgz",
    30   "_spec": "7.1.4",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     22  "_resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
     23  "_shasum": "bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb",
     24  "_spec": "@types/glob@^7.1.1",
     25  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\del",
    3226  "bugs": {
    3327    "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
    3428  },
     29  "bundleDependencies": false,
    3530  "contributors": [
    3631    {
     
    5550    "@types/node": "*"
    5651  },
     52  "deprecated": false,
    5753  "description": "TypeScript definitions for Glob",
    5854  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob",
     
    6662  },
    6763  "scripts": {},
    68   "typeScriptVersion": "3.6",
     64  "typeScriptVersion": "3.7",
    6965  "types": "index.d.ts",
    70   "typesPublisherContentHash": "9c65678f7b7e4a9c5a11737e187e406ff2fa0640018fcc9359b2ec6f7d0eb646",
    71   "version": "7.1.4"
     66  "typesPublisherContentHash": "436848b740c6ebcf1bfea5b5542b494eb73ed390b43a18c3dffa26ce9bad0aa8",
     67  "version": "7.2.0"
    7268}
  • trip-planner-front/node_modules/@types/node/README.md

    r59329aa re29cc2e  
    99
    1010### Additional Details
    11  * Last updated: Tue, 05 Oct 2021 20:31:31 GMT
     11 * Last updated: Mon, 08 Nov 2021 21:31:30 GMT
    1212 * Dependencies: none
    1313 * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
    1414
    1515# Credits
    16 These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Hoàng Văn Khải](https://github.com/KSXGitHub), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Simon Schick](https://github.com/SimonSchick), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Zane Hannan AU](https://github.com/ZaneHannanAU), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Minh Son Nguyen](https://github.com/nguymin4), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), and [ExE Boss](https://github.com/ExE-Boss).
     16These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Hoàng Văn Khải](https://github.com/KSXGitHub), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Simon Schick](https://github.com/SimonSchick), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Zane Hannan AU](https://github.com/ZaneHannanAU), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), and [ExE Boss](https://github.com/ExE-Boss).
  • trip-planner-front/node_modules/@types/node/dgram.d.ts

    r59329aa re29cc2e  
    3838        addMembership(multicastAddress: string, multicastInterface?: string): void;
    3939        address(): AddressInfo;
    40         bind(port?: number, address?: string, callback?: () => void): void;
    41         bind(port?: number, callback?: () => void): void;
    42         bind(callback?: () => void): void;
    43         bind(options: BindOptions, callback?: () => void): void;
    44         close(callback?: () => void): void;
     40        bind(port?: number, address?: string, callback?: () => void): this;
     41        bind(port?: number, callback?: () => void): this;
     42        bind(callback?: () => void): this;
     43        bind(options: BindOptions, callback?: () => void): this;
     44        close(callback?: () => void): this;
    4545        connect(port: number, address?: string, callback?: () => void): void;
    4646        connect(port: number, callback: () => void): void;
     
    5959        setBroadcast(flag: boolean): void;
    6060        setMulticastInterface(multicastInterface: string): void;
    61         setMulticastLoopback(flag: boolean): void;
    62         setMulticastTTL(ttl: number): void;
     61        setMulticastLoopback(flag: boolean): boolean;
     62        setMulticastTTL(ttl: number): number;
    6363        setRecvBufferSize(size: number): void;
    6464        setSendBufferSize(size: number): void;
    65         setTTL(ttl: number): void;
     65        setTTL(ttl: number): number;
    6666        unref(): this;
    6767
  • trip-planner-front/node_modules/@types/node/fs.d.ts

    r59329aa re29cc2e  
    132132
    133133    class ReadStream extends stream.Readable {
    134         close(): void;
     134        close(callback?: (err?: NodeJS.ErrnoException | null) => void): void;
    135135        bytesRead: number;
    136136        path: string | Buffer;
     
    163163
    164164    class WriteStream extends stream.Writable {
    165         close(): void;
     165        close(callback?: (err?: NodeJS.ErrnoException | null) => void): void;
    166166        bytesWritten: number;
    167167        path: string | Buffer;
     
    20092009    }
    20102010
    2011     function opendirSync(path: string, options?: OpenDirOptions): Dir;
    2012 
    2013     function opendir(path: string, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void;
    2014     function opendir(path: string, options: OpenDirOptions, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void;
     2011    function opendirSync(path: PathLike, options?: OpenDirOptions): Dir;
     2012
     2013    function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void;
     2014    function opendir(path: PathLike, options: OpenDirOptions, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void;
    20152015
    20162016    namespace opendir {
    2017         function __promisify__(path: string, options?: OpenDirOptions): Promise<Dir>;
     2017        function __promisify__(path: PathLike, options?: OpenDirOptions): Promise<Dir>;
    20182018    }
    20192019
     
    25362536        function readFile(path: PathLike | FileHandle, options?: { encoding?: string | null | undefined, flag?: string | number | undefined } | string | null): Promise<string | Buffer>;
    25372537
    2538         function opendir(path: string, options?: OpenDirOptions): Promise<Dir>;
     2538        function opendir(path: PathLike, options?: OpenDirOptions): Promise<Dir>;
    25392539    }
    25402540
  • trip-planner-front/node_modules/@types/node/http.d.ts

    r59329aa re29cc2e  
    22    import * as stream from 'stream';
    33    import { URL } from 'url';
    4     import { Socket, Server as NetServer } from 'net';
     4    import { Socket, Server as NetServer, LookupFunction } from 'net';
    55
    66    // incoming headers will never contain number
     
    9191        // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L278
    9292        createConnection?: ((options: ClientRequestArgs, oncreate: (err: Error, socket: Socket) => void) => Socket) | undefined;
     93        lookup?: LookupFunction | undefined;
    9394    }
    9495
  • trip-planner-front/node_modules/@types/node/index.d.ts

    r59329aa re29cc2e  
    3333//                 Marcin Kopacz <https://github.com/chyzwar>
    3434//                 Trivikram Kamat <https://github.com/trivikr>
    35 //                 Minh Son Nguyen <https://github.com/nguymin4>
    3635//                 Junxiao Shi <https://github.com/yoursunny>
    3736//                 Ilia Baryshnikov <https://github.com/qwelias>
  • trip-planner-front/node_modules/@types/node/inspector.d.ts

    r59329aa re29cc2e  
    19111911        /**
    19121912         * Connects a session to the inspector back-end.
    1913          * An exception will be thrown if there is already a connected session established either
    1914          * through the API or by a front-end connected to the Inspector WebSocket port.
    19151913         */
    19161914        connect(): void;
     1915
     1916        /**
     1917         * Connects a session to the main thread inspector back-end.
     1918         * An exception will be thrown if this API was not called on a Worker
     1919         * thread.
     1920         * @since 12.11.0
     1921         */
     1922        connectToMainThread(): void;
    19171923
    19181924        /**
  • trip-planner-front/node_modules/@types/node/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@types/node@12.20.28",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@types/node@12.20.28",
    10   "_id": "@types/node@12.20.28",
     2  "_from": "@types/node@12.20.37",
     3  "_id": "@types/node@12.20.37",
    114  "_inBundle": false,
    12   "_integrity": "sha512-cBw8gzxUPYX+/5lugXIPksioBSbE42k0fZ39p+4yRzfYjN6++eq9kAPdlY9qm+MXyfbk9EmvCYAYRn380sF46w==",
     5  "_integrity": "sha512-i1KGxqcvJaLQali+WuypQnXwcplhtNtjs66eNsZpp2P2FL/trJJxx/VWsM0YCL2iMoIJrbXje48lvIQAQ4p2ZA==",
    136  "_location": "/@types/node",
    147  "_phantomChildren": {},
     
    169    "type": "version",
    1710    "registry": true,
    18     "raw": "@types/node@12.20.28",
     11    "raw": "@types/node@12.20.37",
    1912    "name": "@types/node",
    2013    "escapedName": "@types%2fnode",
    2114    "scope": "@types",
    22     "rawSpec": "12.20.28",
     15    "rawSpec": "12.20.37",
    2316    "saveSpec": null,
    24     "fetchSpec": "12.20.28"
     17    "fetchSpec": "12.20.37"
    2518  },
    2619  "_requiredBy": [
    2720    "#DEV:/",
     21    "#USER",
    2822    "/@types/glob",
    2923    "/@types/webpack-sources",
    30     "/jest-worker",
    31     "/socket.io"
     24    "/engine.io",
     25    "/jest-worker"
    3226  ],
    33   "_resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.28.tgz",
    34   "_spec": "12.20.28",
     27  "_resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.37.tgz",
     28  "_shasum": "abb38afa9d6e8a2f627a8cb52290b3c80fbe61ed",
     29  "_spec": "@types/node@12.20.37",
    3530  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    3631  "bugs": {
    3732    "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
    3833  },
     34  "bundleDependencies": false,
    3935  "contributors": [
    4036    {
     
    167163    },
    168164    {
    169       "name": "Minh Son Nguyen",
    170       "url": "https://github.com/nguymin4"
    171     },
    172     {
    173165      "name": "Junxiao Shi",
    174166      "url": "https://github.com/yoursunny"
     
    184176  ],
    185177  "dependencies": {},
     178  "deprecated": false,
    186179  "description": "TypeScript definitions for Node.js",
    187180  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
     
    197190  "typeScriptVersion": "3.7",
    198191  "types": "index.d.ts",
    199   "typesPublisherContentHash": "42364b7d4d815f35a5adce5277b009c6550fdef6d27f37f53495d2228ea1cd7e",
    200   "version": "12.20.28"
     192  "typesPublisherContentHash": "78be90eb75f4da4dd372b759d7fc010666de4ad712f0c10e30af3c36b0ef6a56",
     193  "version": "12.20.37"
    201194}
  • trip-planner-front/node_modules/@types/node/readline.d.ts

    r59329aa re29cc2e  
    4646        close(): void;
    4747        write(data: string | Buffer, key?: Key): void;
     48        write(data: undefined | null | string | Buffer, key: Key): void;
    4849
    4950        /**
Note: See TracChangeset for help on using the changeset viewer.