{ "_args": [ [ "@turf/helpers@6.5.0", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "@turf/helpers@6.5.0", "_id": "@turf/helpers@6.5.0", "_inBundle": false, "_integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==", "_location": "/@turf/helpers", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@turf/helpers@6.5.0", "name": "@turf/helpers", "escapedName": "@turf%2fhelpers", "scope": "@turf", "rawSpec": "6.5.0", "saveSpec": null, "fetchSpec": "6.5.0" }, "_requiredBy": [ "/@abi-software/flatmap-viewer", "/@turf/area", "/@turf/bbox", "/@turf/centroid", "/@turf/clone", "/@turf/meta", "/@turf/projection" ], "_resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz", "_spec": "6.5.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Turf Authors" }, "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "contributors": [ { "name": "Tom MacWright", "email": "@tmcw" }, { "name": "Stefano Borghi", "email": "@stebogit" }, { "name": "Denis Carriere", "email": "@DenisCarriere" }, { "name": "William Nordmann", "email": "@wnordmann" } ], "description": "turf helpers module", "devDependencies": { "@types/tape": "*", "benchmark": "*", "npm-run-all": "*", "tape": "*", "ts-node": "*", "tslint": "*", "typescript": "*" }, "exports": { "./package.json": "./package.json", ".": { "import": "./dist/es/index.js", "require": "./dist/js/index.js" } }, "files": [ "dist" ], "funding": "https://opencollective.com/turf", "gitHead": "5375941072b90d489389db22b43bfe809d5e451e", "homepage": "https://github.com/Turfjs/turf", "keywords": [ "geo", "point", "turf", "geojson" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/helpers", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/Turfjs/turf.git" }, "scripts": { "bench": "ts-node bench.js", "build": "npm-run-all build:*", "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "node ../../scripts/generate-readmes", "test": "npm-run-all test:*", "test:tape": "ts-node -r esm test.js", "test:types": "tsc --esModuleInterop --noEmit types.ts" }, "sideEffects": false, "types": "dist/js/index.d.ts", "version": "6.5.0" }