{ "@std/esm": { "esm": "js", "cjs": true }, "_from": "turf-jsts@*", "_id": "turf-jsts@1.2.3", "_inBundle": false, "_integrity": "sha512-Ja03QIJlPuHt4IQ2FfGex4F4JAr8m3jpaHbFbQrgwr7s7L6U8ocrHiF3J1+wf9jzhGKxvDeaCAnGDot8OjGFyA==", "_location": "/turf-jsts", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "turf-jsts@*", "name": "turf-jsts", "escapedName": "turf-jsts", "rawSpec": "*", "saveSpec": null, "fetchSpec": "*" }, "_requiredBy": [ "/@turf/buffer" ], "_resolved": "https://registry.npmjs.org/turf-jsts/-/turf-jsts-1.2.3.tgz", "_shasum": "59757f542afbff9a577bbf411f183b8f48d38aa4", "_spec": "turf-jsts@*", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/@turf/buffer", "author": { "name": "Björn Harrtell", "email": "bjorn@wololo.org" }, "browser": "jsts.min.js", "bugs": { "url": "https://github.com/DenisCarriere/turf-jsts/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Denis Carriere", "email": "@DenisCarriere" } ], "deprecated": false, "description": "A JavaScript library of spatial predicates and functions for processing geometry", "devDependencies": { "@std/esm": "*", "chai": "*", "cheerio": "*", "expect.js": "*", "git-rev-sync": "*", "jsdoc": "*", "mocha": "*", "react-scripts": "*", "rollup": "*", "rollup-plugin-buble": "*", "rollup-plugin-uglify": "*", "standard": "*", "uglify-js": "*" }, "files": [ "jsts.js", "jsts.mjs", "jsts.min.js", "src" ], "homepage": "https://github.com/DenisCarriere/turf-jsts#readme", "keywords": [ "Turf", "JSTS", "JavaScript", "JTS", "Java", "Topology", "Geometry" ], "license": "(EDL-1.0 OR EPL-1.0)", "main": "jsts.js", "module": "jsts.mjs", "name": "turf-jsts", "repository": { "type": "git", "url": "git://github.com/DenisCarriere/turf-jsts.git" }, "scripts": { "create-react-app": "react-scripts build", "prepublish": "rollup -c rollup.config.js", "test": "NODE_PATH=src mocha -r @std/esm --recursive test/auto/node test/manual", "test-manual": "NODE_PATH=src mocha -r @std/esm test/manual" }, "standard": { "globals": [ "describe", "it", "jsts", "ol" ] }, "version": "1.2.3" }