initial commit

This commit is contained in:
Andrew Gundersen 2021-07-26 14:08:25 -05:00
commit 1d75db5bde
33 changed files with 2327 additions and 0 deletions

29
node_modules/bindings/package.json generated vendored Normal file
View file

@ -0,0 +1,29 @@
{
"name": "bindings",
"description": "Helper module for loading your native module's .node file",
"keywords": [
"native",
"addon",
"bindings",
"gyp",
"waf",
"c",
"c++"
],
"version": "1.2.1",
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-bindings.git"
},
"main": "./bindings.js",
"bugs": {
"url": "https://github.com/TooTallNate/node-bindings/issues"
},
"homepage": "https://github.com/TooTallNate/node-bindings",
"license": "MIT"
,"_resolved": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz"
,"_integrity": "sha1-FK1hE4EtLTfXLme0ystLtyZQXxE="
,"_from": "bindings@1.2.1"
}