all the project copy

This commit is contained in:
2026-07-16 12:27:06 +02:00
parent 926b7de75b
commit 568beef49a
631 changed files with 130346 additions and 0 deletions

23
node_sid/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"
}
}