{
  "_args": [
    [
      "topojson-server@3.0.1",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "topojson-server@3.0.1",
  "_id": "topojson-server@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-/VS9j/ffKr2XAOjlZ9CgyyeLmgJ9dMwq6Y0YEON8O7p/tGGk+dCWnrE03zEdu7i4L7YsFZLEPZPzCvcB7lEEXw==",
  "_location": "/topojson-server",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "topojson-server@3.0.1",
    "name": "topojson-server",
    "escapedName": "topojson-server",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "/@turf/concave"
  ],
  "_resolved": "https://registry.npmjs.org/topojson-server/-/topojson-server-3.0.1.tgz",
  "_spec": "3.0.1",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "author": {
    "name": "Mike Bostock",
    "url": "https://bost.ocks.org/mike"
  },
  "bin": {
    "geo2topo": "bin/geo2topo"
  },
  "bugs": {
    "url": "https://github.com/topojson/topojson-server/issues"
  },
  "dependencies": {
    "commander": "2"
  },
  "description": "Convert GeoJSON to TopoJSON for smaller files and the power of topology!",
  "devDependencies": {
    "eslint": "6",
    "rollup": "1",
    "rollup-plugin-terser": "5",
    "tape": "4",
    "topojson-client": "3"
  },
  "files": [
    "bin/geo*",
    "dist/**/*.js",
    "src/**/*.js"
  ],
  "homepage": "https://github.com/topojson/topojson-server",
  "jsdelivr": "dist/topojson-server.min.js",
  "keywords": [
    "topojson",
    "geojson"
  ],
  "license": "ISC",
  "main": "dist/topojson-server.js",
  "module": "src/index.js",
  "name": "topojson-server",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/topojson/topojson-server.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-server.min.js",
  "version": "3.0.1"
}
