package.json
1.38 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
{
"_from": "xoauth2",
"_id": "xoauth2@1.2.0",
"_inBundle": false,
"_integrity": "sha1-8u76wRRyyXHqO8RuVU60sSMhRuU=",
"_location": "/xoauth2",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "xoauth2",
"name": "xoauth2",
"escapedName": "xoauth2",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/xoauth2/-/xoauth2-1.2.0.tgz",
"_shasum": "f2eefac11472c971ea3bc46e554eb4b1232146e5",
"_spec": "xoauth2",
"_where": "C:\\Users\\지윤\\project_opensource",
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/andris9/xoauth2/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "XOAuth2 token generation for accessing GMail SMTP and IMAP",
"devDependencies": {
"chai": "*",
"grunt": "*",
"grunt-contrib-jshint": "*",
"grunt-mocha-test": "*",
"sinon": "*"
},
"homepage": "https://github.com/andris9/xoauth2#readme",
"keywords": [
"XOAUTH",
"XOAUTH2",
"Yahoo",
"GMail",
"SMTP",
"IMAP"
],
"license": "MIT",
"main": "src/xoauth2.js",
"name": "xoauth2",
"repository": {
"type": "git",
"url": "git://github.com/andris9/xoauth2.git"
},
"scripts": {
"test": "grunt"
},
"version": "1.2.0"
}