mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v7
This commit is contained in:
parent
033d472283
commit
49df04613e
6774 changed files with 1602535 additions and 1 deletions
23
node_modules/oauth-sign/package.json
generated
vendored
Normal file
23
node_modules/oauth-sign/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue