Add node-forge to package.json
This commit is contained in:
parent
ee4ad8b9d6
commit
5669f66a72
69 changed files with 35849 additions and 0 deletions
21
node_modules/@types/node-forge/LICENSE
generated
vendored
Normal file
21
node_modules/@types/node-forge/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
|
||||
15
node_modules/@types/node-forge/README.md
generated
vendored
Normal file
15
node_modules/@types/node-forge/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Installation
|
||||
> `npm install --save @types/node-forge`
|
||||
|
||||
# Summary
|
||||
This package contains type definitions for node-forge (https://github.com/digitalbazaar/forge).
|
||||
|
||||
# Details
|
||||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-forge.
|
||||
|
||||
### Additional Details
|
||||
* Last updated: Tue, 02 Jan 2024 22:35:21 GMT
|
||||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
|
||||
|
||||
# Credits
|
||||
These definitions were written by [Seth Westphal ](https://github.com/westy92), [Kay Schecker ](https://github.com/flynetworks), [Aakash Goenka ](https://github.com/a-k-g), [Rafal2228 ](https://github.com/rafal2228), [Beeno Tung ](https://github.com/beenotung), [Joe Flateau ](https://github.com/joeflateau), [timhwang21 ](https://github.com/timhwang21), [Anders Kaseorg ](https://github.com/andersk), [Sascha Zarhuber ](https://github.com/saschazar21), [Rogier Schouten ](https://github.com/rogierschouten), [Ivan Aseev ](https://github.com/aseevia), [Wiktor Kwapisiewicz](https://github.com/wiktor-k), [Ligia Frangello ](https://github.com/frangello), [Dmitry Avezov ](https://github.com/avezov), [Jose Fuentes ](https://github.com/j-fuentes), [Anya Reyes ](https://github.com/darkade), and [BendingBender ](https://github.com/BendingBender).
|
||||
1591
node_modules/@types/node-forge/index.d.ts
generated
vendored
Normal file
1591
node_modules/@types/node-forge/index.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
107
node_modules/@types/node-forge/package.json
generated
vendored
Normal file
107
node_modules/@types/node-forge/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
{
|
||||
"name": "@types/node-forge",
|
||||
"version": "1.3.11",
|
||||
"description": "TypeScript definitions for node-forge",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-forge",
|
||||
"license": "MIT",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Seth Westphal ",
|
||||
"githubUsername": "westy92",
|
||||
"url": "https://github.com/westy92"
|
||||
},
|
||||
{
|
||||
"name": "Kay Schecker ",
|
||||
"githubUsername": "flynetworks",
|
||||
"url": "https://github.com/flynetworks"
|
||||
},
|
||||
{
|
||||
"name": "Aakash Goenka ",
|
||||
"githubUsername": "a-k-g",
|
||||
"url": "https://github.com/a-k-g"
|
||||
},
|
||||
{
|
||||
"name": "Rafal2228 ",
|
||||
"githubUsername": "rafal2228",
|
||||
"url": "https://github.com/rafal2228"
|
||||
},
|
||||
{
|
||||
"name": "Beeno Tung ",
|
||||
"githubUsername": "beenotung",
|
||||
"url": "https://github.com/beenotung"
|
||||
},
|
||||
{
|
||||
"name": "Joe Flateau ",
|
||||
"githubUsername": "joeflateau",
|
||||
"url": "https://github.com/joeflateau"
|
||||
},
|
||||
{
|
||||
"name": "timhwang21 ",
|
||||
"githubUsername": "timhwang21",
|
||||
"url": "https://github.com/timhwang21"
|
||||
},
|
||||
{
|
||||
"name": "Anders Kaseorg ",
|
||||
"githubUsername": "andersk",
|
||||
"url": "https://github.com/andersk"
|
||||
},
|
||||
{
|
||||
"name": "Sascha Zarhuber ",
|
||||
"githubUsername": "saschazar21",
|
||||
"url": "https://github.com/saschazar21"
|
||||
},
|
||||
{
|
||||
"name": "Rogier Schouten ",
|
||||
"githubUsername": "rogierschouten",
|
||||
"url": "https://github.com/rogierschouten"
|
||||
},
|
||||
{
|
||||
"name": "Ivan Aseev ",
|
||||
"githubUsername": "aseevia",
|
||||
"url": "https://github.com/aseevia"
|
||||
},
|
||||
{
|
||||
"name": "Wiktor Kwapisiewicz",
|
||||
"githubUsername": "wiktor-k",
|
||||
"url": "https://github.com/wiktor-k"
|
||||
},
|
||||
{
|
||||
"name": "Ligia Frangello ",
|
||||
"githubUsername": "frangello",
|
||||
"url": "https://github.com/frangello"
|
||||
},
|
||||
{
|
||||
"name": "Dmitry Avezov ",
|
||||
"githubUsername": "avezov",
|
||||
"url": "https://github.com/avezov"
|
||||
},
|
||||
{
|
||||
"name": "Jose Fuentes ",
|
||||
"githubUsername": "j-fuentes",
|
||||
"url": "https://github.com/j-fuentes"
|
||||
},
|
||||
{
|
||||
"name": "Anya Reyes ",
|
||||
"githubUsername": "darkade",
|
||||
"url": "https://github.com/darkade"
|
||||
},
|
||||
{
|
||||
"name": "BendingBender ",
|
||||
"githubUsername": "BendingBender",
|
||||
"url": "https://github.com/BendingBender"
|
||||
}
|
||||
],
|
||||
"main": "",
|
||||
"types": "index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
||||
"directory": "types/node-forge"
|
||||
},
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
},
|
||||
"typesPublisherContentHash": "1f94eadd96d1ed1e3b8513ff0af0af616821310570eb410699b93f6b3e3f3903",
|
||||
"typeScriptVersion": "4.6"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue