initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
21
github/codeql-action-v2/node_modules/@schemastore/package/LICENSE
generated
vendored
Normal file
21
github/codeql-action-v2/node_modules/@schemastore/package/LICENSE
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Florian Imdahl. 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
|
||||
28
github/codeql-action-v2/node_modules/@schemastore/package/README.md
generated
vendored
Normal file
28
github/codeql-action-v2/node_modules/@schemastore/package/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Type definitions for package
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
npm i @schemastore/package
|
||||
yarn add @schemastore/package
|
||||
```
|
||||
|
||||
## Summary
|
||||
|
||||
This package contains type definitions for package.
|
||||
|
||||
## Usage
|
||||
|
||||
```ts
|
||||
import * as package from '@schemastore/package';
|
||||
```
|
||||
|
||||
## Note
|
||||
|
||||
The definitions were auto-generated by [schemastore-updater](https://github.com/ffflorian/schemastore-updater) using [`json-schema-to-typescript`](https://www.npmjs.com/package/json-schema-to-typescript).
|
||||
|
||||
## Additional Details
|
||||
|
||||
* [Schema source](https://github.com/SchemaStore/schemastore/tree/master/src/schemas/json/package)
|
||||
* Last updated: Fri, Jun 30, 2023, 21:04:02 GMT
|
||||
* Dependencies: none
|
||||
20067
github/codeql-action-v2/node_modules/@schemastore/package/index.d.ts
generated
vendored
Normal file
20067
github/codeql-action-v2/node_modules/@schemastore/package/index.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
14
github/codeql-action-v2/node_modules/@schemastore/package/package.json
generated
vendored
Normal file
14
github/codeql-action-v2/node_modules/@schemastore/package/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"author": "Florian Imdahl <git@ffflorian.de>",
|
||||
"dependencies": {},
|
||||
"description": "TypeScript definitions for package.",
|
||||
"license": "MIT",
|
||||
"main": "index.d.ts",
|
||||
"name": "@schemastore/package",
|
||||
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/package",
|
||||
"scripts": {},
|
||||
"typeScriptVersion": "2.2",
|
||||
"types": "index.d.ts",
|
||||
"typesPublisherContentHash": "706ba9014643c594ac6ab92494abf9e4a452b9fe9ab42b75d159300ddf0ee64e",
|
||||
"version": "0.0.10"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue