{
  "_args": [
    [
      "ginkgoch-geom@1.11.1",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "ginkgoch-geom@1.11.1",
  "_id": "ginkgoch-geom@1.11.1",
  "_inBundle": false,
  "_integrity": "sha512-HYg8N801W9l01BlE7OQgtldHg1E8pYA/e2+4m3JQ0DmTbASY1gv6NrqNCJtQqZ1GuVG8lEWW+sKNiDHJfTMQyQ==",
  "_location": "/ginkgoch-geom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ginkgoch-geom@1.11.1",
    "name": "ginkgoch-geom",
    "escapedName": "ginkgoch-geom",
    "rawSpec": "1.11.1",
    "saveSpec": null,
    "fetchSpec": "1.11.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ginkgoch-geom/-/ginkgoch-geom-1.11.1.tgz",
  "_spec": "1.11.1",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "author": {
    "name": "Ginkgoch",
    "email": "ginkgoch@outlook.com",
    "url": "https://ginkgoch.com"
  },
  "bugs": {
    "url": "https://github.com/ginkgoch/node-geom/issues"
  },
  "dependencies": {
    "@types/jsts": "^0.17.0",
    "@types/lodash": "^4.14.136",
    "@types/node": "^12.6.8",
    "ginkgoch-buffer-io": "^1.1.3",
    "jsts": "^2.0.6",
    "lodash": "^4.17.15"
  },
  "description": "This project provides the basic functions for geometries. It allows to convert between `wkt`, `wkb`, `json` and our `well formatted geometry classes` to construct `Point`, `LineString`, `Polygon`, `MultiPoint`, `MultiLineString`, `MultiPolygon` and `GeometryCollection`. It is also a baseline project for building the entire `Ginkgoch Ecosystem`.",
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0",
    "ts-jest": "^24.0.2",
    "ts-loader": "^6.0.4",
    "typedoc": "^0.15.0",
    "typescript": "^3.5.3",
    "webpack": "^4.29.0",
    "webpack-cli": "^3.2.1"
  },
  "homepage": "https://github.com/ginkgoch/node-geom#readme",
  "license": "MIT",
  "main": "dist/bundle.js",
  "name": "ginkgoch-geom",
  "repository": {
    "type": "github",
    "url": "git+https://github.com/ginkgoch/node-geom.git"
  },
  "scripts": {
    "build": "rm -rf dist && ./node_modules/.bin/webpack",
    "clean": "rm -rf dist && rm -rf built",
    "doc": "rm -rf docs && ./node_modules/.bin/typedoc --out docs --module commonjs --mode file ./src",
    "test": "jest"
  },
  "types": "dist/index.d.ts",
  "version": "1.11.1"
}
