| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "@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": "F:\\project\\node_util\\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"
- }
|