{
  "_from": "@tronscan/client@^",
  "_id": "@tronscan/client@0.2.81",
  "_inBundle": false,
  "_integrity": "sha512-8fO4fTJXYAJeV4yK7KQ3CRP1sMEz8/aKq+sfwYdu8cTYqiWZurJ1M8Rf+iv03hSInHT95PaBv4AGYpCnusr/Ug==",
  "_location": "/@tronscan/client",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@tronscan/client@^0.2.81",
    "name": "@tronscan/client",
    "escapedName": "@tronscan%2fclient",
    "scope": "@tronscan",
    "rawSpec": "^0.2.81",
    "saveSpec": null,
    "fetchSpec": "^0.2.81"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@tronscan/client/-/client-0.2.81.tgz",
  "_shasum": "715171126ba7e60ff237016c497b207d11f7c31d",
  "_spec": "@tronscan/client@^0.2.81",
  "_where": "/Users/wujiaolong/Documents/project/project-front/tronscan-frontend",
  "author": {
    "name": "Rovak"
  },
  "bugs": {
    "url": "https://github.com/tronscan/tronscan-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": "@tronscan/client",
  "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.81"
}
