Add node-forge to package.json

This commit is contained in:
Arthur Baars 2024-07-02 17:12:00 +02:00
parent ee4ad8b9d6
commit 5669f66a72
69 changed files with 35849 additions and 0 deletions

13
node_modules/node-forge/lib/forge.js generated vendored Normal file
View file

@ -0,0 +1,13 @@
/**
* Node.js module for Forge.
*
* @author Dave Longley
*
* Copyright 2011-2016 Digital Bazaar, Inc.
*/
module.exports = {
// default options
options: {
usePureJavaScript: false
}
};