-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.1 KB
/
package.json
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
{
"_args": [
[
"passport-squiddio@^1.2.0",
"/home/mauro/signalk-oauth-node"
]
],
"_from": "passport-squiddio@>=1.2.0 <2.0.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/passport-squiddio",
"_nodeVersion": "0.10.41",
"_npmUser": {
"email": "[email protected]",
"name": "squiddio"
},
"_npmVersion": "3.5.2",
"_phantomChildren": {},
"_requested": {
"name": "passport-squiddio",
"raw": "passport-squiddio@^1.2.0",
"rawSpec": "^1.2.0",
"scope": null,
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/passport-squiddio/-/passport-squiddio-1.2.1.tgz",
"_shasum": "c1a98f8d21689da5bf89929be31c9253fe17fb08",
"_shrinkwrap": null,
"_spec": "passport-squiddio@^1.2.0",
"_where": "/home/mauro/signalk-oauth-node",
"author": {
"email": "[email protected]",
"name": "Mauro Calvi",
"url": "http:/squidd.io"
},
"bugs": {
"url": "https://github.com/mauroc/passport-squiddio/issues"
},
"dependencies": {
"passport-oauth2": "1.x.x"
},
"description": "Passport authentication strategy for access to squidd.io APIs",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "c1a98f8d21689da5bf89929be31c9253fe17fb08",
"tarball": "http://registry.npmjs.org/passport-squiddio/-/passport-squiddio-1.2.1.tgz"
},
"gitHead": "cb103b11dcb4fe4cba8d93fec30423df53ea6a71",
"homepage": "https://github.com/mauroc/passport-squiddio",
"keywords": [
"navigation",
"passport",
"repository",
"sailing",
"signalk",
"squiddio"
],
"license": "ISC",
"main": "./lib",
"maintainers": [
{
"name": "squiddio",
"email": "[email protected]"
}
],
"name": "passport-squiddio",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mauroc/passport-squiddio.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.4.1"
}