{
  "_from": "@alipay/mychain@0.3.4",
  "_id": "@alipay/mychain@0.3.4",
  "_inBundle": false,
  "_integrity": "sha1-o4hvpjVctXE0ZueeSm4E9iNgyZo=",
  "_location": "/@alipay/mychain",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@alipay/mychain@0.3.4",
    "name": "@alipay/mychain",
    "escapedName": "@alipay%2fmychain",
    "scope": "@alipay",
    "rawSpec": "0.3.4",
    "saveSpec": null,
    "fetchSpec": "0.3.4"
  },
  "_requiredBy": [
    "/",
    "/@alipay/donut"
  ],
  "_resolved": "https://registry.npm.alibaba-inc.com/@alipay/mychain/download/@alipay/mychain-0.3.4.tgz",
  "_shasum": "a3886fa6355cb5713466e79e4a6e04f62360c99a",
  "_spec": "@alipay/mychain@0.3.4",
  "_where": "/Users/liudan/ant-baas/alipay-program-plugin",
  "author": {
    "name": "del.ld,shanlu.ssl"
  },
  "bundleDependencies": false,
  "dependencies": {
    "asn1.js": "^5.0.1",
    "bignumber.js": "^2.0.7",
    "bip66": "^1.1.3",
    "bn.js": "^4.11.3",
    "bs58": "^4.0.1",
    "create-hash": "^1.2.0",
    "create-hmac": "^1.1.7",
    "crypto-browserify": "^3.12.0",
    "crypto-js": "^3.1.4",
    "drbg.js": "^1.0.1",
    "elliptic": "^6.2.3",
    "fcbuffer": "2.2.2",
    "js-encoding-utils": "^0.5.2",
    "md5.js": "^1.3.5",
    "nan": "^2.2.1",
    "rlp": "^2.1.0",
    "safe-buffer": "^5.1.2",
    "secp256k1": "^3.5.2",
    "utf8": "^2.1.2"
  },
  "deprecated": false,
  "description": "蚂蚁区块链JS SDK，使用SDK可以在node和web前端直接调用区块链上相关功能。",
  "devDependencies": {
    "@alipay/solc": "0.1.14",
    "@babel/core": "^7.0.1",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-flow": "^7.0.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.2",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "clean-webpack-plugin": "^0.1.19",
    "del": "^3.0.0",
    "eslint": "^5.7.0",
    "eslint-loader": "^2.1.0",
    "gulp": "^4.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-uglify": "^3.0.2",
    "minimist": "^1.2.0",
    "mocha": "^5.2.0",
    "path": "^0.12.7",
    "uglifyjs-webpack-plugin": "^2.0.0",
    "webpack": "^4.19.0",
    "webpack-cli": "^3.1.0"
  },
  "directories": {
    "build": "build"
  },
  "keywords": [
    "javascript",
    "chain",
    "blockchain",
    "mychain",
    "SDK"
  ],
  "main": "./index.js",
  "name": "@alipay/mychain",
  "publishConfig": {
    "registry": "http://registry.npm.alibaba-inc.com"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "scripts": {
    "b": "gulp",
    "build": "webpack",
    "lint": "jshint *.js lib",
    "nettest": "gulp && mocha -t 12000 -s 5000 test/netTest.js",
    "start": "webpack --config webpack.config.js",
    "test": "gulp && mocha -t 12000 -s 5000 test/test.js",
    "test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
    "watch": "gulp watch"
  },
  "version": "0.3.4"
}
