{
  "_args": [
    [
      "topojson-client@3.1.0",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "topojson-client@3.1.0",
  "_id": "topojson-client@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
  "_location": "/topojson-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "topojson-client@3.1.0",
    "name": "topojson-client",
    "escapedName": "topojson-client",
    "rawSpec": "3.1.0",
    "saveSpec": null,
    "fetchSpec": "3.1.0"
  },
  "_requiredBy": [
    "/@turf/concave"
  ],
  "_resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-3.1.0.tgz",
  "_spec": "3.1.0",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "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": "6",
    "rollup": "1",
    "rollup-plugin-terser": "5",
    "tape": "4"
  },
  "files": [
    "bin/topo*",
    "dist/**/*.js",
    "src/**/*.js"
  ],
  "homepage": "https://github.com/topojson/topojson-client",
  "jsdelivr": "dist/topojson-client.min.js",
  "keywords": [
    "topojson",
    "topology",
    "geojson"
  ],
  "license": "ISC",
  "main": "dist/topojson-client.js",
  "module": "src/index.js",
  "name": "topojson-client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/topojson/topojson-client.git"
  },
  "scripts": {
    "postpublish": "git push && git push --tags && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
    "prepublishOnly": "rm -rf dist && yarn test",
    "pretest": "rollup -c",
    "test": "tape 'test/**/*-test.js' && eslint src test"
  },
  "unpkg": "dist/topojson-client.min.js",
  "version": "3.1.0"
}
