Add node modules and compiled JavaScript from main (#57)

Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
github-actions[bot]
2022-06-21 12:18:30 -04:00
committed by GitHub
parent d893f27da9
commit 7f7e5ba5ea
6750 changed files with 1745644 additions and 10860 deletions

23
node_modules/oauth-sign/package.json generated vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)",
"name": "oauth-sign",
"description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
"version": "0.9.0",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/mikeal/oauth-sign"
},
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"scripts": {
"test": "node test.js"
}
}