Update checked-in dependencies
This commit is contained in:
parent
4fad06f438
commit
40a500c743
4168 changed files with 298222 additions and 374905 deletions
21
node_modules/@schemastore/package/LICENSE
generated
vendored
Normal file
21
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
node_modules/@schemastore/package/README.md
generated
vendored
28
node_modules/@schemastore/package/README.md
generated
vendored
|
|
@ -1,12 +1,28 @@
|
|||
# Installation
|
||||
> `npm install --save @schemastore/package`
|
||||
# Type definitions for package
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
npm i @schemastore/package
|
||||
yarn add @schemastore/package
|
||||
```
|
||||
|
||||
## Summary
|
||||
|
||||
# Summary
|
||||
This package contains type definitions for package.
|
||||
|
||||
## Details
|
||||
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/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
|
||||
* Last updated: Mon, Jul 20, 2020, 19:14:56 GMT
|
||||
|
||||
* [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
|
||||
|
|
|
|||
19890
node_modules/@schemastore/package/index.d.ts
generated
vendored
19890
node_modules/@schemastore/package/index.d.ts
generated
vendored
File diff suppressed because it is too large
Load diff
10
node_modules/@schemastore/package/package.json
generated
vendored
10
node_modules/@schemastore/package/package.json
generated
vendored
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"author": "Florian Keller <github@floriankeller.de>",
|
||||
"author": "Florian Imdahl <git@ffflorian.de>",
|
||||
"dependencies": {},
|
||||
"description": "TypeScript definitions for package.",
|
||||
"license": "MIT",
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
"name": "@schemastore/package",
|
||||
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/package",
|
||||
"scripts": {},
|
||||
"typesPublisherContentHash": "4476e2319e6b9682246c7a83d93eade8fec74d7c9e158de26b5c3812f1719e3f",
|
||||
"typeScriptVersion": "2.2",
|
||||
"types": "index.d.ts",
|
||||
"version": "0.0.6",
|
||||
"typeScriptVersion": "2.2"
|
||||
}
|
||||
"typesPublisherContentHash": "a9db191a0837de202d389790e2cdc71e88bdb01345bff7442bc006330cd5b610",
|
||||
"version": "0.0.9"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue