Initial commit
[yaffs-website] / node_modules / http-signature / package.json
1 {
2   "_args": [
3     [
4       "http-signature@~1.1.0",
5       "/var/www/yaffs/node_modules/request"
6     ]
7   ],
8   "_from": "http-signature@>=1.1.0 <1.2.0",
9   "_id": "http-signature@1.1.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/http-signature",
13   "_nodeVersion": "0.12.9",
14   "_npmUser": {
15     "email": "alex@cooperi.net",
16     "name": "arekinath"
17   },
18   "_npmVersion": "2.14.9",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "http-signature",
22     "raw": "http-signature@~1.1.0",
23     "rawSpec": "~1.1.0",
24     "scope": null,
25     "spec": ">=1.1.0 <1.2.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/request"
30   ],
31   "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
32   "_shasum": "df72e267066cd0ac67fb76adf8e134a8fbcf91bf",
33   "_shrinkwrap": null,
34   "_spec": "http-signature@~1.1.0",
35   "_where": "/var/www/yaffs/node_modules/request",
36   "author": {
37     "name": "Joyent, Inc"
38   },
39   "bugs": {
40     "url": "https://github.com/joyent/node-http-signature/issues"
41   },
42   "contributors": [
43     {
44       "name": "Mark Cavage",
45       "email": "mcavage@gmail.com"
46     },
47     {
48       "name": "David I. Lehn",
49       "email": "dil@lehn.org"
50     },
51     {
52       "name": "Patrick Mooney",
53       "email": "patrick.f.mooney@gmail.com"
54     }
55   ],
56   "dependencies": {
57     "assert-plus": "^0.2.0",
58     "jsprim": "^1.2.2",
59     "sshpk": "^1.7.0"
60   },
61   "description": "Reference implementation of Joyent's HTTP Signature scheme.",
62   "devDependencies": {
63     "node-uuid": "^1.4.1",
64     "tap": "0.4.2"
65   },
66   "directories": {},
67   "dist": {
68     "shasum": "df72e267066cd0ac67fb76adf8e134a8fbcf91bf",
69     "tarball": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz"
70   },
71   "engines": {
72     "node": ">=0.8",
73     "npm": ">=1.3.7"
74   },
75   "gitHead": "74d3f35e3aa436d83723c53b01e266f448e8149a",
76   "homepage": "https://github.com/joyent/node-http-signature/",
77   "keywords": [
78     "https",
79     "request"
80   ],
81   "license": "MIT",
82   "main": "lib/index.js",
83   "maintainers": [
84     {
85       "name": "arekinath",
86       "email": "alex@cooperi.net"
87     },
88     {
89       "name": "mcavage",
90       "email": "mcavage@gmail.com"
91     },
92     {
93       "name": "pfmooney",
94       "email": "patrick.f.mooney@gmail.com"
95     }
96   ],
97   "name": "http-signature",
98   "optionalDependencies": {},
99   "readme": "ERROR: No README data found!",
100   "repository": {
101     "type": "git",
102     "url": "git://github.com/joyent/node-http-signature.git"
103   },
104   "scripts": {
105     "test": "tap test/*.js"
106   },
107   "version": "1.1.1"
108 }