update node_modules
This commit is contained in:
parent
4889aac148
commit
195fbc52ad
431 changed files with 52587 additions and 0 deletions
21
node_modules/@types/triple-beam/LICENSE
generated
vendored
Normal file
21
node_modules/@types/triple-beam/LICENSE
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE
|
||||
36
node_modules/@types/triple-beam/README.md
generated
vendored
Normal file
36
node_modules/@types/triple-beam/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Installation
|
||||
> `npm install --save @types/triple-beam`
|
||||
|
||||
# Summary
|
||||
This package contains type definitions for triple-beam (https://github.com/winstonjs/triple-beam).
|
||||
|
||||
# Details
|
||||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/triple-beam.
|
||||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/triple-beam/index.d.ts)
|
||||
````ts
|
||||
export as namespace TripleBeam;
|
||||
|
||||
export const LEVEL: unique symbol;
|
||||
export const MESSAGE: unique symbol;
|
||||
export const SPLAT: unique symbol;
|
||||
export const configs: Configs;
|
||||
|
||||
export interface Config {
|
||||
readonly levels: { [k: string]: number };
|
||||
readonly colors: { [k: string]: string };
|
||||
}
|
||||
|
||||
export interface Configs {
|
||||
readonly cli: Config;
|
||||
readonly npm: Config;
|
||||
readonly syslog: Config;
|
||||
}
|
||||
|
||||
````
|
||||
|
||||
### Additional Details
|
||||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
|
||||
* Dependencies: none
|
||||
|
||||
# Credits
|
||||
These definitions were written by [Daniel Byrne](https://github.com/danwbyrne).
|
||||
17
node_modules/@types/triple-beam/index.d.ts
generated
vendored
Normal file
17
node_modules/@types/triple-beam/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
export as namespace TripleBeam;
|
||||
|
||||
export const LEVEL: unique symbol;
|
||||
export const MESSAGE: unique symbol;
|
||||
export const SPLAT: unique symbol;
|
||||
export const configs: Configs;
|
||||
|
||||
export interface Config {
|
||||
readonly levels: { [k: string]: number };
|
||||
readonly colors: { [k: string]: string };
|
||||
}
|
||||
|
||||
export interface Configs {
|
||||
readonly cli: Config;
|
||||
readonly npm: Config;
|
||||
readonly syslog: Config;
|
||||
}
|
||||
25
node_modules/@types/triple-beam/package.json
generated
vendored
Normal file
25
node_modules/@types/triple-beam/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "@types/triple-beam",
|
||||
"version": "1.3.5",
|
||||
"description": "TypeScript definitions for triple-beam",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/triple-beam",
|
||||
"license": "MIT",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Daniel Byrne",
|
||||
"githubUsername": "danwbyrne",
|
||||
"url": "https://github.com/danwbyrne"
|
||||
}
|
||||
],
|
||||
"main": "",
|
||||
"types": "index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
||||
"directory": "types/triple-beam"
|
||||
},
|
||||
"scripts": {},
|
||||
"dependencies": {},
|
||||
"typesPublisherContentHash": "aba808a8cd292b633d60f24f8ed117bf7f4f83771da677fe4d557c4e1ad3211b",
|
||||
"typeScriptVersion": "4.5"
|
||||
}
|
||||
21
node_modules/@types/winston/LICENSE
generated
vendored
Normal file
21
node_modules/@types/winston/LICENSE
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE
|
||||
3
node_modules/@types/winston/README.md
generated
vendored
Normal file
3
node_modules/@types/winston/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
This is a stub types definition for winston (https://github.com/winstonjs/winston.git).
|
||||
|
||||
winston provides its own type definitions, so you don't need @types/winston installed!
|
||||
14
node_modules/@types/winston/package.json
generated
vendored
Normal file
14
node_modules/@types/winston/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "@types/winston",
|
||||
"version": "2.4.4",
|
||||
"typings": null,
|
||||
"description": "Stub TypeScript definitions entry for winston, which provides its own types definitions",
|
||||
"main": "",
|
||||
"scripts": {},
|
||||
"author": "",
|
||||
"repository": "https://github.com/winstonjs/winston.git",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"winston": "*"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue