mirror of
https://github.com/actions/setup-node.git
synced 2025-07-27 00:48:24 +02:00
.
This commit is contained in:
parent
00c3b50fca
commit
ae5dcb46c8
7331 changed files with 1784502 additions and 0 deletions
27
node_modules/oauth-sign/package.json
generated
vendored
Normal file
27
node_modules/oauth-sign/package.json
generated
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz"
|
||||
,"_integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="
|
||||
,"_from": "oauth-sign@0.9.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue