package.json
1.96 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
{
"_from": "passport",
"_id": "passport@0.5.0",
"_inBundle": false,
"_integrity": "sha512-ln+ue5YaNDS+fes6O5PCzXKSseY5u8MYhX9H5Co4s+HfYI5oqvnHKoOORLYDUPh+8tHvrxugF2GFcUA1Q1Gqfg==",
"_location": "/passport",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "passport",
"name": "passport",
"escapedName": "passport",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/passport/-/passport-0.5.0.tgz",
"_shasum": "7914aaa55844f9dce8c3aa28f7d6b73647ee0169",
"_spec": "passport",
"_where": "C:\\Users\\KoMoGoon\\Desktop\\실전모의고사",
"author": {
"name": "Jared Hanson",
"email": "jaredhanson@gmail.com",
"url": "http://www.jaredhanson.net/"
},
"bugs": {
"url": "http://github.com/jaredhanson/passport/issues"
},
"bundleDependencies": false,
"dependencies": {
"passport-strategy": "1.x.x",
"pause": "0.0.1"
},
"deprecated": false,
"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"
},
"engines": {
"node": ">= 0.4.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/jaredhanson"
},
"homepage": "http://passportjs.org/",
"keywords": [
"express",
"connect",
"auth",
"authn",
"authentication"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "./lib",
"name": "passport",
"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.5.0"
}