package.json
2.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
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
106
107
108
109
110
111
112
{
"_args": [
[
{
"raw": "passport",
"scope": null,
"escapedName": "passport",
"name": "passport",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/kanghyeontae/IdeaProjects/YTMT"
]
],
"_from": "passport@latest",
"_id": "passport@0.4.0",
"_inCache": true,
"_location": "/passport",
"_nodeVersion": "6.10.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/passport-0.4.0.tgz_1502475123766_0.7992472941987216"
},
"_npmUser": {
"name": "jaredhanson",
"email": "jaredhanson@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "passport",
"scope": null,
"escapedName": "passport",
"name": "passport",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/passport/-/passport-0.4.0.tgz",
"_shasum": "c5095691347bd5ad3b5e180238c3914d16f05811",
"_shrinkwrap": null,
"_spec": "passport",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT",
"author": {
"name": "Jared Hanson",
"email": "jaredhanson@gmail.com",
"url": "http://www.jaredhanson.net/"
},
"bugs": {
"url": "http://github.com/jaredhanson/passport/issues"
},
"dependencies": {
"passport-strategy": "1.x.x",
"pause": "0.0.1"
},
"description": "Simple, unobtrusive authentication for Node.js.",
"devDependencies": {
"chai": "2.x.x",
"chai-connect-middleware": "0.3.x",
"chai-passport-strategy": "0.2.x",
"make-node": "0.3.x",
"mocha": "2.x.x",
"proxyquire": "1.4.x"
},
"directories": {},
"dist": {
"shasum": "c5095691347bd5ad3b5e180238c3914d16f05811",
"tarball": "https://registry.npmjs.org/passport/-/passport-0.4.0.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"gitHead": "fc0fdc804fb5dbf99c510b6b43fa05dded9f4f48",
"homepage": "http://passportjs.org/",
"keywords": [
"express",
"connect",
"auth",
"authn",
"authentication"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "./lib",
"maintainers": [
{
"name": "jaredhanson",
"email": "jaredhanson@gmail.com"
}
],
"name": "passport",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jaredhanson/passport.git"
},
"scripts": {
"test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
},
"version": "0.4.0"
}