{
  "_args": [
    [
      {
        "raw": "topojson-client@^3.0.0",
        "scope": null,
        "escapedName": "topojson-client",
        "name": "topojson-client",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-gh-explorer/node_modules/vega-loader"
    ]
  ],
  "_from": "topojson-client@>=3.0.0 <4.0.0",
  "_id": "topojson-client@3.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/topojson-client",
  "_nodeVersion": "7.3.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/topojson-client-3.0.0.tgz_1490936794724_0.6929810119327158"
  },
  "_npmUser": {
    "name": "mbostock",
    "email": "mike@ocks.org"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "topojson-client@^3.0.0",
    "scope": null,
    "escapedName": "topojson-client",
    "name": "topojson-client",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/vega-loader"
  ],
  "_resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-3.0.0.tgz",
  "_shasum": "1f99293a77ef42a448d032a81aa982b73f360d2f",
  "_shrinkwrap": null,
  "_spec": "topojson-client@^3.0.0",
  "_where": "/home/lively4/lively4/lively4-gh-explorer/node_modules/vega-loader",
  "author": {
    "name": "Mike Bostock",
    "url": "https://bost.ocks.org/mike"
  },
  "bin": {
    "topo2geo": "bin/topo2geo",
    "topomerge": "bin/topomerge",
    "topoquantize": "bin/topoquantize"
  },
  "bugs": {
    "url": "https://github.com/topojson/topojson-client/issues"
  },
  "dependencies": {
    "commander": "2"
  },
  "description": "Manipulate TopoJSON and convert it to GeoJSON.",
  "devDependencies": {
    "eslint": "3",
    "package-preamble": "0.0",
    "rollup": "0.41",
    "tape": "4",
    "uglify-js": "2"
  },
  "directories": {},
  "dist": {
    "shasum": "1f99293a77ef42a448d032a81aa982b73f360d2f",
    "tarball": "https://registry.npmjs.org/topojson-client/-/topojson-client-3.0.0.tgz"
  },
  "gitHead": "cac60b71854879df289767f0991bfe7ec45ee1ea",
  "homepage": "https://github.com/topojson/topojson-client",
  "keywords": [
    "topojson",
    "topology",
    "geojson"
  ],
  "license": "BSD-3-Clause",
  "main": "dist/topojson-client.js",
  "maintainers": [
    {
      "name": "mbostock",
      "email": "mike@ocks.org"
    }
  ],
  "module": "index",
  "name": "topojson-client",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/topojson/topojson-client.git"
  },
  "scripts": {
    "postpublish": "git push && git push --tags && zip -j dist/topojson-client.zip -- LICENSE.md README.md dist/topojson-client.js dist/topojson-client.min.js",
    "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" -cm -o dist/topojson-client.min.js -- dist/topojson-client.js",
    "pretest": "rm -rf dist && mkdir dist && rollup --banner \"$(preamble)\" -f umd -n topojson -o dist/topojson-client.js -- index.js",
    "test": "tape 'test/**/*-test.js' && eslint index.js src"
  },
  "version": "3.0.0"
}
