{
  "_from": "jsts@~1.3.0",
  "_id": "jsts@1.3.0",
  "_inBundle": false,
  "_integrity": "sha1-6Tp2+XrJvafUYl2dZHDw1grIDkU=",
  "_location": "/jsts",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsts@~1.3.0",
    "name": "jsts",
    "escapedName": "jsts",
    "rawSpec": "~1.3.0",
    "saveSpec": null,
    "fetchSpec": "~1.3.0"
  },
  "_requiredBy": [
    "/",
    "/@turf/buffer",
    "/@turf/difference",
    "/@turf/intersect",
    "/@turf/union"
  ],
  "_resolved": "https://registry.npmjs.org/jsts/-/jsts-1.3.0.tgz",
  "_shasum": "e93a76f97ac9bda7d4625d9d6470f0d60ac80e45",
  "_spec": "jsts@~1.3.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "author": {
    "name": "Björn Harrtell",
    "email": "bjorn@wololo.org"
  },
  "bugs": {
    "url": "https://github.com/bjornharrtell/jsts/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A JavaScript library of spatial predicates and functions for processing geometry",
  "devDependencies": {
    "babel-core": "6.17.0",
    "babel-preset-es2015": "6.16.0",
    "babel-preset-es2015-rollup": "1.2.0",
    "babel-register": "6.16.3",
    "cheerio": "0.22.0",
    "coveralls": "2.11.14",
    "expect.js": "0.3.1",
    "git-rev-sync": "1.8.0",
    "jsdoc": "github:jsdoc3/jsdoc",
    "mocha": "3.1.2",
    "mocha-lcov-reporter": "1.2.0",
    "nyc": "8.3.2",
    "rollup": "0.36.3",
    "rollup-plugin-babel": "2.6.1",
    "rollup-plugin-replace": "1.1.1",
    "uglify-js": "2.7.3"
  },
  "engines": {
    "node": ">= 4"
  },
  "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 | uglifyjs -c -m | (cat license.txt && cat) > dist/jsts.min.js",
    "build-es6": "rollup -c rollup.config.es6.js | (cat license.txt && cat) > dist/jsts.es6.js",
    "build-jsdoc-es5": "rollup -c rollup.config.js > doc/jsts.js && jsdoc -c doc/es5.json",
    "build-tests": "NODE_PATH=src browserify test/auto/browser/runner.js -o dist/tests.js -t [ babelify --presets [ es2015 ] ]",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "NODE_PATH=src nyc mocha --timeout 10s --compilers js:babel-register --recursive test/auto/node test/manual"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "jsts",
      "ol"
    ]
  },
  "version": "1.3.0"
}
