-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
110 lines (110 loc) · 3.21 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
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
{
"_args": [
[
{
"raw": "signalk-marinetraffic-api",
"scope": null,
"escapedName": "signalk-marinetraffic-api",
"name": "signalk-marinetraffic-api",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/joachim/Downloads/signalk-server-node"
],
[
{
"raw": "signalk-marinetraffic-api",
"scope": null,
"escapedName": "signalk-marinetraffic-api",
"name": "signalk-marinetraffic-api",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/joachim/Downloads/signalk-server-node"
]
],
"_from": "git+https://github.com/joabakk/signalk-marinetraffic-api.git",
"_id": "[email protected]",
"_inBundle": false,
"_inCache": true,
"_location": "/signalk-marinetraffic-api",
"_nodeVersion": "6.9.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/signalk-marinetraffic-api-0.1.4.tgz_1515875113178_0.8912619629409164"
},
"_npmUser": {
"name": "joabakk",
"email": "[email protected]"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "https://github.com/joabakk/signalk-marinetraffic-api",
"rawSpec": "https://github.com/joabakk/signalk-marinetraffic-api",
"saveSpec": "git+https://github.com/joabakk/signalk-marinetraffic-api.git",
"fetchSpec": "https://github.com/joabakk/signalk-marinetraffic-api.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/joabakk/signalk-marinetraffic-api.git#05f43bf2af36b7bbc0afaffde2880996260b83ce",
"_shasum": "3f2ea47b6c643e203632ab7a9457511534849837",
"_shrinkwrap": null,
"_spec": "https://github.com/joabakk/signalk-marinetraffic-api",
"_where": "/home/pi/.signalk",
"author": {
"name": "Joachim Bakke",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/joabakk/signalk-marinetraffic-api/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.0.0",
"debug": "^3.1.0",
"ggencoder": "^1.0.2",
"superagent": "^3.3.2",
"superagent-promise": "^1.0.3"
},
"deprecated": false,
"description": "SignalK plugin to convert data from Marinetraffic's web api (PS02, PS03 and PS07?) to signalk vessels",
"devDependencies": {
"@signalk/signalk-schema": "^1.0.3",
"mocha": "^5.2.0"
},
"directories": {},
"dist": {
"shasum": "3f2ea47b6c643e203632ab7a9457511534849837",
"tarball": "https://registry.npmjs.org/signalk-marinetraffic-api/-/signalk-marinetraffic-api-0.1.4.tgz"
},
"gitHead": "a6f25ffcf76024674696abe0a9590f1d97ddcbab",
"homepage": "https://github.com/joabakk/signalk-marinetraffic-api#readme",
"keywords": [
"signalk-node-server-plugin"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "joabakk",
"email": "[email protected]"
}
],
"name": "signalk-marinetraffic-api",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/joabakk/signalk-marinetraffic-api.git"
},
"scripts": {
"test": "$NODE $npm_package_main"
},
"version": "1.1.2"
}