mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 14:43:47 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
56
node_modules/oauth-sign/package.json
generated
vendored
Normal file
56
node_modules/oauth-sign/package.json
generated
vendored
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"_from": "oauth-sign@~0.9.0",
|
||||
"_id": "oauth-sign@0.9.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
|
||||
"_location": "/oauth-sign",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "oauth-sign@~0.9.0",
|
||||
"name": "oauth-sign",
|
||||
"escapedName": "oauth-sign",
|
||||
"rawSpec": "~0.9.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~0.9.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
|
||||
"_shasum": "47a7b016baa68b5fa0ecf3dee08a85c679ac6455",
|
||||
"_spec": "oauth-sign@~0.9.0",
|
||||
"_where": "E:\\github\\setup-python\\node_modules\\request",
|
||||
"author": {
|
||||
"name": "Mikeal Rogers",
|
||||
"email": "mikeal.rogers@gmail.com",
|
||||
"url": "http://www.futurealoof.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mikeal/oauth-sign/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/mikeal/oauth-sign#readme",
|
||||
"license": "Apache-2.0",
|
||||
"main": "index.js",
|
||||
"name": "oauth-sign",
|
||||
"optionalDependencies": {},
|
||||
"repository": {
|
||||
"url": "git+https://github.com/mikeal/oauth-sign.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "0.9.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue