Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81144 views
1
{
2
"name": "http-signature",
3
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
4
"version": "0.11.0",
5
"license": "MIT",
6
"author": {
7
"name": "Joyent, Inc"
8
},
9
"contributors": [
10
{
11
"name": "Mark Cavage",
12
"email": "[email protected]"
13
},
14
{
15
"name": "David I. Lehn",
16
"email": "[email protected]"
17
},
18
{
19
"name": "Patrick Mooney",
20
"email": "[email protected]"
21
}
22
],
23
"repository": {
24
"type": "git",
25
"url": "git://github.com/joyent/node-http-signature.git"
26
},
27
"homepage": "https://github.com/joyent/node-http-signature/",
28
"bugs": {
29
"url": "https://github.com/joyent/node-http-signature/issues"
30
},
31
"keywords": [
32
"https",
33
"request"
34
],
35
"engines": {
36
"node": ">=0.8"
37
},
38
"main": "lib/index.js",
39
"scripts": {
40
"test": "tap test/*.js"
41
},
42
"dependencies": {
43
"assert-plus": "^0.1.5",
44
"asn1": "0.1.11",
45
"ctype": "0.5.3"
46
},
47
"devDependencies": {
48
"node-uuid": "^1.4.1",
49
"tap": "0.4.2"
50
},
51
"_id": "[email protected]",
52
"_shasum": "1796cf67a001ad5cd6849dca0991485f09089fe6",
53
"_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz",
54
"_from": "http-signature@>=0.11.0 <0.12.0",
55
"_npmVersion": "2.5.1",
56
"_nodeVersion": "0.10.36",
57
"_npmUser": {
58
"name": "pfmooney",
59
"email": "[email protected]"
60
},
61
"maintainers": [
62
{
63
"name": "mcavage",
64
"email": "[email protected]"
65
},
66
{
67
"name": "pfmooney",
68
"email": "[email protected]"
69
}
70
],
71
"dist": {
72
"shasum": "1796cf67a001ad5cd6849dca0991485f09089fe6",
73
"tarball": "http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz"
74
},
75
"directories": {}
76
}
77
78