{
  "_from": "@alipay/ide-analyzer@0.1.7",
  "_id": "@alipay/ide-analyzer@0.1.7",
  "_inBundle": false,
  "_integrity": "sha1-jnuLttSIw6mcHwSsWIX04TrBjBE=",
  "_location": "/@alipay/ide-analyzer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@alipay/ide-analyzer@0.1.7",
    "name": "@alipay/ide-analyzer",
    "escapedName": "@alipay%2fide-analyzer",
    "scope": "@alipay",
    "rawSpec": "0.1.7",
    "saveSpec": null,
    "fetchSpec": "0.1.7"
  },
  "_requiredBy": [
    "/@alipay/donut"
  ],
  "_resolved": "https://registry.npm.alibaba-inc.com/@alipay/ide-analyzer/download/@alipay/ide-analyzer-0.1.7.tgz",
  "_shasum": "8e7b8bb6d488c3a99c1f04ac5885f4e13ac18c11",
  "_spec": "@alipay/ide-analyzer@0.1.7",
  "_where": "/Users/liudan/ant-baas/alipay-program-plugin/node_modules/@alipay/donut",
  "author": {
    "name": "shanlu.ssl"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Alex Beregszaszi",
      "email": "alex@rtfs.hu"
    },
    {
      "name": "Iuri Matias",
      "email": "iuri@ethereum.org"
    },
    {
      "name": "Yann Levreau",
      "email": "yann@ethdev.com"
    },
    {
      "name": "shanlu.ssl",
      "email": "shanlu.ssl@antfin.com"
    }
  ],
  "dependencies": {
    "@alipay/solc": "0.1.14",
    "fast-levenshtein": "2.0.6"
  },
  "deprecated": false,
  "description": "Analyzer for Solidity which is based on Remix lib.",
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-es2015": "^6.24.0",
    "npm-install-version": "^6.0.2",
    "standard": "^7.0.1",
    "tape": "^4.6.0"
  },
  "keywords": [
    "javascript",
    "chain",
    "blockchain",
    "analyzer",
    "solidity"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "@alipay/ide-analyzer",
  "publishConfig": {
    "registry": "http://registry.npm.alibaba-inc.com"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && tape ./test/tests.js"
  },
  "standard": {
    "ignore": [
      "node_modules/*"
    ],
    "parser": "babel-eslint"
  },
  "version": "0.1.7"
}
