UNPKG

2.29 kBJSONView Raw
1{
2 "_from": "@tronscan/client@^0.2.74",
3 "_id": "@tronscan/client@0.2.74",
4 "_inBundle": false,
5 "_integrity": "sha512-8fO4fTJXYAJeV4yK7KQ3CRP1sMEz8/aKq+sfwYdu8cTYqiWZurJ1M8Rf+iv03hSInHT95PaBv4AGYpCnusr/Ug==",
6 "_location": "/@tronscan/client",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@tronscan/client@^0.2.74",
12 "name": "@tronscan/client",
13 "escapedName": "@tronscan%2fclient",
14 "scope": "@tronscan",
15 "rawSpec": "^0.2.74",
16 "saveSpec": null,
17 "fetchSpec": "^0.2.74"
18 },
19 "_requiredBy": [
20 "/"
21 ],
22 "_resolved": "https://registry.npmjs.org/@tronscan/client/-/client-0.2.74.tgz",
23 "_shasum": "715171126ba7e60ff237016c497b207d11f7c31d",
24 "_spec": "@tronscan/client@^0.2.74",
25 "_where": "/Users/wujiaolong/Documents/project/project-front/tronscan-frontend",
26 "author": {
27 "name": "Rovak"
28 },
29 "bugs": {
30 "url": "https://github.com/tronscan/tronscan-node-client/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "axios": "^0.18.0",
35 "babel-plugin-transform-class-properties": "^6.24.1",
36 "babel-plugin-transform-object-rest-spread": "^6.26.0",
37 "babel-preset-env": "^1.7.0",
38 "babel-preset-es2015": "^6.24.1",
39 "base-58": "^0.0.1",
40 "btoa": "^1.2.1",
41 "chai": "^4.1.2",
42 "crypto-js": "^3.1.9-1",
43 "elliptic": "^6.4.0",
44 "google-protobuf": "^3.5.0",
45 "js-sha3": "^0.7.0",
46 "mocha": "^5.1.0",
47 "nano-time": "^1.0.0",
48 "qs": "^6.5.1"
49 },
50 "deprecated": false,
51 "description": "Tronscan API Client",
52 "homepage": "https://api.tronscan.org/",
53 "keywords": [
54 "tron"
55 ],
56 "license": "GPL-3.0",
57 "main": "src/index.js",
58 "name": "@tronscan/client",
59 "repository": {
60 "type": "git",
61 "url": "git://github.com/tronscan/tronscan-node-client.git"
62 },
63 "scripts": {
64 "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",
65 "protoc:install": "cd protocol && ./install-protobuf.sh",
66 "test": "mocha",
67 "test:watch": "mocha --watch"
68 },
69 "version": "0.2.74"
70}