package.json
1.63 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
{
"_args": [
[
"openid@0.5.13",
"/Users/star/Desktop/YTMT"
]
],
"_from": "openid@0.5.13",
"_id": "openid@0.5.13",
"_inBundle": false,
"_integrity": "sha1-G462yox67m3WJktp2vua14UsKk0=",
"_location": "/openid",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "openid@0.5.13",
"name": "openid",
"escapedName": "openid",
"rawSpec": "0.5.13",
"saveSpec": null,
"fetchSpec": "0.5.13"
},
"_requiredBy": [
"/passport-openid"
],
"_resolved": "https://registry.npmjs.org/openid/-/openid-0.5.13.tgz",
"_spec": "0.5.13",
"_where": "/Users/star/Desktop/YTMT",
"author": {
"name": "Håvard Stranden",
"email": "havard.stranden@gmail.com",
"url": "http://ox.no"
},
"bugs": {
"url": "http://github.com/havard/node-openid/issues"
},
"description": "OpenID 1.1/2.0 library for node.js",
"devDependencies": {
"nock": "~1.1.0",
"nodeunit": "~0.9.1",
"sinon": "~1.13.0"
},
"directories": {
"lib": "./lib"
},
"engines": [
"node >= 0.6.0"
],
"homepage": "https://github.com/havard/node-openid#readme",
"keywords": [
"openid",
"auth",
"authentication",
"identity",
"identifier",
"relying",
"party",
"1.1",
"2.0",
"library"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/havard/node-openid/raw/master/LICENSE"
}
],
"main": "./openid.js",
"name": "openid",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/havard/node-openid.git"
},
"scripts": {
"test": "nodeunit test/"
},
"version": "0.5.13"
}