-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
70 lines (70 loc) · 2.31 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
{
"_from": "@tronscanteam/apiclients@^",
"_id": "@tronscanteam/[email protected]",
"_inBundle": false,
"_integrity": "sha512-8fO4fTJXYAJeV4yK7KQ3CRP1sMEz8/aKq+sfwYdu8cTYqiWZurJ1M8Rf+iv03hSInHT95PaBv4AGYpCnusr/Ug==",
"_location": "/@tronscanteam/apiclients",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@tronscanteam/apiclients@^0.2.82",
"name": "@tronscanteam/apiclients",
"escapedName": "@tronscanteam%2fclient",
"scope": "@tronscanteam",
"rawSpec": "^0.2.82",
"saveSpec": null,
"fetchSpec": "^0.2.82"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@tronscanteam/apiclients/-/client-0.2.82.tgz",
"_shasum": "715171126ba7e60ff237016c497b207d11f7c31d",
"_spec": "@tronscanteam/apiclients@^0.2.82",
"_where": "/Users/Documents/project/project-front/tronscanteam-frontend",
"author": {
"name": "w-richard"
},
"bugs": {
"url": "https://github.com/tronscanteam/tronscanteam-node-client/issues"
},
"bundleDependencies": false,
"dependencies": {
"axios": "^0.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"base-58": "^0.0.1",
"btoa": "^1.2.1",
"chai": "^4.1.2",
"crypto-js": "^3.1.9-1",
"elliptic": "^6.4.0",
"google-protobuf": "^3.5.0",
"js-sha3": "^0.7.0",
"mocha": "^5.1.0",
"nano-time": "^1.0.0",
"qs": "^6.5.1"
},
"deprecated": false,
"description": "Tronscan API Client",
"homepage": "https://api.tronscan.org/",
"keywords": [
"tron"
],
"license": "GPL-3.0",
"main": "src/index.js",
"name": "@tronscanteam/apiclients",
"repository": {
"type": "git",
"url": "git://github.com/tronscan/tronscan-node-client.git"
},
"scripts": {
"protoc:generate": "./protocol/protobuf-3.5.1/src/.libs/protoc --proto_path=protocol/protobuf-3.5.1/src --proto_path=protocol --grpc_out=./src/protocol --plugin=protoc-gen-grpc=`which grpc_tools_node_protoc_plugin` --js_out=import_style=commonjs,binary:src/protocol protocol/core/*.proto protocol/api/*.proto",
"protoc:install": "cd protocol && ./install-protobuf.sh",
"test": "mocha",
"test:watch": "mocha --watch"
},
"version": "0.2.82"
}