{
  "_args": [
    [
      "jsts@2.1.0",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "jsts@2.1.0",
  "_id": "jsts@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-gxv7hw5FmXwoieHBNKyrl+DZVp1aaJbUPDgPRGf54y7owWoq75CWwL6VCmdKxt5jaMHh9CKOaG1u/WZJRUM5NA==",
  "_location": "/jsts",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsts@2.1.0",
    "name": "jsts",
    "escapedName": "jsts",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/ginkgoch-geom"
  ],
  "_resolved": "https://registry.npmjs.org/jsts/-/jsts-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "author": {
    "name": "Björn Harrtell",
    "email": "bjorn@wololo.org"
  },
  "bugs": {
    "url": "https://github.com/bjornharrtell/jsts/issues"
  },
  "description": "A JavaScript library of spatial predicates and functions for processing geometry",
  "devDependencies": {
    "0x": "4.9.1",
    "@babel/core": "7.7.2",
    "@babel/preset-env": "7.7.1",
    "chai": "4.2.0",
    "cheerio": "0.22.0",
    "codecov": "3.6.1",
    "eslint": "6.6.0",
    "eslint-config-standard": "14.1.0",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-node": "10.0.0",
    "eslint-plugin-promise": "4.2.1",
    "eslint-plugin-standard": "4.0.1",
    "esm": "3.2.25",
    "expect.js": "0.3.1",
    "git-rev-sync": "1.12.0",
    "jsdoc": "3.6.3",
    "mocha": "6.2.2",
    "mocha-lcov-reporter": "1.3.0",
    "nyc": "14.1.1",
    "rollup": "1.27.0",
    "rollup-plugin-babel": "4.3.3",
    "rollup-plugin-replace": "2.2.0",
    "terser": "4.4.0"
  },
  "engines": {
    "node": ">= 8"
  },
  "homepage": "https://github.com/bjornharrtell/jsts#readme",
  "keywords": [
    "JSTS",
    "JavaScript",
    "JTS",
    "Java",
    "Topology",
    "Geometry"
  ],
  "license": "(EDL-1.0 OR EPL-1.0)",
  "main": "dist/jsts.min.js",
  "name": "jsts",
  "repository": {
    "type": "git",
    "url": "git://github.com/bjornharrtell/jsts.git"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js -o dist/jsts.js && terser dist/jsts.js --source-map content=dist/jsts.js.map,filename=dist/jsts.min.js.map,url=jsts.min.js.map --comments -c -m -o dist/jsts.min.js",
    "build-jsdoc": "jsdoc -c doc/jsdoc.json",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "lint": "eslint src",
    "test": "NODE_PATH=src nyc mocha --timeout 10s -r esm --recursive test/auto/node test/manual",
    "test-manual": "NODE_PATH=src mocha --timeout 10s -r esm --recursive test/manual",
    "test-perf": "NODE_PATH=src 0x -- node -r esm $(which _mocha) --timeout 10s --recursive test/auto/node test/manual"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "jsts",
      "ol"
    ]
  },
  "version": "2.1.0"
}
