forked from polearnik/oandav20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.4 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
{
"_args": [
[
{
"raw": "oanda-adapter-v20",
"scope": null,
"escapedName": "oanda-adapter-v20",
"name": "oanda-adapter-v20",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"C:\\node1\\fusion_oanda"
]
],
"_from": "oanda-adapter-v20@latest",
"_id": "[email protected]",
"_inCache": true,
"_location": "/oanda-adapter-v20",
"_nodeVersion": "5.12.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/oanda-adapter-v20-1.0.1.tgz_1493628628842_0.07202057633548975"
},
"_npmUser": {
"name": "polearnik",
"email": "[email protected]"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"raw": "oanda-adapter-v20",
"scope": null,
"escapedName": "oanda-adapter-v20",
"name": "oanda-adapter-v20",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/oanda-adapter-v20/-/oanda-adapter-v20-1.0.1.tgz",
"_shasum": "328b40e446d5cda2ce2b3ea31ddac8c6a98e1ebb",
"_shrinkwrap": null,
"_spec": "oanda-adapter-v20",
"_where": "C:\\node1\\fusion_oanda",
"author": {
"name": "SergheiGr",
"email": "[email protected]",
"url": "https://github.com/polearnik/oandav20"
},
"bugs": {
"url": "https://github.com/polearnik/oandav20/issues"
},
"dependencies": {
"backbone-events-standalone": "",
"http": "",
"https": "",
"querystring": "",
"underscore": ""
},
"description": "oanda adapter for v20",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "328b40e446d5cda2ce2b3ea31ddac8c6a98e1ebb",
"tarball": "https://registry.npmjs.org/oanda-adapter-v20/-/oanda-adapter-v20-1.0.1.tgz"
},
"gitHead": "3d5ae8c398b9b4deea8d35aa247b4b67a1614aa7",
"homepage": "https://github.com/polearnik/oandav20#readme",
"keywords": [
"oanda",
"v20"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "polearnik",
"email": "[email protected]"
}
],
"name": "oanda-adapter-v20",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/polearnik/oandav20.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.1"
}