{
  "_args": [
    [
      "@antv/hierarchy@0.6.11",
      "D:\\jenkins\\workspace\\xypm-web"
    ]
  ],
  "_from": "@antv/hierarchy@0.6.11",
  "_id": "@antv/hierarchy@0.6.11",
  "_inBundle": false,
  "_integrity": "sha512-RJVhEMCuu4vj+Dt25lXIiNdd7jaqm/fqWGYikiELha4S5tnzdJoTUaUvvpfWlxLx4B0RsS9XRwBs1bOKN71TKg==",
  "_location": "/@antv/hierarchy",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@antv/hierarchy@0.6.11",
    "name": "@antv/hierarchy",
    "escapedName": "@antv%2fhierarchy",
    "scope": "@antv",
    "rawSpec": "0.6.11",
    "saveSpec": null,
    "fetchSpec": "0.6.11"
  },
  "_requiredBy": [
    "/@antv/data-set"
  ],
  "_resolved": "https://registry.npmmirror.com/@antv/hierarchy/-/hierarchy-0.6.11.tgz",
  "_spec": "0.6.11",
  "_where": "D:\\jenkins\\workspace\\xypm-web",
  "author": {
    "name": "https://github.com/orgs/antvis/people"
  },
  "browser": "build/hierarchy.js",
  "bugs": {
    "url": "https://github.com/antvis/hierarchy/issues"
  },
  "dependencies": {
    "@antv/util": "^2.0.7"
  },
  "description": "layout algorithms for visualizing hierarchical data",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-eslint": "~8.0.3",
    "babel-loader": "^8.0.0",
    "babel-plugin-transform-remove-strict-mode": "~0.0.2",
    "chai": "~4.1.2",
    "cheerio": "~1.0.0-rc.2",
    "commander": "~2.12.2",
    "connect": "~3.6.5",
    "d3-queue": "~3.0.7",
    "debug": "~3.1.0",
    "electron": "~2.0.6",
    "eslint": "~3.19.0",
    "eslint-config-airbnb": "~15.0.1",
    "eslint-config-egg": "~4.2.0",
    "eslint-plugin-html": "~3.1.1",
    "get-port": "~3.2.0",
    "nightmare": "~2.10.0",
    "nunjucks": "~3.0.1",
    "open": "~0.0.5",
    "parseurl": "~1.3.2",
    "pre-commit": "~1.2.2",
    "serve-static": "~1.13.1",
    "shelljs": "~0.7.8",
    "torchjs": "~2.0.4",
    "uglify-js": "~3.1.10",
    "webpack": "~3.10.0"
  },
  "homepage": "https://github.com/antvis/hierarchy",
  "keywords": [
    "antv",
    "hierarchy"
  ],
  "license": "MIT",
  "main": "build/hierarchy.js",
  "module": "lib/index.js",
  "name": "@antv/hierarchy",
  "pre-commit": {
    "run": [
      "lint",
      "test"
    ],
    "silent": false
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/antvis/hierarchy.git"
  },
  "scripts": {
    "build": "webpack",
    "build-lib": "babel src --out-dir lib",
    "ci": "npm run lint && npm run test",
    "compress": "uglifyjs -c -m -o dist/hierarchy.min.js -- build/hierarchy.js",
    "coverage": "npm run coverage-generator && npm run coverage-viewer",
    "coverage-generator": "torch --compile --coverage --renderer --recursive test/unit",
    "coverage-viewer": "torch-coverage",
    "demos": "electron ./demos/app.js",
    "demos-web": "node ./demos/app.js --web --port 2045",
    "dev": "npm run watch & npm run demos-web",
    "dist": "npm run mkdir-dist && npm run build && npm run compress",
    "lint": "eslint --ext .html,.js ./",
    "lint-fix": "eslint --ext .html,.js --fix ./",
    "mkdir-dist": "node ./bin/mkdir-dist.js",
    "prepublishOnly": "npm run build-lib && npm run dist",
    "screenshot": "node ./bin/screenshot.js",
    "start": "npm run dev",
    "test": "torch --renderer --recursive ./test/unit",
    "test-live": "torch --interactive --watch --recursive ./test/unit",
    "watch": "webpack --config webpack-dev.config.js",
    "win-dev": "node ./bin/win-dev.js"
  },
  "version": "0.6.11"
}
