summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/aws-sign2/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/aws-sign2/package.json')
-rw-r--r--deps/npm/node_modules/aws-sign2/package.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/deps/npm/node_modules/aws-sign2/package.json b/deps/npm/node_modules/aws-sign2/package.json
new file mode 100644
index 0000000000..8bb70110aa
--- /dev/null
+++ b/deps/npm/node_modules/aws-sign2/package.json
@@ -0,0 +1,68 @@
+{
+ "_args": [
+ [
+ "aws-sign2@~0.5.0",
+ "/Users/rebecca/code/npm/node_modules/request"
+ ]
+ ],
+ "_from": "aws-sign2@>=0.5.0 <0.6.0",
+ "_id": "aws-sign2@0.5.0",
+ "_inCache": true,
+ "_location": "/aws-sign2",
+ "_npmUser": {
+ "email": "mikeal.rogers@gmail.com",
+ "name": "mikeal"
+ },
+ "_npmVersion": "1.3.2",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "aws-sign2",
+ "raw": "aws-sign2@~0.5.0",
+ "rawSpec": "~0.5.0",
+ "scope": null,
+ "spec": ">=0.5.0 <0.6.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/request"
+ ],
+ "_resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz",
+ "_shasum": "c57103f7a17fc037f02d7c2e64b602ea223f7d63",
+ "_shrinkwrap": null,
+ "_spec": "aws-sign2@~0.5.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/request",
+ "author": {
+ "email": "mikeal.rogers@gmail.com",
+ "name": "Mikeal Rogers",
+ "url": "http://www.futurealoof.com"
+ },
+ "bugs": {
+ "url": "https://github.com/mikeal/aws-sign/issues"
+ },
+ "dependencies": {},
+ "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.",
+ "devDependencies": {},
+ "directories": {},
+ "dist": {
+ "shasum": "c57103f7a17fc037f02d7c2e64b602ea223f7d63",
+ "tarball": "http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "mikeal",
+ "email": "mikeal.rogers@gmail.com"
+ }
+ ],
+ "name": "aws-sign2",
+ "optionalDependencies": {},
+ "readme": "aws-sign\n========\n\nAWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.\n",
+ "readmeFilename": "README.md",
+ "repository": {
+ "url": "https://github.com/mikeal/aws-sign"
+ },
+ "version": "0.5.0"
+}