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