-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 1.71 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
{
"_from": "activetick",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-Ifss8qZIprMQ1/mqIhJZ4bxdFZk=",
"_location": "/activetick",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "activetick",
"name": "activetick",
"escapedName": "activetick",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/activetick/-/activetick-1.1.7.tgz",
"_shasum": "21fb2cf2a648a6b310d7f9aa221259e1bc5d1599",
"_spec": "activetick",
"_where": "/opt/inte-data-api",
"author": {
"name": "Jae Yang",
"email": "[email protected]"
},
"bugs": {
"url": "https://gitlord.com/tickets/~dchem%2Fnode-activetick-addon.git?status=new&status=open"
},
"bundleDependencies": false,
"dependencies": {
"async": "^0.9.0",
"limiter": "^1.0.5"
},
"deprecated": false,
"description": "Activetick API addon for NodeJS ",
"directories": {
"test": "test"
},
"gypfile": true,
"homepage": "https://gitlord.com/summary/~dchem%2Fnode-activetick-addon.git",
"keywords": [
"activetick",
"finance",
"stock",
"bond",
"option",
"forex",
"future",
"ticker",
"symbol",
"quote",
"market",
"data",
"automated",
"invest",
"trade",
"trading",
"system",
"api",
"client",
"library"
],
"license": "MIT",
"main": "activetick.js",
"name": "activetick",
"repository": {
"type": "git",
"url": "https://gitlord.com/r/~dchem/node-activetick-addon.git"
},
"scripts": {
"install": "node-gyp rebuild",
"preinstall": "sh preinstall.sh"
},
"version": "1.1.7"
}