summaryrefslogtreecommitdiffstats
path: root/node_modules/oauth-sign/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
commite06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch)
tree55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/oauth-sign/package.json
downloadwebsite_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip
api, login, auth
Diffstat (limited to 'node_modules/oauth-sign/package.json')
-rw-r--r--node_modules/oauth-sign/package.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/node_modules/oauth-sign/package.json b/node_modules/oauth-sign/package.json
new file mode 100644
index 0000000..cea49e2
--- /dev/null
+++ b/node_modules/oauth-sign/package.json
@@ -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": "/home/pruss/Dev/3-minute-website/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"
+}